summaryrefslogtreecommitdiff
path: root/lib/url.c
Commit message (Expand)AuthorAgeFilesLines
* OS400: new SSL backend GSKitPatrick Monnerat2013-07-151-1/+1
* x509asn1.c,x509asn1.h: new module to support ASN.1/X509 parsing & info extractPatrick Monnerat2013-07-151-0/+2
* url.c: fix parse_url_login() OOM handlingYang Tse2013-07-141-3/+15
* url.c: fix parse_login_details() OOM handlingYang Tse2013-07-121-2/+7
* url.c: fix SIGSEGVYang Tse2013-07-111-0/+2
* url: restore the functionality of 'curl -u :'Kamil Dudka2013-06-301-0/+7
* dotdot: introducing dot file path cleanupDaniel Stenberg2013-06-221-10/+26
* CURLOPT_COOKIELIST: take cookie share lockDaniel Stenberg2013-06-171-18/+21
* sasl-ir: Added CURLOPT_SASL_IR to enable/disable the SASL initial responseSteve Holme2013-04-271-1/+8
* url: initialize speed-check data for file:// protocolZdenek Pavlas2013-04-261-0/+3
* url: Added smtp and pop3 hostnames to the protocol detection listSteve Holme2013-04-231-0/+4
* url: Fixed missing length check in parse_proxy()Steve Holme2013-04-211-2/+2
* url: Fixed crash when no username or password supplied for proxySteve Holme2013-04-211-2/+8
* url: Updated proxy URL parsing to use parse_login_details()Steve Holme2013-04-211-13/+13
* url: Tidy up of setstropt_userpwd() parametersSteve Holme2013-04-211-14/+14
* url: Tidy up of code and comments following recent changesSteve Holme2013-04-211-42/+42
* url: Simplified setstropt_userpwd() following recent changesSteve Holme2013-04-201-23/+7
* url: Correction to scope of if statements when setting dataSteve Holme2013-04-201-3/+6
* url: Fixed memory leak in setstropt_userpwd()Steve Holme2013-04-201-3/+6
* url: Added overriding of URL login options from CURLOPT_USERPWDSteve Holme2013-04-201-14/+17
* url: Added support for parsing login options from the CURLOPT_USERPWDSteve Holme2013-04-201-28/+38
* url: Added bounds checking to parse_login_details()Steve Holme2013-04-191-2/+12
* url: Added size_t cast to pointer based length calculationsSteve Holme2013-04-191-2/+4
* url: Corrected minor typo in commentSteve Holme2013-04-191-1/+1
* url: Fix chksrc longer than 79 columns warningSteve Holme2013-04-181-1/+2
* url: Fix incorrect variable type for result codeSteve Holme2013-04-181-1/+1
* url: Fix compiler warningSteve Holme2013-04-181-2/+2
* url: Moved parsing of login details out of parse_url_login()Steve Holme2013-04-181-60/+158
* url: Re-factored set_userpass() and parse_url_userpass()Steve Holme2013-04-181-18/+23
* url: Reworked URL parsing to allow overriding by CURLOPT_USERPWDSteve Holme2013-04-181-19/+31
* url: Added support for parsing login options from the URLSteve Holme2013-04-131-20/+59
* proxy: make ConnectionExists() check credential of proxyconnections tooFabian Keil2013-04-081-11/+12
* Curl_open: restore default MAXCONNECTS to 5Daniel Stenberg2013-04-051-4/+1
* NTLM: fix several NTLM code paths memory leaksYang Tse2013-03-251-4/+4
* HTTP proxy: insert slash in URL if missingDaniel Stenberg2013-03-151-0/+38
* Multiple pipelines and limiting the number of connections.Linus Nielsen Feltzing2013-03-131-60/+208
* lib/url.c: Generic read/write data pointersAlexander Klauer2013-02-221-3/+4
* SOCKS: fix socks proxy when noproxy matchedulion2013-02-111-0/+3
* DONE: consider callback-aborted transfers prematureDaniel Stenberg2013-02-081-0/+7
* CURLMOPT_MAXCONNECTS: restore functionalityLinus Nielsen Feltzing2013-02-051-11/+93
* always-multi: always use non-blocking internalsDaniel Stenberg2013-01-171-91/+7
* url.c: fix HTTP CONNECT tunnel establishment upon delayed responseYang Tse2013-01-171-8/+10
* 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/+5423
* build: rename 93 lib/*.c filesYang Tse2013-01-031-5423/+0
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-031-5/+5
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-45/+45
* bundles connection caching: some out of memory handling fixesYang Tse2012-12-191-3/+18
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-6/+0
* Introducing a new persistent connection caching system using "bundles".Linus Nielsen Feltzing2012-12-071-455/+253