summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* curl: do not set CURLOPT_SSLENGINEDEFAULT automaticallyDavid Woodhouse2016-10-161-1/+0
* curl: make --create-dirs on windows grok both forward and backward slashesDaniel Stenberg2016-09-141-3/+12
* curl: whitelist use of strtok() in non-threaded contextDaniel Stenberg2016-09-072-2/+6
* tool_helpers.c: fix comment typo (#989)Mark Hamilton2016-09-031-1/+1
* curl: allow "pkcs11:" prefix for client certificatesDavid Woodhouse2016-08-171-2/+5
* CURLOPT_TCP_NODELAY: now enabled by defaultDaniel Stenberg2016-08-053-4/+6
* tool_urlglob: fix off-by-one error in glob_parse()Kamil Dudka2016-06-031-1/+1
* makefile.m32: add crypt32 for winssl buildsViktor Szakats2016-06-011-0/+4
* curl: fix -q [regression]Daniel Stenberg2016-05-311-1/+1
* http: add CURLINFO_HTTP_VERSION and %{http_version}Frank Gevaerts2016-05-301-1/+23
* tool_cb_hdr: Fix --remote-header-name with schemeless URLJay Satiro2016-05-012-7/+5
* curl -J: make it work even without http:// scheme on URLJay Satiro2016-04-291-1/+4
* curl: show the long option version of -q in the -h listDaniel Stenberg2016-04-291-1/+1
* curl: remove "--socks" as "--socks5" turned 8Daniel Stenberg2016-04-291-3/+0
* curl: remove --http-requestDaniel Stenberg2016-04-291-2/+0