aboutsummaryrefslogtreecommitdiff
path: root/src/tool_operate.c
AgeCommit message (Expand)Author
2013-12-14login options: remove the ;[options] support from CURLOPT_USERPWDDaniel Stenberg
2013-10-15tool: use XFERFUNCTION to save some castsDave Reisner
2013-09-13curl: Fixed usage of DNS options when not using c-ares resolverSteve Holme
2013-09-12curl: Add support for various DNS binding options.Ben Greear
2013-08-27tool_operate.c: Fixed compilation warningSteve Holme
2013-08-27curl: Moved check for password out of get parameter loopSteve Holme
2013-08-26curl: added basic SASL XOAUTH2 supportKyle L. Huff
2013-08-20curl_easy_perform_ev: debug/test functionDaniel Stenberg
2013-08-16urlglob: better detect unclosed braces, empty lists and overflowsDaniel Stenberg
2013-07-29tool_operate.c: fix brace placement for vi/emacs delimiter matchingYang Tse
2013-07-29tool_operate.c: move <fabdef.h> header inclusion locationYang Tse
2013-07-22curl: fix upload of a zip file in OpenVMSJohn E. Malmberg
2013-07-22curl: fix symbolic names for CURL_NETRC_* enum in --libcurl outputYang Tse
2013-07-22curl: fix symbolic names for CURLUSESSL_* enum in --libcurl outputYang Tse
2013-07-22tool_operate.c: fix passing curl_easy_setopt long arg on some x64 ABIsYang Tse
2013-07-14src/tool: allow timeouts to accept decimal valuesDave Reisner
2013-04-27Corrected version numbers after bumpSteve Holme
2013-04-27sasl-ir: Added --sasl-ir option to curl command line toolSteve Holme
2013-03-07checksrc: ban unsafe functionsDaniel Stenberg
2013-02-19metalink: fix improbable crash parsing metalink filenameNick Zitzmann
2013-02-06vms_show: post VMS patch cleanup - IIYang Tse
2013-02-05VMS: fix and generate the VMS build configJohn E. Malmberg
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: make use of 93 lib/*.c renamed filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-12-14setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse
2012-11-06curl: set CURLOPT_SSL_VERIFYHOST to 0 to disableDaniel Stenberg
2012-08-06operate: fix clang-analyzer warnings for never read variablesDaniel Stenberg
2012-08-06operate: fix clang-analyzer warningDaniel Stenberg
2012-07-22tool_operate: fix misplaced initialization of orig_noprogressKamil Dudka
2012-06-28Metalink: message updatesTatsuhiro Tsujikawa
2012-06-27Metalink: updated message formatTatsuhiro Tsujikawa
2012-06-22Metalink: ignore --include if --metalink is used.Tatsuhiro Tsujikawa
2012-06-21curl: Prefixed all Metalink related messages with "Metalink: "Tatsuhiro Tsujikawa
2012-06-21curl: Restore noprogress and isatty config values.Tatsuhiro Tsujikawa
2012-06-21curl: Made --metalink option toggle Metalink functionalityTatsuhiro Tsujikawa
2012-06-09Fixes allowing 26 more test cases in 1334 to 1393 range to succeedYang Tse
2012-06-08metalink: build fixes and adjustments IIYang Tse
2012-06-07metalink: build fixes and adjustments IYang Tse
2012-06-07Fixes allowing HTTP test cases 1338, 1339, 1368 and 1369 to succeedYang Tse
2012-05-26Reduced #ifdef HAVE_METALINKTatsuhiro Tsujikawa
2012-05-26Disable hash check if neither OpenSSL nor GNUTLS is installed.Tatsuhiro Tsujikawa
2012-05-26Minimize usage of structs from libmetalinkTatsuhiro Tsujikawa
2012-05-26Check checksum of downloaded file if checksum is availableTatsuhiro Tsujikawa
2012-05-26Always create directory hierarchy for Metalink.Tatsuhiro Tsujikawa
2012-05-26Support media-type parameter in Content-TypeTatsuhiro Tsujikawa
2012-05-26metalink: parse downloaded Metalink fileTatsuhiro Tsujikawa
2012-05-26metalink: minor metalinkfile fixTatsuhiro Tsujikawa
2012-05-26metalink: show help message even if disabledTatsuhiro Tsujikawa
2012-05-26Support Metalink.Tatsuhiro Tsujikawa