aboutsummaryrefslogtreecommitdiff
path: root/src/tool_operate.c
AgeCommit message (Expand)Author
2020-05-25all: fix codespell errorsViktor Szakats
2020-05-23curl: remove -J "informational" written on stdoutDaniel Stenberg
2020-05-19tool_operate: fixed potentially uninitialized variablesSiva Sivaraman
2020-05-15setopt: support certificate options in memory with struct curl_blobGilles Vollant
2020-05-15source cleanup: remove all custom typedef structsDaniel Stenberg
2020-05-14tool: support UTF-16 command line on WindowsMarcel Raad
2020-05-12tool: Add option --retry-all-errors to retry on any errorJay Satiro
2020-05-10tool_operate: only set CURLOPT_SSL_OPTIONS if SSL support is presentDaniel Stenberg
2020-05-08CURLOPT_SSL_OPTIONS: add *_NATIVE_CA to use Windows CA store (with openssl)Gilles Vollant
2020-04-05curl: allow both --etag-compare and --etag-save with same file nameKwon-Young Choi
2020-03-31build: fixed build for systems with select() in unistd.hHarry Sintonen
2020-03-18schannel: add "best effort" revocation check optionJohannes Schindelin
2020-03-16tool_operate: fix add_parallel_transfers when more are in queueDaniel Stenberg
2020-02-05curl: error on --alt-svc use w/o supportDaniel Stenberg
2020-01-21smtp: Allow RCPT TO command to fail for some recipientsPavel Volgarev
2020-01-21curl: Let -D merge headers in one file againEmil Engler
2020-01-12curl: remove 'config' field from OutStructDaniel Stenberg
2020-01-04curl: properly free mimepost dataDaniel Stenberg
2020-01-04curl: cleanup multi handle on failureDaniel Stenberg
2019-12-29tool_operate: fix mem leak when failed config parseJay Satiro
2019-12-12curl: fix memory leak in OOM in etags logicDaniel Stenberg
2019-12-10curl: use errorf() betterDaniel Stenberg
2019-12-06curl: make the etag load logic work without fseekDaniel Stenberg
2019-12-05etag: allow both --etag-compare and --etag-save in same cmdlineDaniel Stenberg
2019-12-03curl: show better error message when no homedir is foundDaniel Stenberg
2019-11-28curl: two new command line options for etagsMaros Priputen
2019-11-26curl: fix --upload-file . hangs if delay in STDINJohn Schroeder
2019-11-21curl: add --parallel-immediateDaniel Stenberg
2019-11-14curl: fix -T globbingDaniel Stenberg
2019-10-16tool_operate: Fix retry sleep time shown to user when Retry-AfterStian Soiland-Reyes
2019-10-05curl: ensure HTTP 429 triggers --retryStian Soiland-Reyes
2019-10-02tool_operate: rename functions to make more senseDaniel Stenberg
2019-10-02curl: create easy handles on-demand and not ahead of timeDaniel Stenberg
2019-09-22curl: exit the create_transfers loop on errorsDaniel Stenberg
2019-09-20tool_operate: removed unused variable 'done'Daniel Stenberg
2019-09-20tool_operate: Expression 'config->resume_from' is always trueDaniel Stenberg
2019-09-13curl: fix memory leaked by parse_metalink()Kamil Dudka
2019-09-10curl: make sure the parallel transfers do them allDaniel Stenberg
2019-08-29curl: fix include conditionslufia
2019-08-20cleanup: remove DOT_CHAR completelyDaniel Stenberg
2019-08-08CURLOPT_HTTP_VERSION: seting this to 3 forces HTTP/3 use directlyDaniel Stenberg
2019-08-07curl: make use of CURLINFO_RETRY_AFTER when retryingDaniel Stenberg
2019-08-07curl: use CURLINFO_PROTOCOL to check for HTTP(s)Daniel Stenberg
2019-08-06curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the toolSteve Holme
2019-08-06curl_multi_poll: a sister to curl_multi_wait() that waits moreDaniel Stenberg
2019-07-30curl: remove outdated commentDaniel Stenberg
2019-07-29curl: avoid uncessary libcurl timeouts (in parallel mode)Daniel Stenberg
2019-07-23tool_operate: fix implicit call to easysrc_cleanupJay Satiro
2019-07-22curl:create_transfers check return code from curl_easy_setoptDaniel Stenberg
2019-07-21HTTP3: initial (experimental) supportDaniel Stenberg