aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
AgeCommit message (Expand)Author
2013-03-13Multiple pipelines and limiting the number of connections.Linus Nielsen Feltzing
2013-02-23pop3: Introduced a custom SMTP structure for per-request dataSteve Holme
2013-02-23pop3: Introduced a custom POP3 structure for per-request dataSteve Holme
2013-02-23urldata.h: Fixed comment for opt_no_body variableSteve Holme
2013-02-23imap: Introduced a custom IMAP structure for per-request dataJiri Hruska
2013-02-15PolarSSL: changes to entropy/ctr_drbg/HAVEGE_RANDOMWillem Sparreboom
2013-02-12darwinssl: Fix send glitchiness with data > 32 or so KBNick Zitzmann
2013-01-17always-multi: always use non-blocking internalsDaniel Stenberg
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2012-12-28build: rename 76 lib/*.h filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-12-07Introducing a new persistent connection caching system using "bundles".Linus Nielsen Feltzing
2012-11-06CURLOPT_SSL_VERIFYHOST: stop supporting the 1 valueDaniel Stenberg
2012-09-09curl_schannel.c: Reference count the credential/session handleMarc Hoersken
2012-07-25darwinssl: fixed freeze involving the multi interfaceNick Zitzmann
2012-06-26DarwinSSL: several adjustmentsNick Zitzmann
2012-06-26darwinssl: add support for native Mac OS X/iOS SSLNick Zitzmann
2012-06-14urldata.h: fix cyassl/openssl/ssl.h build clash with wincrypt.hGisle Vanem
2012-06-11schannel: Code cleanup and bug fixesMarc Hoersken
2012-06-11schannel: Moved interal struct types to urldata.hMarc Hoersken
2012-06-11schannel: Save session credential handles in session cacheMarc Hoersken
2012-06-11schannel: Added SSL/TLS support with Microsoft Windows Schannel SSPIMarc Hoersken
2012-04-18Take in account that CURLAUTH_* bitmasks are now 'unsigned long'Yang Tse
2012-04-13nss: unconditionally require PK11_CreateGenericObject()Kamil Dudka
2012-04-05CURLOPT_POSTREDIR: also allow 303 to do POST on the redirected URLAndrei Cipu
2012-04-05PolarSSL: add support for asynchronous connectDag Ekengren
2012-03-22CONNECT: fix multi interface regressionDaniel Stenberg
2012-02-14smtp_mail: Added support to MAIL FROM for the optional AUTH parameterSteve Holme
2012-02-14cyassl: update to CyaSSL 2.0.x APItoddouska
2012-02-09CURLOPT_SSL_OPTIONS: addedDaniel Stenberg
2012-02-09add library support for tuning TCP_KEEPALIVEDave Reisner
2012-01-18ssl session caching: fix compiler warningsYang Tse
2011-12-20FTP: move FTP-specific struct field to ftpc_connDaniel Stenberg
2011-12-20non-blocking active FTP: cleanup multi state usageDaniel Stenberg
2011-12-20FTP: perform active connections non-blockingGokhan Sengun
2011-12-05FTP: close callback fixDaniel Stenberg
2011-11-24query-part: ignore the URI part for given protocolsJonas Schnelli
2011-11-03rename ftp_ssl: the struct field is used for many protocolsDaniel Stenberg
2011-10-21curl_multi_fdset: correct fdset with FTP PORT useDaniel Stenberg
2011-10-17nss: select client certificates by DERKamil Dudka
2011-09-22NTLM_WB: fix disabling of NTLM_WB when NTLM is disabledYang Tse
2011-08-27NTLM_WB: final congruency naming adjustmentsYang Tse
2011-08-18FTP: fix proxy connect race conditionDaniel Stenberg
2011-08-11http NTLM: Tidied up more inconsistent spacing.Steve Holme
2011-08-03curl_gssapi: refine the handling of CURLOPT_GSSAPI_DELEGATIONKamil Dudka
2011-08-03Add new CURLOPT_GSSAPI_DELEGATION option.Adam Tkac
2011-07-31NTLM single-sign on adjustments (VIII)Yang Tse
2011-07-29socketpair() usage tracking to allow fd leak detectionYang Tse
2011-07-18NTLM single-sign on supportedMandy Wu