Age | Commit message (Expand) | Author |
2018-05-31 | option: disallow username in URL | Björn Stenberg |
2018-05-29 | setopt: add TLS 1.3 ciphersuites | Daniel Stenberg |
2018-05-21 | curl: show headers in bold | Daniel Stenberg |
2018-04-27 | checksrc: force indentation of lines after an else | Daniel Gustafsson |
2018-04-18 | schannel: add support for CURLOPT_CAINFO | Dan McNulty |
2018-04-07 | tool_operate: Fix retry on FTP 4xx to ignore other protocols | Stefan Agner |
2018-03-17 | CURLOPT_HAPROXYPROTOCOL: support the HAProxy PROXY protocol | Lawrence Matthews |
2018-03-16 | cleanup: misc typos in strings and comments | luz.paz |
2018-02-21 | lib: CURLOPT_HAPPY_EYEBALLS_TIMEOUT => CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS | Jay Satiro |
2018-02-20 | url: Add option CURLOPT_HAPPY_EYEBALLS_TIMEOUT | Anders Bakken |
2018-02-05 | time-cond: fix reading the file modification time on Windows | Michael Kaufmann |
2017-12-11 | Revert "curl: don't set CURLOPT_INTERLEAVEDATA" | Daniel Stenberg |
2017-12-08 | curl: don't set CURLOPT_INTERLEAVEDATA | Daniel Stenberg |
2017-09-30 | Set and use more necessary options when some protocols are disabled | Dan Fandrich |
2017-09-20 | curl: check fseek() return code and bail on error | Daniel Stenberg |
2017-09-11 | code style: use spaces around pluses | Daniel Stenberg |
2017-09-11 | code style: use spaces around equals signs | Daniel Stenberg |
2017-09-02 | mime: use in curl cli tool instead of form API. | Patrick Monnerat |
2017-08-22 | curl: shorten and clean up CA cert verification error message | Daniel Stenberg |
2017-08-17 | CURL_SIZEOF_LONG: removed, use only SIZEOF_LONG | Daniel Stenberg |
2017-08-17 | ssh: add the ability to enable compression (for SCP/SFTP) | Viktor Szakats |
2017-06-28 | curl --socks5-{basic,gssapi}: control socks5 auth | Kamil Dudka |
2017-06-21 | --request-target: instead of --strip-path-slash | Daniel Stenberg |
2017-06-19 | http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASH | Daniel Stenberg |
2017-06-16 | curl: prevent binary output spewed to terminal | Daniel Stenberg |
2017-05-06 | curl: remove tool_writeenv.[ch] | Daniel Stenberg |
2017-04-27 | tool_operate: use utimes instead of obsolescent utime when available | Dan Fandrich |
2017-04-25 | curl: set a 100K buffer size by default | Daniel Stenberg |
2017-04-05 | tool_operate: fix MinGW compiler warning | Marcel Raad |
2017-04-05 | tool_operate: move filetime code to its own function | Marcel Raad |
2017-03-16 | tool_operate: Fix showing HTTPS-Proxy options on CURLE_SSL_CACERT | Jay Satiro |
2017-03-12 | url: add option CURLOPT_SUPPRESS_CONNECT_HEADERS | Desmond O. Chang |
2017-03-08 | vtls: add options to specify range of enabled TLS versions | Jozef Kralik |
2017-02-21 | url: Improve CURLOPT_PROXY_CAPATH error handling | Jay Satiro |
2017-02-19 | string formatting: fix 4 printf-style format strings | Michael Kaufmann |
2017-02-11 | tool_operate: Show HTTPS-Proxy options on CURLE_SSL_CACERT | Jay Satiro |
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-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-13 | checksrc: stricter no-space-before-paren enforcement | 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-14 | curl: add --fail-early | Daniel Stenberg |
2016-11-11 | curl: Add --retry-connrefused | Daniel Hwang |
2016-10-31 | strcase: make the tool use curl_str[n]equal instead | Daniel Stenberg |
2016-10-31 | strcasecompare: all case insensitive string compares ignore locale now | Daniel Stenberg |