summaryrefslogtreecommitdiff
path: root/lib/url.c
Commit message (Expand)AuthorAgeFilesLines
* mark connect failures as non-connected when ConnectPlease() fails, like whenDaniel Stenberg2007-06-051-0/+2
* remove really annoying debug output that makes life miserable when you doDaniel Stenberg2007-05-301-3/+0
* Fixed an out of memory handling issue with HTTP pipelines.Dan Fandrich2007-05-021-3/+8
* Rearranged some allocs so they will be freed correctly in the error path.Dan Fandrich2007-04-291-14/+14
* Move the explictit free of the range string to Curl_close() from Curl_disconn...Daniel Stenberg2007-04-271-6/+3
* oops, this was supposed to be properly removedDaniel Stenberg2007-04-271-8/+0
* As a follow-up to the removal of the free of the range data in Curl_done() - ...Daniel Stenberg2007-04-271-61/+48
* Sonia Subramanian brought our attention to a problem that happens if you setDaniel Stenberg2007-04-251-10/+0
* Robert Iakobashvili made the 'master_buffer' get allocated first once it isDaniel Stenberg2007-04-241-1/+11
* Ravi Pratap provided fixes for HTTP pipeliningDaniel Stenberg2007-04-101-19/+21
* fix out of memory handling issueYang Tse2007-04-081-2/+8
* Fixes some more out of memory handling bugs.Dan Fandrich2007-04-041-0/+2
* Rob Jones fixed better #ifdef'ing for a bunch of #include lines.Daniel Stenberg2007-04-031-0/+8
* recover code simplification lost with last commitYang Tse2007-04-031-2/+1
* fix compiler warningYang Tse2007-03-291-2/+3
* fix compiler warningYang Tse2007-03-281-7/+8
* Fix compiler warning.Gisle Vanem2007-03-281-0/+3
* Simplified code around 'tld_errmsg' a bit.Gisle Vanem2007-03-281-6/+1
* Internal function Curl_select() renamed to Curl_socket_ready()Yang Tse2007-03-261-1/+1
* fix compiler warningYang Tse2007-03-251-1/+1
* fix compiler warningYang Tse2007-03-251-14/+27
* Fixed a couple of compile problems.Dan Fandrich2007-03-241-0/+2
* Fixed a memory leak when specifying a proxy with a file: URL and addedDan Fandrich2007-03-241-60/+69
* fix debug messageDaniel Stenberg2007-03-231-2/+2
* can just as well NULLify the pointer in a single spotDaniel Stenberg2007-03-111-7/+5
* Eygene Ryabinkin fixed a use-after-free issue with HTTP transfers with theDaniel Stenberg2007-03-101-0/+4
* Honour --ftp-ssl-control on ftps:// URLs to allow encrypted control andDan Fandrich2007-03-071-1/+2
* - Hang Kin Lau found and fixed: When I use libcurl to connect to an httpsDaniel Stenberg2007-02-271-2/+2
* Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-filesGisle Vanem2007-02-261-7/+2
* compiler warning fixYang Tse2007-02-221-1/+1
* - Ravi Pratap provided work on libcurl making pipelining more robust andDaniel Stenberg2007-02-211-8/+34
* fix compiler warning "enumerated type mixed with another type"Yang Tse2007-02-211-1/+1
* New FTP CCC functionality - adds passive and active mode to accomodate for di...Linus Nielsen Feltzing2007-02-201-1/+1
* - Shmulik Regev found a memory leak in re-used HTTPS connections, at leastDaniel Stenberg2007-02-191-0/+2
* - Robson Braga Araujo made passive FTP transfers work with SOCKS (both 4 andDaniel Stenberg2007-02-191-2/+4
* - Jeff Pohlmeyer identified two problems: first a rather obscure problem withDaniel Stenberg2007-02-181-8/+10
* - Shmulik Regev fixed so that the final CRLF of HTTP response headers are sentDaniel Stenberg2007-02-121-0/+13
* - Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MSDaniel Stenberg2007-02-051-2/+16
* - Manfred Schwarb reported that socks5 support was broken and help us pinpointDaniel Stenberg2007-02-031-30/+32
* compiler warning fixYang Tse2007-02-011-4/+14
* add debug messages for initialization failuresYang Tse2007-01-311-2/+7
* Andreas Rieke added extra infof() for when a connection is not re-used due toDaniel Stenberg2007-01-281-0/+4
* Fixed a dangling pointer problem that prevented the http_proxy environmentDan Fandrich2007-01-251-2/+3
* - Armel Asselin improved libcurl to behave a lot better when an easy handleDaniel Stenberg2007-01-161-3/+3
* - David McCreedy provided libcurl changes for doing HTTP communication onDaniel Stenberg2007-01-141-1/+1
* - Linus Nielsen Feltzing introduced the --ftp-ssl-ccc command line option toDaniel Stenberg2007-01-051-1/+5
* - Robert Foreman provided a prime example snippet showing how libcurl wouldDaniel Stenberg2006-12-221-35/+21
* When setting a proxy with environment variables and (for example) runningDaniel Stenberg2006-12-221-1/+1
* Robson Braga Araujo reported bug #1618359Daniel Stenberg2006-12-211-0/+2
* Alexey Simak found out that when doing FTP with the multi interface andDaniel Stenberg2006-12-111-5/+2