summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* curl: use curlx_dynbuf for realloc when loading config filesDaniel Stenberg2020-09-142-38/+35
* curl: retry delays in parallel mode no longer sleeps blockingDaniel Stenberg2020-09-062-12/+39
* curl:parallel_transfers: make sure retry readds the transferDaniel Stenberg2020-09-051-3/+4
* build: drop support for building with WatcomDaniel Stenberg2020-09-052-236/+2
* curl: in retry output don't call all problems "transient"Daniel Stenberg2020-09-051-5/+5
* tool: update --help with categoriesEmil Engler2020-09-045-246/+602
* tls: add CURLOPT_SSL_EC_CURVES and --curvesMichael Baentsch2020-08-304-0/+11
* CMake: add option to enable Unicode on WindowsMarcel Raad2020-08-291-0/+6
* curl: add --output-dirDaniel Stenberg2020-08-246-10/+40
* curl: support XDG_CONFIG_HOME to find .curlrcDaniel Stenberg2020-08-244-5/+48
* etag: save and use the full received contentsDaniel Stenberg2020-08-242-42/+16
* Makefile.m32: add ability to override zstd libs [ci skip]Viktor Szakats2020-08-221-1/+6
* copyright: update/correct the year range on a few filesDaniel Stenberg2020-08-141-1/+1
* tool_doswin: Simplify Windows version detectionCameron Cawley2020-08-021-14/+3
* win32: Add Curl_verify_windows_version() to curlxCameron Cawley2020-08-021-2/+4
* tool_cb_wrt: fix outfile mode flags for WindowsJay Satiro2020-07-291-3/+6
* checksrc: ban gmtime/localtimeDaniel Stenberg2020-07-281-1/+2
* curl: improve the existing file check with -JDaniel Stenberg2020-07-281-9/+22
* WIN32: stop forcing narrow-character APIMarcel Raad2020-07-274-11/+23
* util: silence conversion warningsMarcel Raad2020-07-191-1/+1
* strdup: remove the odd strlen checkDaniel Stenberg2020-07-181-9/+4
* file2memory: use a define instead of -1 unsigned valueDaniel Stenberg2020-07-161-2/+2
* curl: add %{method} to the -w variablesDaniel Stenberg2020-07-142-0/+10
* windows: add unicode to feature listViktor Szakats2020-07-141-0/+1