summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* doh: add options to disable ssl verificationJay Satiro2021-02-144-3/+30
* curl: provide libgsasl version and feature info in -V outputDaniel Stenberg2021-02-111-0/+1
* curl: add --fail-with-bodyDaniel Stenberg2021-02-114-8/+29
* tool_help: add missing argument for --create-file-modeJay Satiro2021-02-101-2/+2
* Makefile.m32: add support for libgsasl dependencyViktor Szakats2021-02-101-0/+11
* tool_paramhlp: reduce variable scopeMarcel Raad2021-02-101-1/+2
* tool_writeout: refactor write-out and write-out jsonJay Satiro2021-02-095-414/+303
* copyright: fix year ranges in need of updatesDaniel Stenberg2021-02-032-2/+2
* http: improve AWS HTTP v4 Signature authDmitry Wagin2021-01-305-6/+7
* copyright: fix missing year (range) updatesDaniel Stenberg2021-01-293-3/+3
* tool_writeout: make %{errormsg} blank for no errorsDaniel Stenberg2021-01-281-3/+4
* build: fix djgpp buildsGisle Vanem2021-01-271-8/+14
* curl: include the file name in --xattr/--remote-time error msgsDaniel Stenberg2021-01-272-4/+4
* curl: s/config->global/global/ in single_transfer()Daniel Stenberg2021-01-271-11/+11
* curl: move fprintf outputs to warnfDaniel Stenberg2021-01-274-47/+41
* tool_operate: spellfix a commentDaniel Stenberg2021-01-141-1/+1
* tool_doswin: Restore original console settings on CTRL signalJay Satiro2021-01-122-53/+66
* help: update to current codebaseEmil Engler2021-01-121-5/+6
* curl.h: add CURLPROTO_GOPHERS as own protocol identifierDaniel Stenberg2021-01-061-1/+4
* tool_operate: fix the suppression logic of some error messagesJay Satiro2021-01-041-6/+8
* language: s/behaviour/behavior/gEmil Engler2021-01-022-4/+4
* docs/examples: adjust prototypes for CURLOPT_READFUNCTIONOlaf Hering2020-12-302-2/+2
* tool_operate: avoid NULL dereference of first_argDaniel Stenberg2020-12-261-1/+1
* misc: fix "warning: empty expression statement has no effect"Daniel Stenberg2020-12-263-18/+18
* writeout: fix NULL dereference for "this url"Daniel Stenberg2020-12-261-1/+2
* curl: fix handling of -q optionCherish982020-12-231-1/+1
* curl: add variables to --write-outDaniel Stenberg2020-12-216-104/+112
* tool: add AWS HTTP v4 Signature supportMatthias Gatto2020-12-215-0/+12
* curl: add --create-file-mode [mode]Daniel Stenberg2020-12-215-4/+33