summaryrefslogtreecommitdiff
path: root/src/tool_operate.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tool_operate: fixed potentially uninitialized variablesSiva Sivaraman2020-05-191-5/+5
* setopt: support certificate options in memory with struct curl_blobGilles Vollant2020-05-151-0/+79
* source cleanup: remove all custom typedef structsDaniel Stenberg2020-05-151-4/+4
* tool: support UTF-16 command line on WindowsMarcel Raad2020-05-141-2/+5
* tool: Add option --retry-all-errors to retry on any errorJay Satiro2020-05-121-0/+5
* tool_operate: only set CURLOPT_SSL_OPTIONS if SSL support is presentDaniel Stenberg2020-05-101-17/+18
* CURLOPT_SSL_OPTIONS: add *_NATIVE_CA to use Windows CA store (with openssl)Gilles Vollant2020-05-081-0/+11
* curl: allow both --etag-compare and --etag-save with same file nameKwon-Young Choi2020-04-051-30/+30
* build: fixed build for systems with select() in unistd.hHarry Sintonen2020-03-311-0/+2
* schannel: add "best effort" revocation check optionJohannes Schindelin2020-03-181-1/+3
* tool_operate: fix add_parallel_transfers when more are in queueDaniel Stenberg2020-03-161-1/+1
* curl: error on --alt-svc use w/o supportDaniel Stenberg2020-02-051-3/+0
* smtp: Allow RCPT TO command to fail for some recipientsPavel Volgarev2020-01-211-0/+4
* curl: Let -D merge headers in one file againEmil Engler2020-01-211-1/+2
* curl: remove 'config' field from OutStructDaniel Stenberg2020-01-121-16/+14
* curl: properly free mimepost dataDaniel Stenberg2020-01-041-0/+3
* curl: cleanup multi handle on failureDaniel Stenberg2020-01-041-2/+4
* tool_operate: fix mem leak when failed config parseJay Satiro2019-12-291-1/+3
* curl: fix memory leak in OOM in etags logicDaniel Stenberg2019-12-121-10/+9
* curl: use errorf() betterDaniel Stenberg2019-12-101-9/+9
* curl: make the etag load logic work without fseekDaniel Stenberg2019-12-061-16/+3