summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* tool_cb_prg: make resumed upload progress bar show betterDaniel Stenberg2021-09-271-13/+18
* libssh2: add SHA256 fingerprint supportMats Lindestam2021-09-265-0/+14
* misc: fix typos in docs and commentsa13460542021-09-231-1/+1
* cleanup: constify unmodified static structsRikard Falkeborn2021-09-231-1/+1
* parse_args: redo the warnings for --remote-header-name combosDaniel Stenberg2021-09-103-13/+13
* curl: add warning for incompatible parameters usageCao ZhenXiang2021-09-061-10/+13
* curl: stop retry if Retry-After: is longer than allowedDaniel Stenberg2021-09-061-0/+16
* curl.1: provide examples for each optionDaniel Stenberg2021-09-011-3/+3
* curl: better error message when -O fails to get a good nameDaniel Stenberg2021-08-261-1/+4
* getparameter: fix the --local-port number parserDaniel Stenberg2021-08-171-2/+3
* curl: add warning for ignored data after quoted form parameterJan Verbeek2021-08-171-9/+17
* tool_operate: Fix --fail-early with parallel transfersJay Satiro2021-08-173-1/+43
* misc: update incorrect copyright year rangesDaniel Stenberg2021-08-161-1/+1
* tool/tests: fix potential year 2038 issuesBin Lan2021-07-301-2/+2
* tool_main: fix typo in commentDaniel Gustafsson2021-07-271-1/+1
* docs: correct spelling errors and a broken linkNyholm2021-07-181-5/+5
* cleanup: spell DoH with a lowercase oJosh Soref2021-07-162-4/+4
* tool_help: remove unused defineDaniel Gustafsson2021-07-161-4/+0
* [PellesC] fix _lseeki64() macroGisle Vanem2021-07-161-0/+1
* docs: document missing arguments to commandsБорис Верховский2021-07-131-3/+3
* tool_help: Document that --tlspassword takes a passwordБорис Верховский2021-07-121-1/+1
* glob: pass an 'int' as len when using printf's %*sDaniel Stenberg2021-06-301-2/+2
* single_transfer: ignore blank --output-dirDaniel Stenberg2021-06-111-1/+1
* metalink: removeDaniel Stenberg2021-06-0714-1314/+32
* copyright: update copyright year ranges to 2021Daniel Stenberg2021-05-263-3/+3
* curl: include libmetalink version in --version outputDaniel Stenberg2021-05-221-1/+21
* tool_getparam: fix comment typo in tool_getparam.cIkko Ashimine2021-05-151-1/+1
* tool_getparam: handle failure of curlx_convert_tchar_to_UTF8()Kamil Dudka2021-05-061-0/+2
* schannel: Disable auto credentials; add an option to enable itJay Satiro2021-04-226-6/+39
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-224-15/+15
* Revert "cmake: make libcurl library output name configurable"Daniel Stenberg2021-04-211-1/+1
* cmake: make libcurl library output name configurableRalph Langendam2021-04-211-1/+1
* tool_operate: don't discard failed parallel transfer resultJay Satiro2021-04-201-6/+11
* curl: ignore options asking for SSLv2 or SSLv3Daniel Stenberg2021-04-191-2/+2
* tool_writeout: fix the HTTP_CODE json outputJay Satiro2021-04-171-6/+7
* tool_getparam: replace (in-place) '%20' by '+' according to RFC1866Victor Vieux2021-04-151-1/+31
* misc: update copyright year ranges to match latest updatesDaniel Stenberg2021-04-131-1/+1
* src/tool_vms.c: remove duplicated word in commentJürgen Gmach2021-04-101-1/+1
* tool_progress: Fix progress meter in parallel modeCherish982021-04-051-0/+8
* copyright: update copyright year ranges to 2021Daniel Stenberg2021-03-275-5/+5
* tool_operate: bail if set CURLOPT_HTTP09_ALLOWED returns errorDaniel Stenberg2021-03-111-0/+4
* config: remove CURL_SIZEOF_CURL_OFF_T use only SIZEOF_CURL_OFF_TDaniel Stenberg2021-03-113-6/+6
* docs: add missing Arg tag to --stderrVladimir Varlamov2021-03-041-1/+1
* tool_help: Increase space between option and descriptionJay Satiro2021-02-281-1/+1
* curl: set CURLOPT_NEW_FILE_PERMS if requestedDaniel Stenberg2021-02-271-0/+3
* tool_operate: check argc before accessing argv[1]Daniel Stenberg2021-02-271-1/+1
* gnutls: Fix nettle discoveryDaniel Gustafsson2021-02-251-66/+2
* cookies: Support multiple -b parametersDaniel Gustafsson2021-02-254-10/+39
* http: add support to read and store the referrer headerViktor Szakats2021-02-193-5/+8
* http: do not add a referrer header with empty valueViktor Szakats2021-02-161-1/+2