summaryrefslogtreecommitdiff
path: root/lib/url.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* removed the final traces of the closepolicy optionDaniel Stenberg2006-12-051-20/+2
* Jared Lundell filed bug report #1604956Daniel Stenberg2006-12-051-2/+18
* CURLOPT_FORBID_REUSE works again with a cleaned up order of doing things inDaniel Stenberg2006-12-051-4/+3
* Make sure RETSIGTYPE is properly definedYang Tse2006-11-251-3/+0
* James Housley did lots of work and introduced SFTP downloads.Daniel Stenberg2006-11-241-5/+20
* Dmitriy Sergeyev found a SIGSEGV with his test04.c example posted on 7 NovDaniel Stenberg2006-11-091-1/+4
* Olaf fixed a leftover problem with the CONNECT fix of his that would leave aDaniel Stenberg2006-11-071-1/+6
* compiler warning fixYang Tse2006-11-061-1/+1
* Olaf Stueben provided a patch that I edited slightly. It fixes the notoriousDaniel Stenberg2006-11-031-21/+33
* James Housley brought support for SCP transfersDaniel Stenberg2006-11-021-3/+40
* Make more human readable and maintainable previousYang Tse2006-10-291-7/+14
* Compiler warning fix.Yang Tse2006-10-271-7/+7
* Do an explicit typecast of data pointers to function pointersYang Tse2006-10-271-7/+9
* Fix Curl_open() not reporting failure when allocation of theYang Tse2006-10-261-2/+3
* other pipelining fixes by Ravi Pratap, that now makes pipelines get used betterDaniel Stenberg2006-10-241-35/+60
* the check in ConnectionExists() for not re-using a non-resolved connection nowDaniel Stenberg2006-10-231-1/+1
* Ravi Pratap provided a major update with pipelining fixes. We also no longerDaniel Stenberg2006-10-231-18/+40
* When a resolve is made on a pipelined connection we need to detect it properlyDaniel Stenberg2006-10-201-1/+1
* Builds using synchronous name resolver dislike marking the connection as async.Yang Tse2006-10-191-0/+2
* When a connection is re-used, it can be flagged for re-use before the nameDaniel Stenberg2006-10-181-0/+4
* cut out matching host names starting with telnet or ftps, since they hardlyDaniel Stenberg2006-10-181-6/+0
* Fixed compile error in HAVE_SIGACTION case.Dan Fandrich2006-10-171-9/+12
* Avoid typecasting a signed char to an int when using is*() functions, as thatDaniel Stenberg2006-10-171-1/+1
* TypoYang Tse2006-10-171-1/+1
* fix the name resolve abort timeout calculation (when signals are used)Daniel Stenberg2006-10-171-3/+10
* Replace ";;" with ";".Gisle Vanem2006-10-151-1/+1
* Remove redundant __CYGWIN__ symbol checkYang Tse2006-10-111-5/+6
* minor indent fixDaniel Stenberg2006-10-091-4/+5
* Bogdan Nicula's second test case (posted Sun, 08 Oct 2006) converted to testDaniel Stenberg2006-10-091-3/+10
* Support for FTP third party transfers is now droppedDaniel Stenberg2006-09-301-36/+6
* Reported in #1561470 (http://curl.haxx.se/bug/view.cgi?id=1561470), libcurlDaniel Stenberg2006-09-281-14/+16
* Compiler warning fixYang Tse2006-09-251-1/+1
* Dmitriy Sergeyev provided a patch that made the SOCKS[45] code work better asDaniel Stenberg2006-09-231-477/+7
* Armel Asselin fixed problems when you gave a proxy URL with user name andDaniel Stenberg2006-09-201-1/+2
* Michael Wallner's test program again help me track down a problem. This timeDaniel Stenberg2006-09-201-9/+73
* Resize the connection cache upwards when adding more handles than whatDaniel Stenberg2006-09-161-40/+45
* file-local function should be static and not use Curl_ prefix!Daniel Stenberg2006-09-151-3/+5
* Compiler warning fixYang Tse2006-09-131-8/+10
* Compiler warning fixYang Tse2006-09-121-11/+13
* If the current connection doesn't fit to get added to the connection cache,Daniel Stenberg2006-09-111-2/+5
* - Fixed my breakage from earlier today so that doing curl_easy_cleanup() on aDaniel Stenberg2006-09-111-2/+9
* stupid mistake rectified by Jeff PohlmeyerDaniel Stenberg2006-09-111-1/+2
* Compiler warning fixYang Tse2006-09-101-1/+1
* Compiler warning fixYang Tse2006-09-101-28/+28
* Jeff Pohlmeyer presented a *multi_socket()-using program that exposed aDaniel Stenberg2006-09-101-0/+4
* SIGALARM -> SIGALRM.Gisle Vanem2006-09-091-1/+1