Age | Commit message (Expand) | Author |
2016-11-24 | checksrc: code style: use 'char *name' style | Daniel Stenberg |
2016-11-24 | proxy: Support HTTPS proxy and SOCKS+HTTP(s) | Alex Rousskov |
2016-11-16 | tool_help: Clarify --dump-header only writes received headers | Jay Satiro |
2016-11-15 | curl: add --fail-early to help output | Daniel Stenberg |
2016-11-15 | glob: fix [a-c] globbing regression | Daniel Stenberg |
2016-11-14 | curl: add --fail-early | Daniel Stenberg |
2016-11-11 | curl: Add --retry-connrefused | Daniel Hwang |
2016-11-07 | curl: introduce the --tlsv1.3 option to force TLS 1.3 | Kamil Dudka |
2016-11-07 | s/cURL/curl | Daniel Stenberg |
2016-11-05 | curl -w: added more decimal digits to timing counters | Mauro Rappa |
2016-11-02 | metalink: simplify the hex parsing function | Daniel Stenberg |
2016-10-31 | strcase: make the tool use curl_str[n]equal instead | Daniel Stenberg |
2016-10-31 | msvc builds: s/rawstr/strcase | Daniel Stenberg |
2016-10-31 | curl_strequal: part of public API/ABI, needs to be kept | Daniel Stenberg |
2016-10-31 | strcasecompare: all case insensitive string compares ignore locale now | Daniel Stenberg |
2016-10-31 | strcasecompare: is the new name for strequal() | Daniel Stenberg |
2016-10-31 | range: reject char globs with missing end like '[L-]' | Daniel Stenberg |
2016-10-31 | glob_next_url: make sure to stay within the given output buffer | Daniel Stenberg |
2016-10-31 | range: prevent negative end number in a glob range | Daniel Stenberg |
2016-10-18 | s/cURL/curl | Daniel Stenberg |
2016-10-18 | curl: set INTERLEAVEDATA too | Daniel Stenberg |
2016-10-16 | curl: do not set CURLOPT_SSLENGINEDEFAULT automatically | David Woodhouse |
2016-09-14 | curl: make --create-dirs on windows grok both forward and backward slashes | Daniel Stenberg |
2016-09-07 | curl: whitelist use of strtok() in non-threaded context | Daniel Stenberg |
2016-09-03 | tool_helpers.c: fix comment typo (#989) | Mark Hamilton |
2016-08-17 | curl: allow "pkcs11:" prefix for client certificates | David Woodhouse |
2016-08-05 | CURLOPT_TCP_NODELAY: now enabled by default | Daniel Stenberg |
2016-06-03 | tool_urlglob: fix off-by-one error in glob_parse() | Kamil Dudka |
2016-06-01 | makefile.m32: add crypt32 for winssl builds | Viktor Szakats |
2016-05-31 | curl: fix -q [regression] | Daniel Stenberg |
2016-05-30 | http: add CURLINFO_HTTP_VERSION and %{http_version} | Frank Gevaerts |
2016-05-01 | tool_cb_hdr: Fix --remote-header-name with schemeless URL | Jay Satiro |
2016-04-29 | curl -J: make it work even without http:// scheme on URL | Jay Satiro |
2016-04-29 | curl: show the long option version of -q in the -h list | Daniel Stenberg |
2016-04-29 | curl: remove "--socks" as "--socks5" turned 8 | Daniel Stenberg |
2016-04-29 | curl: remove --http-request | Daniel Stenberg |
2016-04-29 | curl: mention --ntlm-wb in -h list | Daniel Stenberg |
2016-04-29 | curl: -h output lacked --proxy-header | Daniel Stenberg |
2016-04-29 | curl: use --telnet-option as documented | Daniel Stenberg |
2016-04-29 | getparam: remove support for --ftpport | Daniel Stenberg |
2016-04-29 | curl: make --disable work as long form of -q | Daniel Stenberg |
2016-04-29 | aliases: remove trailing space from capath string | Daniel Stenberg |
2016-04-29 | cmdline parse: only single letter options have single-letter strings | Daniel Stenberg |
2016-04-22 | curl: make --ftp-create-dirs retry on failure | Daniel Stenberg |
2016-04-19 | src/checksrc.whitelist: removed | Daniel Stenberg |
2016-04-19 | tool_operate: switch to inline checksrc ignore | Daniel Stenberg |
2016-04-18 | tool: add --tcp-fastopen option | Alessandro Ghedini |
2016-04-18 | checksrc: pass on -D so the whitelists are found correctly | Daniel Stenberg |
2016-04-18 | checksrc/makefile.am: use $top_srcdir to find source files | Daniel Stenberg |
2016-04-17 | news: CURLOPT_CONNECT_TO and --connect-to | Michael Kaufmann |