Age | Commit message (Expand) | Author |
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-20 | tool_getparam: remove duplicate switch case | Daniel Stenberg |
2019-09-13 | curl: fix memory leaked by parse_metalink() | Kamil Dudka |
2019-09-13 | curl:file2string: load large files much faster | Gilles Vollant |
2019-09-10 | curl: make sure the parallel transfers do them all | Daniel Stenberg |
2019-09-09 | tool_setopt: handle a libcurl build without netrc support | Daniel Stenberg |
2019-08-29 | curl: fix include conditions | lufia |
2019-08-20 | cleanup: remove DOT_CHAR completely | Daniel Stenberg |
2019-08-20 | curl: make --libcurl use CURL_HTTP_VERSION_3 | Daniel Stenberg |
2019-08-20 | curl: use .curlrc (with a dot) on Windows as well | Daniel Stenberg |
2019-08-08 | cleanup: s/curl_debug/curl_dbg_debug in comments and docs | 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-07 | curl: have -w's 'http_version' show '3' for HTTP/3 | 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-08-06 | http09: disable HTTP/0.9 by default in both tool and library | Daniel Stenberg |
2019-08-01 | src/makefile: fix uncompressed hugehelp.c generation | Daniel Stenberg |
2019-07-30 | curl: remove outdated comment | Daniel Stenberg |
2019-07-30 | curl: cap the maximum allowed values for retry time arguments | 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-07-16 | curl: only accept COLUMNS less than 10000 | 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-06-10 | tool_cb_prg: Fix integer overflow in progress bar | Daniel Gustafsson |
2019-06-05 | build: fix Codacy warnings | Marcel Raad |
2019-06-04 | tool_parsecfg: Use correct return type for GetModuleFileName() | Steve Holme |
2019-06-02 | tool_parsecfg: Fix control flow issue (DEADCODE) | Steve Holme |
2019-06-02 | tls13-docs: mention it is only for OpenSSL >= 1.1.1 | Daniel Stenberg |
2019-05-25 | Revert all SASL authzid (new feature) commits | Jay Satiro |
2019-05-23 | tool_setopt: for builds with disabled-proxy, skip all proxy setopts() | Daniel Stenberg |
2019-05-23 | tool_parse_cfg: Avoid 2 fopen() for WIN32 | Gisle Vanem |
2019-05-22 | curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the tool | Steve Holme |
2019-05-20 | curl: report error for "--no-" on non-boolean options | Daniel Stenberg |
2019-05-20 | tool_formparse: remove redundant assignment | Marcel Raad |
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-04-16 | tool_help: Warn if curl and libcurl versions do not match | Jay Satiro |
2019-04-11 | build: fix Codacy/CppCheck warnings | Marcel Raad |
2019-04-02 | tool_cb_wrt: fix bad-function-cast warning | Marcel Raad |
2019-04-01 | tool_help: include <strings.h> for strcasecmp | Daniel Stenberg |