Age | Commit message (Expand) | Author |
2014-02-10 | NPN/ALPN: allow disabling via command line | Fabian Frank |
2014-01-30 | openssl: set up hooks with to perform NPN | Fabian Frank |
2014-01-29 | ntlm: Added support for NTLMv2 | Prash Dush |
2014-01-29 | http2: handle 101 responses and switch to HTTP2 | Daniel Stenberg |
2013-11-30 | curl_easy_getinfo: Post CURLINFO_TLS_SESSION tidy up | Steve Holme |
2013-11-21 | curl_easy_getinfo: Added CURLINFO_TLS_SESSION for accessing TLS internals | Christian Grothoff |
2013-10-27 | Add "Happy Eyeballs" for IPv4/IPv6. | Björn Stenberg |
2013-09-07 | http2: actually init nghttp2 and send HTTP2-Settings properly | Daniel Stenberg |
2013-08-25 | options: added basic SASL XOAUTH2 support | Kyle L. Huff |
2013-08-25 | FTP: remove krb4 support | Daniel Stenberg |
2013-08-20 | url: handle arbitrary-length username and password before '@' | Jonathan Nieder |
2013-08-12 | SessionHandle: the protocol specific pointer is now a void * | Daniel Stenberg |
2013-08-12 | urldata: clean up the use of the protocol specific structs | Daniel Stenberg |
2013-08-06 | FTP: when EPSV gets a 229 but fails to connect, retry with PASV | Daniel Stenberg |
2013-08-03 | multi: remove data->state.current_conn struct field | Daniel Stenberg |
2013-08-03 | multi: remove the one_easy struct field | Daniel Stenberg |
2013-08-03 | multi: rename all Curl_one_easy to SessionHandle | Daniel Stenberg |
2013-08-03 | multi: remove the multi_pos struct field | Daniel Stenberg |
2013-08-03 | multi: remove easy_handle struct field | Daniel Stenberg |
2013-08-03 | multi: remove 'Curl_one_easy' struct, phase 1 | Daniel Stenberg |
2013-07-18 | CURLOPT_XFERINFOFUNCTION: introducing a new progress callback | Daniel Stenberg |
2013-07-15 | OS400: new SSL backend GSKit | Patrick Monnerat |
2013-06-12 | axtls: now done non-blocking | Eric Hu |
2013-05-05 | curl_schannel.c: Fixed invalid memory access during SSL shutdown | Marc Hoersken |
2013-04-27 | sasl-ir: Added CURLOPT_SASL_IR to enable/disable the SASL initial response | Steve Holme |
2013-04-21 | url: Removed unused text length constants | Steve Holme |
2013-04-20 | url: Added support for parsing login options from the CURLOPT_USERPWD | Steve Holme |
2013-04-13 | url: Added support for parsing login options from the URL | Steve Holme |
2013-04-05 | Curl_open: restore default MAXCONNECTS to 5 | Daniel Stenberg |
2013-03-13 | Multiple pipelines and limiting the number of connections. | Linus Nielsen Feltzing |
2013-02-23 | pop3: Introduced a custom SMTP structure for per-request data | Steve Holme |
2013-02-23 | pop3: Introduced a custom POP3 structure for per-request data | Steve Holme |
2013-02-23 | urldata.h: Fixed comment for opt_no_body variable | Steve Holme |
2013-02-23 | imap: Introduced a custom IMAP structure for per-request data | Jiri Hruska |
2013-02-15 | PolarSSL: changes to entropy/ctr_drbg/HAVEGE_RANDOM | Willem Sparreboom |
2013-02-12 | darwinssl: Fix send glitchiness with data > 32 or so KB | Nick Zitzmann |
2013-01-17 | always-multi: always use non-blocking internals | Daniel Stenberg |
2013-01-09 | build: fix circular header inclusion with other packages | Yang Tse |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2012-12-28 | build: rename 76 lib/*.h files | Yang Tse |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2012-12-07 | Introducing a new persistent connection caching system using "bundles". | Linus Nielsen Feltzing |
2012-11-06 | CURLOPT_SSL_VERIFYHOST: stop supporting the 1 value | Daniel Stenberg |
2012-09-09 | curl_schannel.c: Reference count the credential/session handle | Marc Hoersken |
2012-07-25 | darwinssl: fixed freeze involving the multi interface | Nick Zitzmann |
2012-06-26 | DarwinSSL: several adjustments | Nick Zitzmann |
2012-06-26 | darwinssl: add support for native Mac OS X/iOS SSL | Nick Zitzmann |
2012-06-14 | urldata.h: fix cyassl/openssl/ssl.h build clash with wincrypt.h | Gisle Vanem |
2012-06-11 | schannel: Code cleanup and bug fixes | Marc Hoersken |
2012-06-11 | schannel: Moved interal struct types to urldata.h | Marc Hoersken |