summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* James Housley brought support for SCP transfersDaniel Stenberg2006-11-029-7/+661
* prototype for gethostname is in unistd.hYang Tse2006-11-021-0/+4
* corrected how tests/memanalyze.pl is usedDaniel Stenberg2006-10-291-3/+3
* Make more human readable and maintainable previousYang Tse2006-10-292-9/+23
* updated to current statusDaniel Stenberg2006-10-291-53/+14
* updated to reflect realityDaniel Stenberg2006-10-291-30/+10
* Compiler warning fix.Yang Tse2006-10-272-8/+8
* Fixed 'x_TYPE_ARG2' to match prototypes of recv() and send().Gisle Vanem2006-10-271-2/+2
* Get rid of the special sread()+swrite() for MSDOS. Use recv()Gisle Vanem2006-10-272-6/+13
* Added 'RECV_TYPE_ARGx' needed in getinfo.c.Gisle Vanem2006-10-271-0/+5
* 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