summaryrefslogtreecommitdiff
path: root/src/tool_operate.c
Commit message (Expand)AuthorAgeFilesLines
* curl: stop retry if Retry-After: is longer than allowedbagder/excessive-retry-afterDaniel Stenberg2021-09-061-0/+16
* curl: better error message when -O fails to get a good nameDaniel Stenberg2021-08-261-1/+4
* tool_operate: Fix --fail-early with parallel transfersJay Satiro2021-08-171-1/+37
* docs: correct spelling errors and a broken linkNyholm2021-07-181-5/+5
* single_transfer: ignore blank --output-dirDaniel Stenberg2021-06-111-1/+1
* metalink: removeDaniel Stenberg2021-06-071-150/+20
* schannel: Disable auto credentials; add an option to enable itJay Satiro2021-04-221-5/+16
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-221-5/+5
* tool_operate: don't discard failed parallel transfer resultJay Satiro2021-04-201-6/+11
* tool_operate: bail if set CURLOPT_HTTP09_ALLOWED returns errorDaniel Stenberg2021-03-111-0/+4
* curl: set CURLOPT_NEW_FILE_PERMS if requestedDaniel Stenberg2021-02-271-0/+3
* tool_operate: check argc before accessing argv[1]Daniel Stenberg2021-02-271-1/+1
* cookies: Support multiple -b parametersDaniel Gustafsson2021-02-251-4/+29
* doh: add options to disable ssl verificationJay Satiro2021-02-141-1/+10
* curl: add --fail-with-bodyDaniel Stenberg2021-02-111-8/+15
* tool_writeout: refactor write-out and write-out jsonJay Satiro2021-02-091-3/+4
* http: improve AWS HTTP v4 Signature authDmitry Wagin2021-01-301-1/+1
* curl: include the file name in --xattr/--remote-time error msgsDaniel Stenberg2021-01-271-2/+2
* curl: s/config->global/global/ in single_transfer()Daniel Stenberg2021-01-271-11/+11
* curl: move fprintf outputs to warnfDaniel Stenberg2021-01-271-1/+1
* tool_operate: spellfix a commentDaniel Stenberg2021-01-141-1/+1
* tool_operate: fix the suppression logic of some error messagesJay Satiro2021-01-041-6/+8
* language: s/behaviour/behavior/gEmil Engler2021-01-021-2/+2
* tool_operate: avoid NULL dereference of first_argDaniel Stenberg2020-12-261-1/+1
* misc: fix "warning: empty expression statement has no effect"Daniel Stenberg2020-12-261-4/+1
* curl: fix handling of -q optionCherish982020-12-231-1/+1
* curl: add variables to --write-outDaniel Stenberg2020-12-211-1/+2
* tool: add AWS HTTP v4 Signature supportMatthias Gatto2020-12-211-0/+2
* curl: only warn not fail, if not finding the home dirDaniel Stenberg2020-11-131-20/+15
* tool_operate: set HSTS with CURLOPT_HSTS to pass on filenameDaniel Stenberg2020-11-061-1/+1
* curl.se: new homeDaniel Stenberg2020-11-041-2/+2
* hsts: add support for Strict-Transport-SecurityDaniel Stenberg2020-11-031-0/+3
* tool_operate: --retry for HTTP 408 responses tooDaniel Stenberg2020-11-021-0/+1
* tool_operate: bail out proper on errors for parallel setupDaniel Stenberg2020-10-291-1/+1
* tool_operate: fix compiler warning when --libcurl is disabledDaniel Stenberg2020-10-161-0/+3
* curl: make sure setopt CURLOPT_IPRESOLVE passes on a longDaniel Stenberg2020-10-051-6/+1
* curl: make --libcurl show binary posts correctlyDaniel Stenberg2020-10-021-1/+3
* tool_writeout: add new writeout variable, %{num_headers}anio2020-09-151-1/+1
* curl: retry delays in parallel mode no longer sleeps blockingDaniel Stenberg2020-09-061-12/+36
* curl:parallel_transfers: make sure retry readds the transferDaniel Stenberg2020-09-051-3/+4
* curl: in retry output don't call all problems "transient"Daniel Stenberg2020-09-051-5/+5
* tool: update --help with categoriesEmil Engler2020-09-041-1/+1
* tls: add CURLOPT_SSL_EC_CURVES and --curvesMichael Baentsch2020-08-301-0/+3
* curl: add --output-dirDaniel Stenberg2020-08-241-0/+9
* curl: support XDG_CONFIG_HOME to find .curlrcDaniel Stenberg2020-08-241-1/+1
* etag: save and use the full received contentsDaniel Stenberg2020-08-241-1/+1
* WIN32: stop forcing narrow-character APIMarcel Raad2020-07-271-1/+1
* tool_operate: Don't use Windows CA store as a fallbackJay Satiro2020-06-221-8/+0
* all: fix codespell errorsViktor Szakats2020-05-251-1/+1
* curl: remove -J "informational" written on stdoutDaniel Stenberg2020-05-231-4/+0