summaryrefslogtreecommitdiff
path: root/src/tool_operate.c
Commit message (Expand)AuthorAgeFilesLines
* tool_operate: bail out proper on errors for parallel setupbagder/parallel-upload-missing-fileDaniel 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
* etag: allow both --etag-compare and --etag-save in same cmdlineDaniel Stenberg2019-12-051-10/+0
* curl: show better error message when no homedir is foundDaniel Stenberg2019-12-031-1/+4
* curl: two new command line options for etagsMaros Priputen2019-11-281-0/+101
* curl: fix --upload-file . hangs if delay in STDINJohn Schroeder2019-11-261-3/+10
* curl: add --parallel-immediateDaniel Stenberg2019-11-211-0/+4
* curl: fix -T globbingDaniel Stenberg2019-11-141-6/+9
* tool_operate: Fix retry sleep time shown to user when Retry-AfterStian Soiland-Reyes2019-10-161-1/+1
* curl: ensure HTTP 429 triggers --retryStian Soiland-Reyes2019-10-051-0/+1
* tool_operate: rename functions to make more senseDaniel Stenberg2019-10-021-32/+35
* curl: create easy handles on-demand and not ahead of timeDaniel Stenberg2019-10-021-198/+267
* curl: exit the create_transfers loop on errorsDaniel Stenberg2019-09-221-8/+5
* tool_operate: removed unused variable 'done'Daniel Stenberg2019-09-201-2/+1