Age | Commit message (Expand) | Author |
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 |
2015-05-20 | read_callback: move to SessionHandle from connectdata | Daniel Stenberg |
2015-05-18 | CURLOPT_PIPEWAIT: added | Daniel Stenberg |
2015-05-18 | http2: separate multiplex/pipelining + cleanup memory leaks | Daniel Stenberg |
2015-05-18 | http2: leave WAITPERFORM when conn is multiplexed | Daniel Stenberg |
2015-05-18 | http2: force "drainage" of streams | Daniel Stenberg |
2015-04-28 | Negotiate: custom service names for SPNEGO. | Linus Nielsen |
2015-03-24 | CURLOPT_PATH_AS_IS: added | Daniel Stenberg |
2015-03-20 | url: add CURLOPT_SSL_FALSESTART option | Alessandro Ghedini |
2015-03-19 | axtls: version 1.5.2 now requires that config.h be manually included | Dan Fandrich |
2015-03-07 | http2: use CURL_HTTP_VERSION_* symbols instead of NPN_* | Daniel Stenberg |
2015-03-07 | urldata: remove unused asked_for_h2 field | Alessandro Ghedini |
2015-03-06 | urldata: fix gnutls build | Daniel Stenberg |
2015-03-05 | openssl: remove all uses of USE_SSLEAY | Daniel Stenberg |
2015-01-16 | url: add CURLOPT_SSL_VERIFYSTATUS option | Alessandro Ghedini |
2014-12-26 | code/docs: Use Unix rather than UNIX to avoid use of the trademark | Steve Holme |
2014-12-16 | IPV6: address scope != scope id | Patrick Monnerat |
2014-12-09 | http2: avoid logging neg "failure" if h2 was not requested | Daniel Stenberg |
2014-12-04 | docs: Fix FAILONERROR typos | Anthon Pang |
2014-12-04 | libcurl: add UNIX domain sockets support | Peter Wu |
2014-12-03 | sasl_gssapi: Added GSS-API based Kerberos V5 variables | Steve Holme |