aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-11-08copyrights: fix copyright year rangeDaniel Stenberg
2019-11-06fix failure to buildng0
2019-11-06Merge tag 'curl-7_67_0'ng0
2019-10-16tool_operate: Fix retry sleep time shown to user when Retry-AfterStian Soiland-Reyes
2019-10-09docs: document it as --no-progress-meter instead of the reverseDaniel Stenberg
2019-10-08curl: --no-progress-meterDaniel Stenberg
2019-10-05curl: ensure HTTP 429 triggers --retryStian Soiland-Reyes
2019-10-02ESNI: initial build/setupNiall
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-20tool_getparam: remove duplicate switch caseDaniel Stenberg
2019-09-13curl: fix memory leaked by parse_metalink()Kamil Dudka
2019-09-13curl:file2string: load large files much fasterGilles Vollant
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