summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year, since the file has been modifiedYang Tse2006-10-2711-11/+11
* Compiler warning fixYang Tse2006-10-271-4/+8
* Do an explicit typecast of data pointers to function pointersYang Tse2006-10-272-8/+10
* Fix Curl_open() not reporting failure when allocation of theYang Tse2006-10-261-2/+3
* Fixed CURLOPT_FAILONERROR to return CURLE_HTTP_RETURNED_ERROR even for theDaniel Stenberg2006-10-251-4/+3
* updated copyright yearDaniel Stenberg2006-10-252-2/+2
* 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-235-60/+100
* Nir Soffer fixed a cp line and got rid of an rmDaniel Stenberg2006-10-221-3/+3
* until we learn how to use Makefile.inc from here, I've added socks.o in hereDaniel Stenberg2006-10-221-1/+2
* Fix misplaced runtime library specification for 'release-dll' targetYang Tse2006-10-211-2/+2
* Fix copy-paste errorYang Tse2006-10-211-1/+1
* Compiler warning fixYang Tse2006-10-211-1/+1
* Armel Asselin separated CA cert verification problems from problems withDaniel Stenberg2006-10-213-3/+9
* Compiler warning fixYang Tse2006-10-201-2/+3
* When a resolve is made on a pipelined connection we need to detect it properlyDaniel Stenberg2006-10-202-2/+3
* Builds using synchronous name resolver dislike marking the connection as async.Yang Tse2006-10-191-0/+2
* Check for USE_WINSOCK instead of WIN32 where the check was doneYang Tse2006-10-188-21/+22
* Introduce symbol USE_WINSOCK which will be defined whenYang Tse2006-10-181-0/+16
* the expire timer is a bit too annoying to see all the time ;-)Daniel Stenberg2006-10-181-1/+2
* When a connection is re-used, it can be flagged for re-use before the nameDaniel Stenberg2006-10-181-0/+4
* use the return code from lseek() to detect problems and bail out if soDaniel Stenberg2006-10-181-2/+5
* Added ISPRINT() required for src/main.c.Gisle Vanem2006-10-181-1/+2
* 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