summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* curl: mention --ntlm-wb in -h listDaniel Stenberg2016-04-291-0/+1
* curl: -h output lacked --proxy-headerDaniel Stenberg2016-04-291-1/+2
* curl: use --telnet-option as documentedDaniel Stenberg2016-04-291-2/+1
* getparam: remove support for --ftpportDaniel Stenberg2016-04-291-2/+0
* curl: make --disable work as long form of -qDaniel Stenberg2016-04-291-1/+3
* aliases: remove trailing space from capath stringDaniel Stenberg2016-04-291-1/+1
* cmdline parse: only single letter options have single-letter stringsDaniel Stenberg2016-04-291-9/+8
* curl: make --ftp-create-dirs retry on failureDaniel Stenberg2016-04-221-2/+5
* src/checksrc.whitelist: removedDaniel Stenberg2016-04-192-5/+1
* tool_operate: switch to inline checksrc ignoreDaniel Stenberg2016-04-191-0/+1
* tool: add --tcp-fastopen optionAlessandro Ghedini2016-04-184-0/+10
* checksrc: pass on -D so the whitelists are found correctlyDaniel Stenberg2016-04-181-1/+2
* checksrc/makefile.am: use $top_srcdir to find source filesDaniel Stenberg2016-04-181-1/+1
* news: CURLOPT_CONNECT_TO and --connect-toMichael Kaufmann2016-04-175-0/+13
* makefile.vc6: use d suffix on debug objectDaniel Stenberg2016-04-171-3/+3