aboutsummaryrefslogtreecommitdiff
path: root/lib/url.c
AgeCommit message (Expand)Author
2013-04-21url: Fixed missing length check in parse_proxy()Steve Holme
2013-04-21url: Fixed crash when no username or password supplied for proxySteve Holme
2013-04-21url: Updated proxy URL parsing to use parse_login_details()Steve Holme
2013-04-21url: Tidy up of setstropt_userpwd() parametersSteve Holme
2013-04-21url: Tidy up of code and comments following recent changesSteve Holme
2013-04-20url: Simplified setstropt_userpwd() following recent changesSteve Holme
2013-04-20url: Correction to scope of if statements when setting dataSteve Holme
2013-04-20url: Fixed memory leak in setstropt_userpwd()Steve Holme
2013-04-20url: Added overriding of URL login options from CURLOPT_USERPWDSteve Holme
2013-04-20url: Added support for parsing login options from the CURLOPT_USERPWDSteve Holme
2013-04-19url: Added bounds checking to parse_login_details()Steve Holme
2013-04-19url: Added size_t cast to pointer based length calculationsSteve Holme
2013-04-19url: Corrected minor typo in commentSteve Holme
2013-04-18url: Fix chksrc longer than 79 columns warningSteve Holme
2013-04-18url: Fix incorrect variable type for result codeSteve Holme
2013-04-18url: Fix compiler warningSteve Holme
2013-04-18url: Moved parsing of login details out of parse_url_login()Steve Holme
2013-04-18url: Re-factored set_userpass() and parse_url_userpass()Steve Holme
2013-04-18url: Reworked URL parsing to allow overriding by CURLOPT_USERPWDSteve Holme
2013-04-13url: Added support for parsing login options from the URLSteve Holme
2013-04-08proxy: make ConnectionExists() check credential of proxyconnections tooFabian Keil
2013-04-05Curl_open: restore default MAXCONNECTS to 5Daniel Stenberg
2013-03-25NTLM: fix several NTLM code paths memory leaksYang Tse
2013-03-15HTTP proxy: insert slash in URL if missingDaniel Stenberg
2013-03-13Multiple pipelines and limiting the number of connections.Linus Nielsen Feltzing
2013-02-22lib/url.c: Generic read/write data pointersAlexander Klauer
2013-02-11SOCKS: fix socks proxy when noproxy matchedulion
2013-02-08DONE: consider callback-aborted transfers prematureDaniel Stenberg
2013-02-05CURLMOPT_MAXCONNECTS: restore functionalityLinus Nielsen Feltzing
2013-01-17always-multi: always use non-blocking internalsDaniel Stenberg
2013-01-17url.c: fix HTTP CONNECT tunnel establishment upon delayed responseYang Tse
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: rename 93 lib/*.c filesYang Tse
2013-01-03build: make use of 93 lib/*.c renamed filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-12-19bundles connection caching: some out of memory handling fixesYang Tse
2012-12-14setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse
2012-12-07Introducing a new persistent connection caching system using "bundles".Linus Nielsen Feltzing
2012-11-26avoid mixing of enumerated type with another typeYang Tse
2012-11-06URL parser: cut off '#' fragments from URLs (better)Daniel Stenberg
2012-11-06CURLOPT_SSL_VERIFYHOST: stop supporting the 1 valueDaniel Stenberg
2012-10-23tlsauthtype: deal with the string case insensitivelyDaniel Stenberg
2012-09-13parse_proxy: treat "socks://x" as a socks4 proxyDaniel Stenberg
2012-08-31NTLM: re-use existing connection betterJoe Mason
2012-08-08verbose messages: fixed output of hostnames in re-used connectionsDaniel Stenberg
2012-08-07Avoid leak of local device string when reusing connectionMike Crowe
2012-07-13parse_proxy: remove dead assignmentDaniel Stenberg
2012-06-10Curl_pgrsDone: return int and acknowledge return codeDaniel Stenberg
2012-04-23URL parse: reject numerical IPv6 addresses outside bracketsDaniel Stenberg