summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* curl -w: handle a blank input file correctlyDaniel Stenberg2020-01-061-2/+2
* curl:getparameter return error for --http3 if libcurl doesn't supportDaniel Stenberg2020-01-051-2/+5
* curl: properly free mimepost dataDaniel Stenberg2020-01-041-0/+3
* curl: cleanup multi handle on failureDaniel Stenberg2020-01-041-2/+4
* tool: make a few char pointers point to const char insteadMarcel Raad2019-12-313-4/+3
* tool_operate: fix mem leak when failed config parseJay Satiro2019-12-291-1/+3
* curl/parseconfig: use curl_free() to free memory allocated by libcurlDaniel Stenberg2019-12-181-2/+2
* curl/parseconfig: fix mem-leakDaniel Stenberg2019-12-181-0/+2
* curl: fix memory leak in OOM in etags logicDaniel Stenberg2019-12-121-10/+9
* curl: improved cleanup in upload error pathDaniel Stenberg2019-12-121-5/+6
* curl: use errorf() betterDaniel Stenberg2019-12-104-16/+17
* curl: make the etag load logic work without fseekDaniel Stenberg2019-12-061-16/+3
* lib: fix some loose ends for recently added CURLSSLOPT_NO_PARTIALCHAINJay Satiro2019-12-051-0/+1
* etag: allow both --etag-compare and --etag-save in same cmdlineDaniel Stenberg2019-12-051-10/+0
* curl: show better error message when no homedir is foundDaniel Stenberg2019-12-033-2/+19
* copyright: fix the year ranges for two filesDaniel Stenberg2019-12-021-1/+1
* build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro2019-12-016-36/+9
* curl: two new command line options for etagsMaros Priputen2019-11-288-1/+176
* curl: fix --upload-file . hangs if delay in STDINJohn Schroeder2019-11-266-4/+63
* curl: add --parallel-immediateDaniel Stenberg2019-11-214-0/+11
* curl: fix -T globbingDaniel Stenberg2019-11-141-6/+9
* copyrights: fix copyright year rangeDaniel Stenberg2019-11-0838-38/+38
* tool_operate: Fix retry sleep time shown to user when Retry-AfterStian Soiland-Reyes2019-10-161-1/+1
* docs: document it as --no-progress-meter instead of the reverseDaniel Stenberg2019-10-091-2/+2
* curl: --no-progress-meterDaniel Stenberg2019-10-082-5/+13
* curl: ensure HTTP 429 triggers --retryStian Soiland-Reyes2019-10-051-0/+1
* ESNI: initial build/setupNiall2019-10-021-0/+1
* tool_operate: rename functions to make more senseDaniel Stenberg2019-10-021-32/+35
* curl: create easy handles on-demand and not ahead of timeDaniel Stenberg2019-10-026-218/+307
* curl: exit the create_transfers loop on errorsDaniel Stenberg2019-09-221-8/+5
* tool_operate: removed unused variable 'done'Daniel Stenberg2019-09-201-2/+1
* tool_operate: Expression 'config->resume_from' is always trueDaniel Stenberg2019-09-201-2/+2
* tool_getparam: remove duplicate switch caseDaniel Stenberg2019-09-201-5/+1
* 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