summaryrefslogtreecommitdiff
path: root/src/tool_operate.c
Commit message (Expand)AuthorAgeFilesLines
* curl: remove "separators" (when using globbed URLs)Daniel Stenberg2022-01-151-22/+0
* tool_operate: warn if too many output arguments were foundDaniel Stenberg2022-01-031-1/+7
* tool_operate: fix potential memory-leakDaniel Stenberg2021-12-061-9/+11
* tool_findfile: search for a file in the homedirDaniel Stenberg2021-11-291-14/+10
* tool_operate: only set SSH related libcurl options for SSH URLsDaniel Stenberg2021-11-211-2/+35
* mime: use percent-escaping for multipart form field and file namesPatrick Monnerat2021-11-151-0/+4
* tool_operate: reorder code to avoid compiler warningDaniel Stenberg2021-11-081-3/+4
* tool_operate: fclose stream only if fopenedDaniel Stenberg2021-11-081-1/+1
* tool_operate: fix torture leaks with etagsDaniel Stenberg2021-11-061-5/+11
* tool_operate: a failed etag save now only fails that transferDaniel Stenberg2021-11-041-69/+77
* libssh2: add SHA256 fingerprint supportMats Lindestam2021-09-261-0/+5
* curl: stop retry if Retry-After: is longer than allowedDaniel 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