Age | Commit message (Expand) | Author |
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 |
2012-06-11 | schannel: Save session credential handles in session cache | Marc Hoersken |
2012-06-11 | schannel: Added SSL/TLS support with Microsoft Windows Schannel SSPI | Marc Hoersken |
2012-04-18 | Take in account that CURLAUTH_* bitmasks are now 'unsigned long' | Yang Tse |
2012-04-13 | nss: unconditionally require PK11_CreateGenericObject() | Kamil Dudka |
2012-04-05 | CURLOPT_POSTREDIR: also allow 303 to do POST on the redirected URL | Andrei Cipu |
2012-04-05 | PolarSSL: add support for asynchronous connect | Dag Ekengren |
2012-03-22 | CONNECT: fix multi interface regression | Daniel Stenberg |
2012-02-14 | smtp_mail: Added support to MAIL FROM for the optional AUTH parameter | Steve Holme |
2012-02-14 | cyassl: update to CyaSSL 2.0.x API | toddouska |
2012-02-09 | CURLOPT_SSL_OPTIONS: added | Daniel Stenberg |
2012-02-09 | add library support for tuning TCP_KEEPALIVE | Dave Reisner |
2012-01-18 | ssl session caching: fix compiler warnings | Yang Tse |
2011-12-20 | FTP: move FTP-specific struct field to ftpc_conn | Daniel Stenberg |
2011-12-20 | non-blocking active FTP: cleanup multi state usage | Daniel Stenberg |