summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* --help: move two options from the misc categoryEmil Engler2020-10-031-2/+2
* checksrc: warn on space after exclamation markDaniel Stenberg2020-10-022-4/+4
* tool_setopt: escape binary data to hex, not octalDaniel Stenberg2020-10-021-1/+1
* curl: make --libcurl show binary posts correctlyDaniel Stenberg2020-10-023-24/+41
* src: Consistently spell whitespace without whitespaceDaniel Gustafsson2020-09-301-1/+1
* symbian: drop supportDaniel Stenberg2020-09-225-29/+8
* --help: strdup the categoryDaniel Stenberg2020-09-183-14/+14
* tool_help.h: update copyright year rangeDaniel Stenberg2020-09-161-1/+1
* tool_writeout: protect fputs() from NULLDaniel Stenberg2020-09-151-9/+6
* tool_writeout: add new writeout variable, %{num_headers}anio2020-09-157-19/+46
* tool_urlglob: fix compiler warning "unreachable code"Daniel Stenberg2020-09-151-2/+2
* curl: make checkpasswd use dynbufDaniel Stenberg2020-09-141-15/+8
* curl: make glob_match_url use dynbufDaniel Stenberg2020-09-141-31/+15
* curl: make file2memory use dynbufDaniel Stenberg2020-09-141-38/+14
* curl: make file2string use dynbufDaniel Stenberg2020-09-141-32/+9