summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-09-12Merge tag 'curl-7_66_0'ng0
2019-09-10curl: make sure the parallel transfers do them allDaniel Stenberg
2019-09-09tool_setopt: handle a libcurl build without netrc supportDaniel Stenberg
2019-08-29curl: fix include conditionslufia
2019-08-20cleanup: remove DOT_CHAR completelyDaniel Stenberg
2019-08-20curl: make --libcurl use CURL_HTTP_VERSION_3Daniel Stenberg
2019-08-20curl: use .curlrc (with a dot) on Windows as wellDaniel Stenberg
2019-08-15Merge tag 'curl-7_65_3'ng0
2019-08-08cleanup: s/curl_debug/curl_dbg_debug in comments and docsDaniel 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-07curl: have -w's 'http_version' show '3' for HTTP/3Daniel 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-08-06http09: disable HTTP/0.9 by default in both tool and libraryDaniel Stenberg
2019-08-01src/makefile: fix uncompressed hugehelp.c generationDaniel Stenberg
2019-07-30curl: remove outdated commentDaniel Stenberg
2019-07-30curl: cap the maximum allowed values for retry time argumentsDaniel 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-07-16curl: only accept COLUMNS less than 10000Daniel 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-06-10tool_cb_prg: Fix integer overflow in progress barDaniel Gustafsson
2019-06-07Merge tag 'curl-7_65_1' of https://github.com/curl/curlng0
2019-06-05build: fix Codacy warningsMarcel Raad
2019-06-04tool_parsecfg: Use correct return type for GetModuleFileName()Steve Holme
2019-06-02tool_parsecfg: Fix control flow issue (DEADCODE)Steve Holme
2019-06-02tls13-docs: mention it is only for OpenSSL >= 1.1.1Daniel Stenberg
2019-05-25Revert all SASL authzid (new feature) commitsJay Satiro
2019-05-23tool_setopt: for builds with disabled-proxy, skip all proxy setopts()Daniel Stenberg
2019-05-23tool_parse_cfg: Avoid 2 fopen() for WIN32Gisle Vanem
2019-05-22curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the toolSteve Holme
2019-05-22Merge tag 'curl-7_65_0' of https://github.com/curl/curlng0
2019-05-20curl: report error for "--no-" on non-boolean optionsDaniel Stenberg
2019-05-20tool_formparse: remove redundant assignmentMarcel Raad
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-04-16tool_help: Warn if curl and libcurl versions do not matchJay Satiro
2019-04-12Properly enforce building with the right configure switches.ng0
2019-04-12Merge tag 'curl-7_64_1' of https://github.com/curl/curlng0
2019-04-11build: fix Codacy/CppCheck warningsMarcel Raad
2019-04-02tool_cb_wrt: fix bad-function-cast warningMarcel Raad
2019-04-01tool_help: include <strings.h> for strcasecmpDaniel Stenberg