Age | Commit message (Expand) | Author |
2018-01-23 | CONNECT_TO: fail attempt to set an IPv6 numerical without IPv6 support | Daniel Stenberg |
2018-01-05 | build: remove HAVE_LIMITS_H check | Jay Satiro |
2017-12-20 | curl_easy_reset: release mime-related data. | Patrick Monnerat |
2017-12-08 | curl: remove __EMX__ #ifdefs | Daniel Stenberg |
2017-12-06 | URL: tolerate backslash after drive letter for FILE: | Jan-E |
2017-12-05 | conncache: only allow multiplexing within same multi handle | Daniel Stenberg |
2017-12-05 | conncache: fix several lock issues | Daniel Stenberg |
2017-12-01 | libssh: added SFTP support | Nikos Mavrogiannopoulos |
2017-12-01 | Added support for libssh SSH SCP back-end | Nikos Mavrogiannopoulos |
2017-12-01 | SSL: Avoid magic allocation of SSL backend specific data | Johannes Schindelin |
2017-11-27 | url: fix alignment of ssl_backend_data struct | Jay Satiro |
2017-11-24 | URL: update "file:" URL handling | Matthew Kerwin |
2017-11-22 | url: reject ASCII control characters and space in host names | Daniel Stenberg |
2017-11-21 | Curl_open: fix OOM return error correctly | Daniel Stenberg |
2017-11-14 | URL: return error on malformed URLs with junk after IPv6 bracket | Michael Kaufmann |
2017-11-10 | setopt: split out curl_easy_setopt() to its own file | Daniel Stenberg |
2017-11-09 | share: add support for sharing the connection cache | Daniel Stenberg |
2017-11-06 | url: remove unncessary NULL-check | Daniel Stenberg |
2017-11-05 | HTTP: support multiple Content-Encodings | Patrick Monnerat |
2017-11-04 | url: remove arg value check from CURLOPT_SSH_AUTH_TYPES | Jay Satiro |
2017-11-03 | CURLOPT_INFILESIZE: accept -1 | Daniel Stenberg |
2017-11-02 | url: fix CURLOPT_DNS_CACHE_TIMEOUT arg value check to allow -1 | Jay Satiro |
2017-11-01 | CURLOPT_MAXREDIRS: allow -1 as a value | Daniel Stenberg |
2017-11-01 | url: fix CURLOPT_POSTFIELDSIZE arg value check to allow -1 | Jay Satiro |
2017-10-28 | Curl_timeleft: change return type to timediff_t | Daniel Stenberg |
2017-10-27 | setopt: fix CURLOPT_SSH_AUTH_TYPES option read | Daniel Stenberg |
2017-10-26 | wildcards: don't use with non-supported protocols | Max Dymond |
2017-10-25 | time: rename Curl_tvnow to Curl_now | Daniel Stenberg |
2017-10-25 | timediff: return timediff_t from the time diff functions | Daniel Stenberg |
2017-10-16 | setopt: range check most long options | Daniel Stenberg |
2017-10-16 | setopt: avoid integer overflows when setting millsecond values | Daniel Stenberg |
2017-10-11 | url: Update current connection SSL verify params in setopt | Artak Galoyan |
2017-10-08 | mime: improve unbinding top multipart from easy handle. | Patrick Monnerat |
2017-10-03 | idn: fix source code comment | Michael Kaufmann |
2017-10-03 | proxy: read the "no_proxy" variable only if necessary | Michael Kaufmann |
2017-09-30 | Set and use more necessary options when some protocols are disabled | Dan Fandrich |
2017-09-28 | reuse_conn: don't copy flags that are known to be equal | Michael Kaufmann |
2017-09-14 | URL: on connection re-use, still pick the new remote port | 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: new MIME API. | Patrick Monnerat |
2017-08-28 | vtls: encapsulate SSL backend-specific data | Johannes Schindelin |
2017-08-28 | vtls: move the SUPPORT_HTTPS_PROXY flag into the Curl_ssl struct | Johannes Schindelin |
2017-08-28 | vtls: convert the have_curlssl_* constants to runtime flags | Johannes Schindelin |
2017-08-17 | ssh: add the ability to enable compression (for SCP/SFTP) | Viktor Szakats |
2017-08-11 | parse_proxy(): fix memory leak in case of invalid proxy server name | Even Rouault |
2017-07-28 | timeval: struct curltime is a struct timeval replacement | Daniel Stenberg |
2017-06-30 | handler: refactor connection checking | Max Dymond |
2017-06-28 | CURLOPT_SOCKS5_AUTH: allowed methods for SOCKS5 proxy auth | Kamil Dudka |
2017-06-21 | --request-target: instead of --strip-path-slash | Daniel Stenberg |