Age | Commit message (Expand) | Author |
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 |
2014-11-30 | smb: Added initial SMB functionality | Bill Nagel |
2014-11-29 | smb: Added SMB protocol and port definitions | Bill Nagel |
2014-11-16 | kerberos: Use symbol qualified with _KERBEROS5 | Michael Osipov |
2014-11-15 | urldata: Don't define sec_complete when no GSS-API support present | Steve Holme |
2014-11-15 | docs: Use consistent naming for Kerberos | Michael Osipov |
2014-11-06 | http_digest: Reworked the SSPI based input token storage | Steve Holme |
2014-11-06 | http_digest: Added required SSPI based variables to digest structure | Steve Holme |
2014-11-05 | curl_easy_duphandle: CURLOPT_COPYPOSTFIELDS read out of bounds | Daniel Stenberg |
2014-11-02 | sasl: Fixed Kerberos V5 inclusion when CURL_DISABLE_CRYPTO_AUTH is used | Steve Holme |
2014-10-29 | transfer: drop the code handling the ssl_connect_retry flag | Kamil Dudka |
2014-10-26 | sspi: Renamed max token length variables | Steve Holme |
2014-10-25 | ntlm: Only define ntlm data structure when USE_NTLM is defined | Steve Holme |
2014-10-25 | ntlm: Changed handles to be dynamic like other SSPI handles | Steve Holme |
2014-10-25 | ntlm: Renamed handle variables to match other SSPI structures | Steve Holme |
2014-10-25 | ntlm: Renamed SSPI based input token variables | Steve Holme |
2014-10-16 | ntlm: Avoid unnecessary buffer allocation for SSPI based type-2 token | Steve Holme |
2014-10-13 | vtls: remove QsoSSL | Patrick Monnerat |
2014-10-07 | SSL: implement public key pinning | moparisthebest |
2014-08-14 | urldata.h: Fixed compilation warnings from commit 3ec253532e | Steve Holme |
2014-08-14 | urldata: Introduced a GSSAPI (Kerberos V5) data structure | Steve Holme |
2014-08-09 | http_negotiate_sspi: Use a dynamic buffer for SPN generation | Steve Holme |
2014-08-08 | ntlm: Fixed hard coded buffer for SSPI based auth packet generation | Steve Holme |