summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* build: fix gcc7 implicit fallthrough warningsAlexis La Goutte2017-03-031-0/+1
* url: Improve CURLOPT_PROXY_CAPATH error handlingJay Satiro2017-02-211-4/+17
* string formatting: fix 4 printf-style format stringsMichael Kaufmann2017-02-192-2/+2
* tool_urlglob: Allow a glob range with the same start and stopJay Satiro2017-02-151-18/+17
* curl: fix typo in time condition warning messageNick Draffen2017-02-141-1/+1
* tool_operate: Show HTTPS-Proxy options on CURLE_SSL_CACERTJay Satiro2017-02-111-2/+7
* cmdline-opts: Fixed build and test in out of source tree buildsDan Fandrich2017-02-061-1/+1
* OS400: Fix symbolsJay Satiro2017-02-011-1/+0
* VC: remove the makefile.vc6 build infraDaniel Stenberg2017-01-233-552/+1
* docs/curl.1: generate from the cmdline-opts scriptDaniel Stenberg2017-01-231-1/+4
* *.rc: escape non-ASCII/non-UTF-8 character for clarityViktor Szakats2017-01-191-2/+2
* unix_socket: add support for abstract unix domain socketIsaac Boukris2017-01-134-6/+20
* curl: reset the easy handle at --nextIsaac Boukris2017-01-131-1/+4
* tool_operate: Fix --remote-time incorrect times on WindowsJay Satiro2016-12-281-3/+48
* curl: remove superfluous include fileDaniel Stenberg2016-12-271-4/+0
* tests: checksrc complianceJay Satiro2016-12-191-1/+1
* tool_getparam.c: make comments use the up-to-date option namesDaniel Stenberg2016-12-171-2/+2
* preproxy: renamed what was added as SOCKS_PROXYDaniel Stenberg2016-12-165-9/+16
* curl: normal socks proxies still use CURLOPT_PROXYDaniel Stenberg2016-12-163-15/+14
* CURLOPT_SOCKS_PROXYTYPE: removedDaniel Stenberg2016-12-161-3/+1
* checksrc: warn for assignments within if() expressionsDaniel Stenberg2016-12-143-9/+27
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-139-11/+11
* curl: support zero-length argument strings in config filesDaniel Stenberg2016-12-021-9/+5
* curl: remove --proxy-ssl* optionsDaniel Stenberg2016-11-282-14/+0
* curl_version_info: add CURL_VERSION_HTTPS_PROXYOkhin Vasilij2016-11-261-0/+1
* tool_urlglob: Improve sanity check in glob_rangeJay Satiro2016-11-241-1/+1
* tool_help: Change description for --retry-connrefusedJay Satiro2016-11-241-2/+1
* add CURLINFO_SCHEME, CURLINFO_PROTOCOL, and %{scheme}Frank Gevaerts2016-11-251-0/+8
* checksrc: white space edits to comply to stricter checksrcDaniel Stenberg2016-11-244-9/+9
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-244-10/+10
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-248-12/+253
* tool_help: Clarify --dump-header only writes received headersJay Satiro2016-11-161-1/+1
* curl: add --fail-early to help outputDaniel Stenberg2016-11-151-0/+1
* glob: fix [a-c] globbing regressionDaniel Stenberg2016-11-151-0/+3
* curl: add --fail-earlyDaniel Stenberg2016-11-143-5/+12
* curl: Add --retry-connrefusedDaniel Hwang2016-11-114-1/+20
* curl: introduce the --tlsv1.3 option to force TLS 1.3Kamil Dudka2016-11-073-0/+7
* s/cURL/curlDaniel Stenberg2016-11-076-12/+12
* curl -w: added more decimal digits to timing countersMauro Rappa2016-11-051-7/+7
* metalink: simplify the hex parsing functionDaniel Stenberg2016-11-021-14/+8
* strcase: make the tool use curl_str[n]equal insteadDaniel Stenberg2016-10-317-29/+27
* msvc builds: s/rawstr/strcaseDaniel Stenberg2016-10-311-6/+6
* curl_strequal: part of public API/ABI, needs to be keptDaniel Stenberg2016-10-311-1/+1
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-3110-32/+32
* strcasecompare: is the new name for strequal()Daniel Stenberg2016-10-316-25/+25
* range: reject char globs with missing end like '[L-]'Daniel Stenberg2016-10-311-15/+19
* glob_next_url: make sure to stay within the given output bufferDaniel Stenberg2016-10-311-6/+11
* range: prevent negative end number in a glob rangeDaniel Stenberg2016-10-311-0/+7
* s/cURL/curlDaniel Stenberg2016-10-181-4/+4
* curl: set INTERLEAVEDATA tooDaniel Stenberg2016-10-181-0/+1