summaryrefslogtreecommitdiff
path: root/src/tool_operate.c
Commit message (Expand)AuthorAgeFilesLines
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-4/+0
* curl: set CURLOPT_SSL_VERIFYHOST to 0 to disableDaniel Stenberg2012-11-061-1/+1
* operate: fix clang-analyzer warnings for never read variablesDaniel Stenberg2012-08-061-4/+1
* operate: fix clang-analyzer warningDaniel Stenberg2012-08-061-1/+0
* tool_operate: fix misplaced initialization of orig_noprogressKamil Dudka2012-07-221-2/+6
* Metalink: message updatesTatsuhiro Tsujikawa2012-06-281-4/+4
* Metalink: updated message formatTatsuhiro Tsujikawa2012-06-271-6/+24
* Metalink: ignore --include if --metalink is used.Tatsuhiro Tsujikawa2012-06-221-1/+4
* curl: Prefixed all Metalink related messages with "Metalink: "Tatsuhiro Tsujikawa2012-06-211-2/+3
* curl: Restore noprogress and isatty config values.Tatsuhiro Tsujikawa2012-06-211-2/+11
* curl: Made --metalink option toggle Metalink functionalityTatsuhiro Tsujikawa2012-06-211-20/+35
* Fixes allowing 26 more test cases in 1334 to 1393 range to succeedYang Tse2012-06-091-5/+16
* metalink: build fixes and adjustments IIYang Tse2012-06-081-2/+1
* metalink: build fixes and adjustments IYang Tse2012-06-071-2/+2
* Fixes allowing HTTP test cases 1338, 1339, 1368 and 1369 to succeedYang Tse2012-06-071-1/+1
* Reduced #ifdef HAVE_METALINKTatsuhiro Tsujikawa2012-05-261-22/+1
* Disable hash check if neither OpenSSL nor GNUTLS is installed.Tatsuhiro Tsujikawa2012-05-261-0/+2
* Minimize usage of structs from libmetalinkTatsuhiro Tsujikawa2012-05-261-7/+10
* Check checksum of downloaded file if checksum is availableTatsuhiro Tsujikawa2012-05-261-0/+9
* Always create directory hierarchy for Metalink.Tatsuhiro Tsujikawa2012-05-261-3/+3
* Support media-type parameter in Content-TypeTatsuhiro Tsujikawa2012-05-261-2/+1
* metalink: parse downloaded Metalink fileTatsuhiro Tsujikawa2012-05-261-11/+42
* metalink: minor metalinkfile fixTatsuhiro Tsujikawa2012-05-261-4/+18
* metalink: show help message even if disabledTatsuhiro Tsujikawa2012-05-261-35/+82
* Support Metalink.Tatsuhiro Tsujikawa2012-05-261-0/+28
* Made -D option work with -O and -J.Tatsuhiro Tsujikawa2012-05-251-11/+7
* Take in account that CURLAUTH_* bitmasks are now 'unsigned long' - follow-upYang Tse2012-04-191-11/+11
* Take in account that CURLAUTH_* bitmasks are now 'unsigned long'Yang Tse2012-04-181-1/+1
* Some explicit conversion to 'long' of curl_easy_setopt() third argumentYang Tse2012-04-181-6/+11
* tool_operate.c: fix compiler warningYang Tse2012-04-121-4/+9
* curl tool: make curl.h first header included in tool_setup.hYang Tse2012-04-081-2/+0
* curl tool: use configuration files from lib directoryYang Tse2012-04-061-1/+1
* curl: add --post303 to set the CURL_REDIR_POST_303 optionDaniel Stenberg2012-04-051-3/+6
* curl tool: add filename_effective token for --write-outDave Reisner2012-04-011-1/+1
* Generate lists and use symbols in --libcurl code output.Colin Hogben2012-02-231-30/+27
* curl: Added support for --mail-authSteve Holme2012-02-161-0/+3
* configure: add option disable --libcurl outputColin Hogben2012-02-131-0/+8
* --ssl-allow-beast addedDaniel Stenberg2012-02-091-0/+4
* curl: use new library-side TCP_KEEPALIVE optionsDave Reisner2012-02-091-3/+15
* curl tool: allow glob-loops to abort again upon critical errorsYang Tse2012-02-071-11/+37
* curl tool: don't abort glob-loop due to failuresDaniel Stenberg2012-02-061-12/+4
* Remove bogus optimisation of telnet upload.Colin Hogben2012-01-181-3/+8
* operate: removed a single trailing spaceDaniel Stenberg2011-12-211-1/+1
* --retry: Retry transfers on timeout and DNS errorsDan Fandrich2011-12-211-1/+4
* -J -O: use -O name if no Content-Disposition header comes!Daniel Stenberg2011-11-201-30/+29
* tool_operate.c: OOM handling fixYang Tse2011-10-221-4/+5
* --show-error: position indepdenentDaniel Stenberg2011-10-161-1/+1
* libcurl: some OOM handling fixesYang Tse2011-10-071-1/+1
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-10-061-13/+8
* curl tool: OOM handling fixesYang Tse2011-10-051-8/+22