aboutsummaryrefslogtreecommitdiff
path: root/src/tool_operate.c
AgeCommit message (Expand)Author
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
2019-07-21curl: remove dead codeDaniel Stenberg
2019-07-20curl: support parallel transfersDaniel Stenberg
2019-06-24curl: skip CURLOPT_PROXY_CAPATH for disabled-proxy buildsKoen Dergent
2019-06-18curl: improved skip-setopt-options when built with disabled featuresDaniel Stenberg
2019-05-25Revert all SASL authzid (new feature) commitsJay Satiro
2019-05-22curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the toolSteve Holme
2019-05-18curl: make code work with protocol-disabled libcurlDaniel Stenberg
2019-05-16cleanup: remove FIXME and TODO commentsDaniel Stenberg
2019-05-16curl: don't set FTP options for FTP-disabled buildsDaniel Stenberg
2019-03-15tool_operate: build on AmigaOSChris Young
2019-03-03alt-svc: the curl command line bitsDaniel Stenberg
2019-02-19cli tool: fix mime post with --disable-libcurl-option configure optionPatrick Monnerat
2019-02-07tool_operate: fix typecheck warningMarcel Raad
2019-02-01schannel: stop calling it "winssl"Daniel Stenberg
2018-12-21http: added options for allowing HTTP/0.9 responsesDaniel Stenberg
2018-12-19curl -J: do not append to the destination fileDaniel Stenberg
2018-11-20ssl: replace all internal uses of CURLE_SSL_CACERTHan Han
2018-11-07curl: fix --local-port integer overflowDaniel Stenberg
2018-09-06curl: --doh-url addedDaniel Stenberg
2018-09-03tool_operate: Add http code 408 to transient list for --retryJay Satiro
2018-08-31tool_operate: Fix setting proxy TLS 1.3 ciphersJay Satiro
2018-08-08ssl: set engine implicitly when a PKCS#11 URI is providedAnderson Toshiyuki Sasaki
2018-05-31option: disallow username in URLBjörn Stenberg
2018-05-29setopt: add TLS 1.3 ciphersuitesDaniel Stenberg
2018-05-21curl: show headers in boldDaniel Stenberg
2018-04-27checksrc: force indentation of lines after an elseDaniel Gustafsson
2018-04-18schannel: add support for CURLOPT_CAINFODan McNulty