summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* content_encoding: add zstd decoding supportGilles Vollant2020-07-123-2/+16
* tool_getparam: make --krb option work againKamil Dudka2020-07-031-1/+1
* terminology: call them null-terminated stringsDaniel Stenberg2020-06-284-8/+8
* tool_cb_hdr: Fix etag warning output and return codeJay Satiro2020-06-261-4/+4
* tool_operate: Don't use Windows CA store as a fallbackJay Satiro2020-06-221-8/+0
* tool_getparam: -i is not OK if -J is usedDaniel Stenberg2020-06-222-18/+9
* urlglob: treat literal IPv6 addresses with zone IDs as a host nameDaniel Stenberg2020-06-181-20/+27
* tool_getparam: repair the error message for unknown flagDaniel Stenberg2020-06-181-1/+2
* tool_getparam: fix memory leak in parse_argsJay Satiro2020-06-091-0/+2
* tool_cfgable: free login_options at exitDaniel Stenberg2020-06-081-0/+1
* all: fix codespell errorsViktor Szakats2020-05-251-1/+1
* copyright: updated year ranges out of syncDaniel Stenberg2020-05-241-1/+1
* curl: remove -J "informational" written on stdoutDaniel Stenberg2020-05-231-4/+0
* tool_paramhlp: fixup C89 mistakeDaniel Stenberg2020-05-191-2/+1
* tool_paramhlp: fixed potentially uninitialized strtol() variableSiva Sivaraman2020-05-191-0/+1
* tool_operate: fixed potentially uninitialized variablesSiva Sivaraman2020-05-191-5/+5