aboutsummaryrefslogtreecommitdiff
path: root/lib/url.c
AgeCommit message (Expand)Author
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
2012-04-19url.c: CURLOPT_HTTPAUTH and CURLOPT_PROXYAUTH fixesYang Tse
2012-04-18Take in account that CURLAUTH_* bitmasks are now 'unsigned long'Yang Tse
2012-04-12url.c: fix compiler warningYang Tse
2012-04-05CURLOPT_POSTREDIR: also allow 303 to do POST on the redirected URLAndrei Cipu
2012-03-22CONNECT: fix multi interface regressionDaniel Stenberg
2012-03-16fix some compiler warningsYang Tse
2012-03-08CONNECT: made generically not per-protocolDaniel Stenberg
2012-02-14smtp_mail: Added support to MAIL FROM for the optional AUTH parameterSteve Holme
2012-02-10parse_proxy: simply memory handlingDaniel Stenberg
2012-02-10parse_proxy: bail out on zero-length proxy names!Daniel Stenberg
2012-02-09CURLOPT_SSL_OPTIONS: addedDaniel Stenberg
2012-02-09add library support for tuning TCP_KEEPALIVEDave Reisner
2012-02-07curl_easy_reset: reset the referer stringDaniel Stenberg
2012-01-20URL parse: user name with ipv6 numerical addressDaniel Stenberg
2012-01-18ssl session caching: fix compiler warningsYang Tse
2012-01-16add LF termination to infof() trace stringYang Tse
2011-12-31changed case: use new host name for subsequent HTTP requestsDaniel Stenberg
2011-12-24Curl_do_more: fix typo logicDaniel Stenberg
2011-12-23resolve: don't leak pre-populated dns entriesDaniel Stenberg
2011-12-20non-blocking active FTP: cleanup multi state usageDaniel Stenberg
2011-12-20FTP: perform active connections non-blockingGokhan Sengun
2011-12-20timer: restore PRETRANSFER timingDaniel Stenberg
2011-12-12ConnectionExists: Fix reuse for TLS upgraded connectionsSteve Holme
2011-12-09create_conn: don't switch to HTTP protocol if tunneling is enabledDaniel Stenberg
2011-11-24query-part: ignore the URI part for given protocolsJonas Schnelli