Age | Commit message (Expand) | Author |
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 |
2011-12-20 | FTP: perform active connections non-blocking | Gokhan Sengun |
2011-12-05 | FTP: close callback fix | Daniel Stenberg |
2011-11-24 | query-part: ignore the URI part for given protocols | Jonas Schnelli |
2011-11-03 | rename ftp_ssl: the struct field is used for many protocols | Daniel Stenberg |
2011-10-21 | curl_multi_fdset: correct fdset with FTP PORT use | Daniel Stenberg |
2011-10-17 | nss: select client certificates by DER | Kamil Dudka |
2011-09-22 | NTLM_WB: fix disabling of NTLM_WB when NTLM is disabled | Yang Tse |
2011-08-27 | NTLM_WB: final congruency naming adjustments | Yang Tse |
2011-08-18 | FTP: fix proxy connect race condition | Daniel Stenberg |
2011-08-11 | http NTLM: Tidied up more inconsistent spacing. | Steve Holme |
2011-08-03 | curl_gssapi: refine the handling of CURLOPT_GSSAPI_DELEGATION | Kamil Dudka |
2011-08-03 | Add new CURLOPT_GSSAPI_DELEGATION option. | Adam Tkac |
2011-07-31 | NTLM single-sign on adjustments (VIII) | Yang Tse |
2011-07-29 | socketpair() usage tracking to allow fd leak detection | Yang Tse |
2011-07-18 | NTLM single-sign on supported | Mandy Wu |
2011-06-07 | urldata: use uniform inclusion style for OpenSSL headers | Yang Tse |