Age | Commit message (Expand) | Author |
2017-02-19 | string formatting: fix 4 printf-style format strings | Michael Kaufmann |
2017-02-15 | tool_urlglob: Allow a glob range with the same start and stop | Jay Satiro |
2017-02-14 | curl: fix typo in time condition warning message | Nick Draffen |
2017-02-11 | tool_operate: Show HTTPS-Proxy options on CURLE_SSL_CACERT | Jay Satiro |
2017-02-06 | cmdline-opts: Fixed build and test in out of source tree builds | Dan Fandrich |
2017-02-01 | OS400: Fix symbols | Jay Satiro |
2017-01-23 | VC: remove the makefile.vc6 build infra | Daniel Stenberg |
2017-01-23 | docs/curl.1: generate from the cmdline-opts script | Daniel Stenberg |
2017-01-19 | *.rc: escape non-ASCII/non-UTF-8 character for clarity | Viktor Szakats |
2017-01-13 | unix_socket: add support for abstract unix domain socket | Isaac Boukris |
2017-01-13 | curl: reset the easy handle at --next | Isaac Boukris |
2016-12-28 | tool_operate: Fix --remote-time incorrect times on Windows | Jay Satiro |
2016-12-27 | curl: remove superfluous include file | Daniel Stenberg |
2016-12-19 | tests: checksrc compliance | Jay Satiro |
2016-12-17 | tool_getparam.c: make comments use the up-to-date option names | Daniel Stenberg |
2016-12-16 | preproxy: renamed what was added as SOCKS_PROXY | Daniel Stenberg |
2016-12-16 | curl: normal socks proxies still use CURLOPT_PROXY | Daniel Stenberg |
2016-12-16 | CURLOPT_SOCKS_PROXYTYPE: removed | Daniel Stenberg |
2016-12-14 | checksrc: warn for assignments within if() expressions | Daniel Stenberg |
2016-12-13 | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg |
2016-12-02 | curl: support zero-length argument strings in config files | Daniel Stenberg |
2016-11-28 | curl: remove --proxy-ssl* options | Daniel Stenberg |
2016-11-26 | curl_version_info: add CURL_VERSION_HTTPS_PROXY | Okhin Vasilij |
2016-11-24 | tool_urlglob: Improve sanity check in glob_range | Jay Satiro |
2016-11-24 | tool_help: Change description for --retry-connrefused | Jay Satiro |
2016-11-25 | add CURLINFO_SCHEME, CURLINFO_PROTOCOL, and %{scheme} | Frank Gevaerts |
2016-11-24 | checksrc: white space edits to comply to stricter checksrc | Daniel Stenberg |
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 |