Age | Commit message (Expand) | Author |
2017-01-19 | CURLOPT_BUFFERSIZE: support enlarging receive buffer | Richy Kim |
2017-01-13 | unix_socket: add support for abstract unix domain socket | Isaac Boukris |
2016-12-16 | preproxy: renamed what was added as SOCKS_PROXY | Daniel Stenberg |
2016-11-28 | http2: Fix crashes when parent stream gets aborted | Anders Bakken |
2016-11-25 | HTTPS Proxy: Implement CURLOPT_PROXY_PINNEDPUBLICKEY | Thomas Glanzmann |
2016-11-25 | add CURLINFO_SCHEME, CURLINFO_PROTOCOL, and %{scheme} | Frank Gevaerts |
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-18 | lib: fix compiler warnings after de4de4e3c7c | Marcel Raad |
2016-11-17 | Don't mix unix domain sockets with regular ones | Isaac Boukris |
2016-11-12 | timeval: prefer time_t to hold seconds instead of long | Daniel Stenberg |
2016-11-05 | easy: Initialize info variables on easy init and duphandle | Jay Satiro |
2016-10-13 | vtls: only re-use session-ids using the same scheme | Daniel Stenberg |
2016-09-22 | New libcurl option to keep sending on error | Michael Kaufmann |
2016-09-20 | easy: Reset all statistical session info in curl_easy_reset | Jay Satiro |
2016-09-04 | speed caps: not based on average speeds anymore | Olivier Brunel |
2016-08-28 | http2: make sure stream errors don't needlessly close the connection | Daniel Stenberg |
2016-08-26 | schannel: Disable ALPN for Wine since it is causing problems | Jay Satiro |
2016-08-20 | urldata.h: Corrected comment for httpcode which is also populated by SMTP | Steve Holme |
2016-08-03 | TLS: switch off SSL session id when client cert is used | Daniel Stenberg |
2016-06-22 | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg |
2016-06-21 | cleanup: fix method names in code comments | Michael Kaufmann |
2016-06-01 | vtls: fix ssl session cache race condition | Ivan Avdeev |
2016-05-09 | TLS: move the ALPN/NPN enable bits to the connection | Daniel Stenberg |
2016-04-28 | mbedtls: Fix session resume | Jay Satiro |
2016-04-20 | sendf.c: added ability to call recv() before send() as workaround | Karlson2k |
2016-04-18 | url: add CURLOPT_TCP_FASTOPEN option | Alessandro Ghedini |
2016-04-17 | news: CURLOPT_CONNECT_TO and --connect-to | Michael Kaufmann |
2016-04-12 | http2: Use size_t type for data drain count | Jay Satiro |
2016-04-09 | CURLOPT_SOCKS5_GSSAPI_SERVICE: Merged with CURLOPT_PROXY_SERVICE_NAME | Steve Holme |
2016-04-09 | urldata: Use bool for socks5_gssapi_nec as it is a flag | Steve Holme |
2016-04-09 | sasl: Fixed compilation errors from commit 9d89a0387 | Steve Holme |
2016-04-02 | spnego: Renamed the context's SPN variable | Steve Holme |
2016-03-08 | imap/pop3/smtp: Fixed connections upgraded with TLS are not reused | Steve Holme |
2016-02-23 | TFTP: add option to suppress TFTP option requests (Part 1) | Michael Koenig |
2016-02-09 | mbedtls: fix ALPN usage segfault | Daniel Stenberg |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2016-01-29 | urldata: Error on missing SSL backend-specific connect info | Gisle Vanem |
2016-01-28 | urldata: moved common variable out of ifdef | Sergei Nikulov |
2015-11-09 | oauth2: Don't use XOAUTH2 in OAuth 2.0 variables | Steve Holme |
2015-11-09 | oauth2: Use OAuth 2.0 rather than XOAUTH2 in comments | Steve Holme |
2015-10-23 | http2: s/priority/weight | Daniel Stenberg |
2015-10-23 | http2: added three stream prio/deps options | Daniel Stenberg |
2015-10-20 | vtls: added support for mbedTLS | Jonas Minnberg |
2015-10-15 | fread_func: move callback pointer from set to state struct | Daniel Stenberg |
2015-08-22 | CURLOPT_DEFAULT_PROTOCOL: added | Nathaniel Waisbrot |
2015-07-25 | HTTP: ignore "Content-Encoding: compress" | Michael Kaufmann |
2015-07-17 | SSL: Add an option to disable certificate revocation checks | Jay Satiro |
2015-06-24 | http2: initial implementation of the push callback | Daniel Stenberg |
2015-06-17 | schannel: schannel_recv overhaul | Jay Satiro |