summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Oops! Actually set the limit to 30 seconds.Yang Tse2006-10-208-16/+16
* Decrease the posibility of aborting a test which actually is notYang Tse2006-10-208-64/+253
* When a resolve is made on a pipelined connection we need to detect it properlyDaniel Stenberg2006-10-202-2/+3
* Set loop2 counter limit to 60 on this test to avoid a false positive.Yang Tse2006-10-191-2/+2
* Replace tabs with spaces and Compiler warning fix.Yang Tse2006-10-191-54/+54
* Compiler warning fixYang Tse2006-10-191-1/+1
* When aborting, show loop counter values when more than one counter exists.Yang Tse2006-10-197-0/+7
* Abort test if it seems that it would have run forever. This is just to preventYang Tse2006-10-198-32/+110
* Here's an effort to avoid saying 'data not shown' in the debug parts when theDaniel Stenberg2006-10-191-15/+29
* Builds using synchronous name resolver dislike marking the connection as async.Yang Tse2006-10-191-0/+2
* Sync with lib/setup_once.hYang Tse2006-10-181-0/+1
* Check for USE_WINSOCK instead of WIN32 where the check was doneYang Tse2006-10-1816-44/+49
* Introduce symbol USE_WINSOCK which will be defined whenYang Tse2006-10-183-0/+49
* 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-182-2/+2
* changes done the last few daysDaniel Stenberg2006-10-182-0/+21
* cut out matching host names starting with telnet or ftps, since they hardlyDaniel Stenberg2006-10-181-6/+0
* the "work in progress" for #25 was ditched a long time agoDaniel Stenberg2006-10-181-2/+1
* Replace is*() macros with our own IS*() ones.Yang Tse2006-10-185-39/+38
* Move definition of IS*() macros to setup_once.hYang Tse2006-10-184-22/+54
* 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-1717-59/+81
* clear the struct size not the pointer size, pointed out in bug reportDaniel Stenberg2006-10-171-1/+1
* buildconf already runs ares/buildconf by itself if there is an ares subdirDaniel Stenberg2006-10-171-16/+0
* 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
* Please welcome our new haxx.se curl mirror, for really fast Swedish access.Daniel Stenberg2006-10-171-1/+2
* 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
* Added a check in configure that simply tries to run a program (not whenDaniel Stenberg2006-10-163-0/+43
* 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-1416-2/+88
* Prevent ares_getsock() to overflow if more than 16 sockets are used.Daniel Stenberg2006-10-131-0/+4
* The tagging of application/x-www-form-urlencoded POST body data sentDan Fandrich2006-10-134-18/+55
* print the actual (externally known) easy handle and not the internal containerDaniel Stenberg2006-10-131-1/+2
* Added comments about checking return code and the maxfd counterDaniel Stenberg2006-10-137-0/+27
* 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-135-0/+127
* ghiper now uses the timer callback in the multi interfaceDaniel Stenberg2006-10-122-16/+17
* avoid an overflow if an excessive amount of servers are usedDaniel Stenberg2006-10-121-6/+7
* clarify moreDaniel Stenberg2006-10-121-1/+4
* Starting now, adding an easy handle to a multi stack that was already addedDaniel Stenberg2006-10-124-3/+11