summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* curl: fix memory leaked by parse_metalink()Kamil Dudka2019-09-133-1/+8
* curl:file2string: load large files much fasterGilles Vollant2019-09-131-7/+24
* curl: make sure the parallel transfers do them allDaniel Stenberg2019-09-101-5/+24
* tool_setopt: handle a libcurl build without netrc supportDaniel Stenberg2019-09-091-0/+10
* curl: fix include conditionslufia2019-08-292-1/+5
* cleanup: remove DOT_CHAR completelyDaniel Stenberg2019-08-201-1/+1
* curl: make --libcurl use CURL_HTTP_VERSION_3Daniel Stenberg2019-08-201-0/+1
* curl: use .curlrc (with a dot) on Windows as wellDaniel Stenberg2019-08-201-51/+66
* cleanup: s/curl_debug/curl_dbg_debug in comments and docsDaniel Stenberg2019-08-081-3/+3
* CURLOPT_HTTP_VERSION: seting this to 3 forces HTTP/3 use directlyDaniel Stenberg2019-08-084-9/+5
* curl: make use of CURLINFO_RETRY_AFTER when retryingDaniel Stenberg2019-08-071-1/+14
* curl: use CURLINFO_PROTOCOL to check for HTTP(s)Daniel Stenberg2019-08-071-4/+3
* curl: have -w's 'http_version' show '3' for HTTP/3Daniel Stenberg2019-08-071-1/+4
* curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the toolSteve Holme2019-08-065-1/+14
* curl_multi_poll: a sister to curl_multi_wait() that waits moreDaniel Stenberg2019-08-061-40/+2
* http09: disable HTTP/0.9 by default in both tool and libraryDaniel Stenberg2019-08-061-1/+1
* src/makefile: fix uncompressed hugehelp.c generationDaniel Stenberg2019-08-011-1/+1
* curl: remove outdated commentDaniel Stenberg2019-07-301-6/+0
* curl: cap the maximum allowed values for retry time argumentsDaniel Stenberg2019-07-303-3/+26
* curl: avoid uncessary libcurl timeouts (in parallel mode)Daniel Stenberg2019-07-291-2/+5
* tool_operate: fix implicit call to easysrc_cleanupJay Satiro2019-07-231-2/+6
* curl:create_transfers check return code from curl_easy_setoptDaniel Stenberg2019-07-221-1/+3
* HTTP3: initial (experimental) supportDaniel Stenberg2019-07-214-1/+13
* curl: remove dead codeDaniel Stenberg2019-07-211-25/+19
* curl: support parallel transfersDaniel Stenberg2019-07-2018-753/+1414
* curl: only accept COLUMNS less than 10000Daniel Stenberg2019-07-161-1/+2
* curl: skip CURLOPT_PROXY_CAPATH for disabled-proxy buildsKoen Dergent2019-06-241-1/+2
* curl: improved skip-setopt-options when built with disabled featuresDaniel Stenberg2019-06-183-35/+80
* tool_cb_prg: Fix integer overflow in progress barDaniel Gustafsson2019-06-101-4/+9
* build: fix Codacy warningsMarcel Raad2019-06-051-1/+1
* tool_parsecfg: Use correct return type for GetModuleFileName()Steve Holme2019-06-041-2/+3
* tool_parsecfg: Fix control flow issue (DEADCODE)Steve Holme2019-06-021-7/+7
* tls13-docs: mention it is only for OpenSSL >= 1.1.1Daniel Stenberg2019-06-021-4/+4
* Revert all SASL authzid (new feature) commitsJay Satiro2019-05-255-14/+1
* tool_setopt: for builds with disabled-proxy, skip all proxy setopts()Daniel Stenberg2019-05-232-19/+74
* tool_parse_cfg: Avoid 2 fopen() for WIN32Gisle Vanem2019-05-231-3/+4
* curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the toolSteve Holme2019-05-225-1/+14
* curl: report error for "--no-" on non-boolean optionsDaniel Stenberg2019-05-203-2/+10
* tool_formparse: remove redundant assignmentMarcel Raad2019-05-201-3/+2
* curl: make code work with protocol-disabled libcurlDaniel Stenberg2019-05-181-5/+12
* cleanup: remove FIXME and TODO commentsDaniel Stenberg2019-05-164-18/+4
* curl: don't set FTP options for FTP-disabled buildsDaniel Stenberg2019-05-161-1/+4
* tool_help: Warn if curl and libcurl versions do not matchJay Satiro2019-04-161-0/+4
* build: fix Codacy/CppCheck warningsMarcel Raad2019-04-115-7/+6
* tool_cb_wrt: fix bad-function-cast warningMarcel Raad2019-04-021-5/+3
* tool_help: include <strings.h> for strcasecmpDaniel Stenberg2019-04-011-0/+3
* tool_cb_wrt: fix writing to Windows null device NULJay Satiro2019-03-261-1/+6
* tool_getpass: termios.h is present on AmigaOS 3, but no tcgetattr/tcsetattrChris Young2019-03-151-1/+5
* tool_operate: build on AmigaOSChris Young2019-03-151-3/+7
* makefile: make checksrc and hugefile commands "silent"Daniel Stenberg2019-03-141-13/+23