summaryrefslogtreecommitdiff
path: root/src/tool_operate.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tool_operate: Expression 'config->resume_from' is always trueDaniel Stenberg2019-09-201-2/+2
* curl: fix memory leaked by parse_metalink()Kamil Dudka2019-09-131-0/+4
* curl: make sure the parallel transfers do them allDaniel Stenberg2019-09-101-5/+24
* curl: fix include conditionslufia2019-08-291-0/+4
* cleanup: remove DOT_CHAR completelyDaniel Stenberg2019-08-201-1/+1
* CURLOPT_HTTP_VERSION: seting this to 3 forces HTTP/3 use directlyDaniel Stenberg2019-08-081-3/+0
* curl: make use of CURLINFO_RETRY_AFTER when retryingDaniel Stenberg2019-08-071-1/+14
* curl: use CURLINFO_PROTOCOL to check for HTTP(s)Daniel Stenberg2019-08-071-4/+3
* curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the toolSteve Holme2019-08-061-0/+5
* curl_multi_poll: a sister to curl_multi_wait() that waits moreDaniel Stenberg2019-08-061-40/+2
* curl: remove outdated commentDaniel Stenberg2019-07-301-6/+0
* curl: avoid uncessary libcurl timeouts (in parallel mode)Daniel Stenberg2019-07-291-2/+5
* tool_operate: fix implicit call to easysrc_cleanupJay Satiro2019-07-231-2/+6
* curl:create_transfers check return code from curl_easy_setoptDaniel Stenberg2019-07-221-1/+3
* HTTP3: initial (experimental) supportDaniel Stenberg2019-07-211-0/+3
* curl: remove dead codeDaniel Stenberg2019-07-211-25/+19
* curl: support parallel transfersDaniel Stenberg2019-07-201-684/+923
* curl: skip CURLOPT_PROXY_CAPATH for disabled-proxy buildsKoen Dergent2019-06-241-1/+2
* curl: improved skip-setopt-options when built with disabled featuresDaniel Stenberg2019-06-181-26/+6
* Revert all SASL authzid (new feature) commitsJay Satiro2019-05-251-5/+0
* curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the toolSteve Holme2019-05-221-0/+5
* curl: make code work with protocol-disabled libcurlDaniel Stenberg2019-05-181-5/+12
* cleanup: remove FIXME and TODO commentsDaniel Stenberg2019-05-161-12/+0
* curl: don't set FTP options for FTP-disabled buildsDaniel Stenberg2019-05-161-1/+4
* tool_operate: build on AmigaOSChris Young2019-03-151-3/+7
* alt-svc: the curl command line bitsDaniel Stenberg2019-03-031-0/+6
* cli tool: fix mime post with --disable-libcurl-option configure optionPatrick Monnerat2019-02-191-0/+3
* tool_operate: fix typecheck warningMarcel Raad2019-02-071-1/+2