Age | Commit message (Expand) | Author |
2020-01-21 | smtp: Allow RCPT TO command to fail for some recipients | Pavel Volgarev |
2020-01-21 | curl: Let -D merge headers in one file again | Emil Engler |
2020-01-12 | curl: remove 'config' field from OutStruct | Daniel Stenberg |
2020-01-04 | curl: properly free mimepost data | Daniel Stenberg |
2020-01-04 | curl: cleanup multi handle on failure | Daniel Stenberg |
2019-12-29 | tool_operate: fix mem leak when failed config parse | Jay Satiro |
2019-12-12 | curl: fix memory leak in OOM in etags logic | Daniel Stenberg |
2019-12-10 | curl: use errorf() better | Daniel Stenberg |
2019-12-06 | curl: make the etag load logic work without fseek | Daniel Stenberg |
2019-12-05 | etag: allow both --etag-compare and --etag-save in same cmdline | Daniel Stenberg |
2019-12-03 | curl: show better error message when no homedir is found | Daniel Stenberg |
2019-11-28 | curl: two new command line options for etags | Maros Priputen |
2019-11-26 | curl: fix --upload-file . hangs if delay in STDIN | John Schroeder |
2019-11-21 | curl: add --parallel-immediate | Daniel Stenberg |
2019-11-14 | curl: fix -T globbing | Daniel Stenberg |
2019-10-16 | tool_operate: Fix retry sleep time shown to user when Retry-After | Stian Soiland-Reyes |
2019-10-05 | curl: ensure HTTP 429 triggers --retry | Stian Soiland-Reyes |
2019-10-02 | tool_operate: rename functions to make more sense | Daniel Stenberg |
2019-10-02 | curl: create easy handles on-demand and not ahead of time | Daniel Stenberg |
2019-09-22 | curl: exit the create_transfers loop on errors | Daniel Stenberg |
2019-09-20 | tool_operate: removed unused variable 'done' | Daniel Stenberg |
2019-09-20 | tool_operate: Expression 'config->resume_from' is always true | Daniel Stenberg |
2019-09-13 | curl: fix memory leaked by parse_metalink() | Kamil Dudka |
2019-09-10 | curl: make sure the parallel transfers do them all | Daniel Stenberg |
2019-08-29 | curl: fix include conditions | lufia |
2019-08-20 | cleanup: remove DOT_CHAR completely | Daniel Stenberg |
2019-08-08 | CURLOPT_HTTP_VERSION: seting this to 3 forces HTTP/3 use directly | Daniel Stenberg |
2019-08-07 | curl: make use of CURLINFO_RETRY_AFTER when retrying | Daniel Stenberg |
2019-08-07 | curl: use CURLINFO_PROTOCOL to check for HTTP(s) | Daniel Stenberg |
2019-08-06 | curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the tool | Steve Holme |
2019-08-06 | curl_multi_poll: a sister to curl_multi_wait() that waits more | Daniel Stenberg |
2019-07-30 | curl: remove outdated comment | Daniel Stenberg |
2019-07-29 | curl: avoid uncessary libcurl timeouts (in parallel mode) | Daniel Stenberg |
2019-07-23 | tool_operate: fix implicit call to easysrc_cleanup | Jay Satiro |
2019-07-22 | curl:create_transfers check return code from curl_easy_setopt | Daniel Stenberg |
2019-07-21 | HTTP3: initial (experimental) support | Daniel Stenberg |
2019-07-21 | curl: remove dead code | Daniel Stenberg |
2019-07-20 | curl: support parallel transfers | Daniel Stenberg |
2019-06-24 | curl: skip CURLOPT_PROXY_CAPATH for disabled-proxy builds | Koen Dergent |
2019-06-18 | curl: improved skip-setopt-options when built with disabled features | Daniel Stenberg |
2019-05-25 | Revert all SASL authzid (new feature) commits | Jay Satiro |
2019-05-22 | curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the tool | Steve Holme |
2019-05-18 | curl: make code work with protocol-disabled libcurl | Daniel Stenberg |
2019-05-16 | cleanup: remove FIXME and TODO comments | Daniel Stenberg |
2019-05-16 | curl: don't set FTP options for FTP-disabled builds | Daniel Stenberg |
2019-03-15 | tool_operate: build on AmigaOS | Chris Young |
2019-03-03 | alt-svc: the curl command line bits | Daniel Stenberg |
2019-02-19 | cli tool: fix mime post with --disable-libcurl-option configure option | Patrick Monnerat |
2019-02-07 | tool_operate: fix typecheck warning | Marcel Raad |
2019-02-01 | schannel: stop calling it "winssl" | Daniel Stenberg |