summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Tor's spell fixesDaniel Stenberg2006-10-181-1/+1
* cut out matching host names starting with telnet or ftps, since they hardlyDaniel Stenberg2006-10-181-6/+0
* Move definition of IS*() macros to setup_once.hYang Tse2006-10-182-10/+23
* 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-1714-36/+42
* clear the struct size not the pointer size, pointed out in bug reportDaniel Stenberg2006-10-171-1/+1
* Explicit typecast for Curl_debug() size argumentYang Tse2006-10-175-18/+25
* TypoYang Tse2006-10-171-1/+1
* make the low_speed check set the expire timer so that it has a chance to workDaniel Stenberg2006-10-171-1/+7
* Jeff helped me pinpoint that we didn't properly set the expire timer duringDaniel Stenberg2006-10-171-0/+12
* fix the name resolve abort timeout calculation (when signals are used)Daniel Stenberg2006-10-171-3/+10
* Compiler warning fixYang Tse2006-10-171-5/+5
* Compiler warning fixYang Tse2006-10-151-2/+2
* Replace ";;" with ";".Gisle Vanem2006-10-152-9/+9
* Rearranged target HAVE_x section.Gisle Vanem2006-10-151-7/+4
* Declare our own timeval struct if HAVE_STRUCT_TIMEVAL is not definedYang Tse2006-10-141-11/+0
* Define HAVE_STRUCT_TIMEVAL as appropriate for platforms that lack autotools s...Yang Tse2006-10-148-1/+24
* The tagging of application/x-www-form-urlencoded POST body data sentDan Fandrich2006-10-131-14/+26
* print the actual (externally known) easy handle and not the internal containerDaniel Stenberg2006-10-131-1/+2
* Added curl_multi_dump() when built with CURLDEBUG - this is not a stable publicDaniel Stenberg2006-10-131-33/+68
* Check for struct timeval at configuration timeYang Tse2006-10-131-0/+7
* Starting now, adding an easy handle to a multi stack that was already addedDaniel Stenberg2006-10-121-2/+4
* Jeff Pohlmeyer has been working with the hiperfifo.c example source code,Daniel Stenberg2006-10-121-12/+68
* Inclusion of time header files based on header existanceYang Tse2006-10-121-3/+6
* Remove redundant __CYGWIN__ symbol checkYang Tse2006-10-119-15/+16
* mark the handle as no longer having a broken pipe when a transfer has failedDaniel Stenberg2006-10-101-0/+2
* minor indent fixDaniel Stenberg2006-10-091-4/+5
* when going to completed due to error, mark the handle as not in a pipelineDaniel Stenberg2006-10-091-0/+1
* Compiler warning fixYang Tse2006-10-091-1/+1
* Bogdan Nicula's second test case (posted Sun, 08 Oct 2006) converted to testDaniel Stenberg2006-10-093-7/+19
* Cygwin 1.5.21 needs this hack to pass test 160.Yang Tse2006-10-091-2/+9
* don't display or act on state changes that doesn't actually change stateDaniel Stenberg2006-10-071-1/+5
* Bogdan Nicula's hanging test case was converted to test case 533 and the testDaniel Stenberg2006-10-061-4/+12
* updated for latest OpenSSL release.Gunter Knauf2006-10-061-1/+1
* Dmitriy Sergeyev provided an example source code that crashed CVS libcurlDaniel Stenberg2006-10-042-3/+27
* removed more dead code that is unused since the removal of the third partyDaniel Stenberg2006-10-021-99/+0
* Support for FTP third party transfers is now droppedDaniel Stenberg2006-09-306-407/+10
* Reported in #1561470 (http://curl.haxx.se/bug/view.cgi?id=1561470), libcurlDaniel Stenberg2006-09-284-27/+47
* As reported in bug: #1566077 the former URL mentioned in the generated cookieDaniel Stenberg2006-09-271-1/+1
* Compiler warning fixYang Tse2006-09-251-1/+3
* Compiler warning fixYang Tse2006-09-251-2/+2
* Compiler warning fixYang Tse2006-09-251-1/+1
* Compiler warning fixYang Tse2006-09-241-1/+10
* Cory Nelson made libcurl use the WSAPoll() function if built for WindowsDaniel Stenberg2006-09-242-3/+13
* standard curl source code headersDaniel Stenberg2006-09-232-0/+45
* Dmitriy Sergeyev provided a patch that made the SOCKS[45] code work better asDaniel Stenberg2006-09-236-480/+579
* (FTP) a failed upload does not invalidate the control connectionDaniel Stenberg2006-09-212-5/+17
* 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-202-19/+80
* Resize the connection cache upwards when adding more handles than whatDaniel Stenberg2006-09-164-41/+62