Age | Commit message (Expand) | Author |
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 |
2011-05-18 | CLOSESOCKETFUNCTION: added | Daniel Stenberg |
2011-05-05 | set_userpass: convert from protocol-specific to generic | Daniel Stenberg |
2011-05-05 | RTSP: convert protocol-specific checks to generic | Daniel Stenberg |
2011-05-05 | remove FILE protocol-specific checks | Daniel Stenberg |
2011-04-27 | whitespace cleanup: no space first in conditionals | Daniel Stenberg |
2011-04-27 | source cleanup: unify look, style and indent levels | Daniel Stenberg |
2011-04-25 | asynch resolvers: unified | Vsevolod Novikov |
2011-04-21 | Fix a couple of spelling errors in lib/ | Fabian Keil |
2011-04-18 | transfer-encoding: added new option and cmdline | Daniel Stenberg |
2011-04-18 | TE: rename struct field content_encoding | Daniel Stenberg |
2011-04-18 | HTTP: add support for gzip and deflate Transfer-Encoding | Daniel Stenberg |
2011-03-25 | fix: re-use of bound connections | Daniel Stenberg |
2011-03-14 | protocols: use CURLPROTO_ internally | Daniel Stenberg |
2011-03-14 | protocol handler: added flags field | Daniel Stenberg |
2011-03-13 | SSH: add protocol lock direction | Daniel Stenberg |
2011-03-12 | PROT_CLOSEACTION: added SFTP and SCP | Daniel Stenberg |
2011-03-08 | SSL: (part 2) Added CyaSSL to SSL abstraction layer | Todd A Ouska |
2011-01-27 | nss: avoid memory leaks and failure of NSS shutdown | Kamil Dudka |
2011-01-19 | TLS-SRP: support added when using GnuTLS | Quinn Slack |
2011-01-07 | HTTP: HTTP Negotiate authentication using SSPI | Marcel Roelofs |
2010-12-23 | multi: connect fail => use next IP address | Daniel Stenberg |
2010-12-18 | ares: ask for both IPv4 and IPv6 addresses | Tommie Gannert |
2010-12-15 | urldate: undef hideous memory defines | Daniel Stenberg |
2010-12-15 | Preparing for axTLS. Actual SSL API functions are only stubbed. | Eric Hu |