aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-10-25Compiler warning fixYang Tse
2006-10-25updated copyright yearDaniel Stenberg
2006-10-25Use curl_global_init() and curl_global_cleanup().Yang Tse
2006-10-24other pipelining fixes by Ravi Pratap, that now makes pipelines get used betterDaniel Stenberg
2006-10-24Abort test if it seems that it would have run forever. This is just to preventYang Tse
2006-10-23the check in ConnectionExists() for not re-using a non-resolved connection nowDaniel Stenberg
2006-10-23Ravi Pratap provided a major update with pipelining fixes. We also no longerDaniel Stenberg
2006-10-23Avoid trying to compare more than strlen bytes.Yang Tse
2006-10-2330 seconds isn't long enough for this test on a loaded server.Dan Fandrich
2006-10-23Replace is*() macros with our own IS*() ones.Yang Tse
2006-10-22Nir Soffer fixed a cp line and got rid of an rmDaniel Stenberg
2006-10-22until we learn how to use Makefile.inc from here, I've added socks.o in hereDaniel Stenberg
2006-10-21Provide 'datarootdir' parameter to shutup configuration warning,Yang Tse
2006-10-21Fix misplaced runtime library specification for 'release-dll' targetYang Tse
2006-10-21rely on the global LDADD instead of having specific ones for every programDaniel Stenberg
2006-10-21Nir Soffer for his Makefile.am fixDaniel Stenberg
2006-10-21Fix copy-paste errorYang Tse
2006-10-21Compiler warning fixYang Tse
2006-10-21Nir Soffer made the tests/libtest/Makefile.am use a proper variable for allDaniel Stenberg
2006-10-21Armel Asselin separated CA cert verification problems from problems withDaniel Stenberg
2006-10-21Compiler warning fixYang Tse
2006-10-20made the arrow for 'Send SSL data' point in the right direction!Daniel Stenberg
2006-10-20Compiler warning fixYang Tse
2006-10-20Since now src/setup.h includes setup_once.h, src/config-win32.h needsYang Tse
2006-10-20Oops! Actually set the limit to 30 seconds.Yang Tse
2006-10-20Decrease the posibility of aborting a test which actually is notYang Tse
2006-10-20When a resolve is made on a pipelined connection we need to detect it properlyDaniel Stenberg
2006-10-19Set loop2 counter limit to 60 on this test to avoid a false positive.Yang Tse
2006-10-19Replace tabs with spaces and Compiler warning fix.Yang Tse
2006-10-19Compiler warning fixYang Tse
2006-10-19When aborting, show loop counter values when more than one counter exists.Yang Tse
2006-10-19Abort test if it seems that it would have run forever. This is just to preventYang Tse
2006-10-19Here's an effort to avoid saying 'data not shown' in the debug parts when theDaniel Stenberg
2006-10-19Builds using synchronous name resolver dislike marking the connection as async.Yang Tse
2006-10-18Sync with lib/setup_once.hYang Tse
2006-10-18Check for USE_WINSOCK instead of WIN32 where the check was doneYang Tse
2006-10-18Introduce symbol USE_WINSOCK which will be defined whenYang Tse
2006-10-18the expire timer is a bit too annoying to see all the time ;-)Daniel Stenberg
2006-10-18When a connection is re-used, it can be flagged for re-use before the nameDaniel Stenberg
2006-10-18use the return code from lseek() to detect problems and bail out if soDaniel Stenberg
2006-10-18Added ISPRINT() required for src/main.c.Gisle Vanem
2006-10-18Tor's spell fixesDaniel Stenberg
2006-10-18changes done the last few daysDaniel Stenberg
2006-10-18cut out matching host names starting with telnet or ftps, since they hardlyDaniel Stenberg
2006-10-18the "work in progress" for #25 was ditched a long time agoDaniel Stenberg
2006-10-18Replace is*() macros with our own IS*() ones.Yang Tse
2006-10-18Move definition of IS*() macros to setup_once.hYang Tse
2006-10-17Fixed compile error in HAVE_SIGACTION case.Dan Fandrich
2006-10-17Avoid typecasting a signed char to an int when using is*() functions, as thatDaniel Stenberg
2006-10-17clear the struct size not the pointer size, pointed out in bug reportDaniel Stenberg