summaryrefslogtreecommitdiff
path: root/lib/urldata.h
Commit message (Expand)AuthorAgeFilesLines
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-19/+19
* Introducing a new persistent connection caching system using "bundles".Linus Nielsen Feltzing2012-12-071-27/+16
* CURLOPT_SSL_VERIFYHOST: stop supporting the 1 valueDaniel Stenberg2012-11-061-6/+5
* curl_schannel.c: Reference count the credential/session handleMarc Hoersken2012-09-091-0/+1
* darwinssl: fixed freeze involving the multi interfaceNick Zitzmann2012-07-251-3/+1
* DarwinSSL: several adjustmentsNick Zitzmann2012-06-261-5/+6
* darwinssl: add support for native Mac OS X/iOS SSLNick Zitzmann2012-06-261-0/+14
* urldata.h: fix cyassl/openssl/ssl.h build clash with wincrypt.hGisle Vanem2012-06-141-0/+2
* schannel: Code cleanup and bug fixesMarc Hoersken2012-06-111-6/+6
* schannel: Moved interal struct types to urldata.hMarc Hoersken2012-06-111-1/+15
* schannel: Save session credential handles in session cacheMarc Hoersken2012-06-111-5/+3
* schannel: Added SSL/TLS support with Microsoft Windows Schannel SSPIMarc Hoersken2012-06-111-0/+17
* Take in account that CURLAUTH_* bitmasks are now 'unsigned long'Yang Tse2012-04-181-9/+9
* nss: unconditionally require PK11_CreateGenericObject()Kamil Dudka2012-04-131-2/+0
* CURLOPT_POSTREDIR: also allow 303 to do POST on the redirected URLAndrei Cipu2012-04-051-3/+3
* PolarSSL: add support for asynchronous connectDag Ekengren2012-04-051-0/+1
* CONNECT: fix multi interface regressionDaniel Stenberg2012-03-221-2/+6
* smtp_mail: Added support to MAIL FROM for the optional AUTH parameterSteve Holme2012-02-141-0/+1
* cyassl: update to CyaSSL 2.0.x APItoddouska2012-02-141-1/+1
* CURLOPT_SSL_OPTIONS: addedDaniel Stenberg2012-02-091-0/+2
* add library support for tuning TCP_KEEPALIVEDave Reisner2012-02-091-0/+4
* ssl session caching: fix compiler warningsYang Tse2012-01-181-3/+3
* FTP: move FTP-specific struct field to ftpc_connDaniel Stenberg2011-12-201-3/+0
* non-blocking active FTP: cleanup multi state usageDaniel Stenberg2011-12-201-1/+1
* FTP: perform active connections non-blockingGokhan Sengun2011-12-201-0/+4
* FTP: close callback fixDaniel Stenberg2011-12-051-1/+2
* query-part: ignore the URI part for given protocolsJonas Schnelli2011-11-241-0/+2
* rename ftp_ssl: the struct field is used for many protocolsDaniel Stenberg2011-11-031-1/+1
* curl_multi_fdset: correct fdset with FTP PORT useDaniel Stenberg2011-10-211-0/+6
* nss: select client certificates by DERKamil Dudka2011-10-171-0/+1
* NTLM_WB: fix disabling of NTLM_WB when NTLM is disabledYang Tse2011-09-221-1/+1
* NTLM_WB: final congruency naming adjustmentsYang Tse2011-08-271-1/+1
* FTP: fix proxy connect race conditionDaniel Stenberg2011-08-181-1/+1
* http NTLM: Tidied up more inconsistent spacing.Steve Holme2011-08-111-1/+1
* curl_gssapi: refine the handling of CURLOPT_GSSAPI_DELEGATIONKamil Dudka2011-08-031-1/+2
* Add new CURLOPT_GSSAPI_DELEGATION option.Adam Tkac2011-08-031-0/+2
* NTLM single-sign on adjustments (VIII)Yang Tse2011-07-311-3/+2
* socketpair() usage tracking to allow fd leak detectionYang Tse2011-07-291-2/+2
* NTLM single-sign on supportedMandy Wu2011-07-181-0/+9
* urldata: use uniform inclusion style for OpenSSL headersYang Tse2011-06-071-15/+15
* CLOSESOCKETFUNCTION: addedDaniel Stenberg2011-05-181-0/+6
* set_userpass: convert from protocol-specific to genericDaniel Stenberg2011-05-051-1/+3
* RTSP: convert protocol-specific checks to genericDaniel Stenberg2011-05-051-0/+5
* remove FILE protocol-specific checksDaniel Stenberg2011-05-051-1/+1
* whitespace cleanup: no space first in conditionalsDaniel Stenberg2011-04-271-1/+2
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-3/+6
* asynch resolvers: unifiedVsevolod Novikov2011-04-251-13/+1
* Fix a couple of spelling errors in lib/Fabian Keil2011-04-211-5/+5
* transfer-encoding: added new option and cmdlineDaniel Stenberg2011-04-181-0/+1
* TE: rename struct field content_encodingDaniel Stenberg2011-04-181-1/+1