summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* setopt: support certificate options in memory with struct curl_blobGilles Vollant2020-05-152-1/+94
* source cleanup: remove all custom typedef structsDaniel Stenberg2020-05-1512-181/+176
* tool: support UTF-16 command line on WindowsMarcel Raad2020-05-143-10/+22
* curl_multibyte: add to curlxMarcel Raad2020-05-141-2/+4
* checksrc: enhance the ASTERISKSPACE and update code accordinglyDaniel Stenberg2020-05-141-2/+2
* tool: shorten 3 --help descriptionsDaniel Stenberg2020-05-131-16/+17
* retry-all-errors.d: Shorten the summary lineJay Satiro2020-05-121-1/+1
* tool: Add option --retry-all-errors to retry on any errorJay Satiro2020-05-124-0/+12
* tool_operate: only set CURLOPT_SSL_OPTIONS if SSL support is presentDaniel Stenberg2020-05-101-17/+18
* CURLOPT_SSL_OPTIONS: add *_NATIVE_CA to use Windows CA store (with openssl)Gilles Vollant2020-05-083-0/+14
* tool: do not declare functions with Curl_ prefixDaniel Stenberg2020-04-144-47/+41
* cmake: add aliases so exported target names are available in treeNathaniel R. Lewis2020-04-131-1/+6
* curl: allow both --etag-compare and --etag-save with same file nameKwon-Young Choi2020-04-051-30/+30
* misc: copyright year updatesDaniel Stenberg2020-03-311-1/+1
* build: fixed build for systems with select() in unistd.hHarry Sintonen2020-03-312-0/+4
* cleanup: insert newline after if() conditionsDaniel Stenberg2020-03-301-1/+2
* curl.h: remnove CURL_VERSION_ESNI. Never supported nor documentedDaniel Stenberg2020-03-291-1/+0
* writeout_json: Fix data type issuesMichael Kaufmann2020-03-273-5/+19