summaryrefslogtreecommitdiff
path: root/lib/urldata.h
Commit message (Expand)AuthorAgeFilesLines
* multi: remove data->state.current_conn struct fieldDaniel Stenberg2013-08-031-2/+0
* multi: remove the one_easy struct fieldDaniel Stenberg2013-08-031-6/+0
* multi: rename all Curl_one_easy to SessionHandleDaniel Stenberg2013-08-031-4/+4
* multi: remove the multi_pos struct fieldDaniel Stenberg2013-08-031-3/+0
* multi: remove easy_handle struct fieldDaniel Stenberg2013-08-031-1/+0
* multi: remove 'Curl_one_easy' struct, phase 1Daniel Stenberg2013-08-031-0/+20
* CURLOPT_XFERINFOFUNCTION: introducing a new progress callbackDaniel Stenberg2013-07-181-1/+2
* OS400: new SSL backend GSKitPatrick Monnerat2013-07-151-0/+9
* axtls: now done non-blockingEric Hu2013-06-121-0/+1
* curl_schannel.c: Fixed invalid memory access during SSL shutdownMarc Hoersken2013-05-051-0/+1
* sasl-ir: Added CURLOPT_SASL_IR to enable/disable the SASL initial responseSteve Holme2013-04-271-0/+1
* url: Removed unused text length constantsSteve Holme2013-04-211-3/+0
* url: Added support for parsing login options from the CURLOPT_USERPWDSteve Holme2013-04-201-0/+1
* url: Added support for parsing login options from the URLSteve Holme2013-04-131-0/+3
* Curl_open: restore default MAXCONNECTS to 5Daniel Stenberg2013-04-051-0/+2
* Multiple pipelines and limiting the number of connections.Linus Nielsen Feltzing2013-03-131-16/+1
* pop3: Introduced a custom SMTP structure for per-request dataSteve Holme2013-02-231-1/+1
* pop3: Introduced a custom POP3 structure for per-request dataSteve Holme2013-02-231-1/+1
* urldata.h: Fixed comment for opt_no_body variableSteve Holme2013-02-231-1/+1
* imap: Introduced a custom IMAP structure for per-request dataJiri Hruska2013-02-231-1/+1
* PolarSSL: changes to entropy/ctr_drbg/HAVEGE_RANDOMWillem Sparreboom2013-02-151-2/+14
* darwinssl: Fix send glitchiness with data > 32 or so KBNick Zitzmann2013-02-121-0/+1
* always-multi: always use non-blocking internalsDaniel Stenberg2013-01-171-8/+11
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+1638
* build: rename 76 lib/*.h filesYang Tse2012-12-281-1638/+0
* 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