summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* tool_setopt: provide helper output in debug buildsDaniel Stenberg2020-12-181-1/+6
* tooĺ_writeout: fix the -w time output unitsDaniel Stenberg2020-12-151-7/+15
* ftp: CURLOPT_FTP_SKIP_PASV_IP by defaultDaniel Stenberg2020-12-071-0/+1
* tool_writeout: use off_t getinfo-types instead of doublesDaniel Stenberg2020-11-261-30/+29
* infof/failf calls: fix format specifiersRikard Falkeborn2020-11-241-2/+2
* Makefile.m32: add support for UNICODE buildsViktor Szakats2020-11-231-0/+7
* curl: add compatibility for Amiga and GCC 6.5Oliver Urbann2020-11-201-0/+1
* curl: only warn not fail, if not finding the home dirDaniel Stenberg2020-11-131-20/+15
* tool_operate: set HSTS with CURLOPT_HSTS to pass on filenameDaniel Stenberg2020-11-061-1/+1
* copyright: fix year rangesDaniel Stenberg2020-11-0540-40/+40
* curl.se: new homeDaniel Stenberg2020-11-0494-99/+99
* hsts: add support for Strict-Transport-SecurityDaniel Stenberg2020-11-037-0/+23
* tool_debug_cb: do not assume zero-terminated dataDaniel Stenberg2020-11-031-1/+1
* tool_operate: --retry for HTTP 408 responses tooDaniel Stenberg2020-11-021-0/+1
* tool_operate: bail out proper on errors for parallel setupDaniel Stenberg2020-10-291-1/+1
* tool_help: make "output" description less confusingEmil Engler2020-10-241-1/+1
* Makefile.m32: add support for HTTP/3 via ngtcp2+nghttp3Viktor Szakats2020-10-161-0/+23
* tool_operate: fix compiler warning when --libcurl is disabledDaniel Stenberg2020-10-161-0/+3
* src/tool_filetime: disable -Wformat on mingw for this fileDaniel Stenberg2020-10-151-0/+5
* src/Makefile.m32: fix undefined curlx_dyn_* errorsViktor Szakats2020-10-111-2/+0
* curl: make sure setopt CURLOPT_IPRESOLVE passes on a longDaniel Stenberg2020-10-052-8/+3