aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-02-05- Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MSDaniel Stenberg
2007-02-05Remove '-Dselect=select_s'. Remove depend.dj-Gisle Vanem
2007-02-05compiler warning fixYang Tse
2007-02-05cookie expiry date in several test cases set to year 2030/2035Yang Tse
2007-02-05Year 2038 has its own problems (32 bit integer overflow).Yang Tse
2007-02-04Use correct 3rd argument for ioctlsocket() under Watt-32.Gisle Vanem
2007-02-04Use correct calling convention.Gisle Vanem
2007-02-04Added DllMain() function for Watcom.Gisle Vanem
2007-02-04Suppress warning "'nread' might be used uninitialized in this function".Gisle Vanem
2007-02-04Constify argument to suburl(). Remove trailing space.Gisle Vanem
2007-02-03some additional infoDaniel Stenberg
2007-02-03compiler warning fixYang Tse
2007-02-03- Yang Tse fixed the cookie expiry date in several test cases that started toDaniel Stenberg
2007-02-03- Manfred Schwarb reported that socks5 support was broken and help us pinpointDaniel Stenberg
2007-02-02compiler warning fixYang Tse
2007-02-02add debug messages for initialization failuresYang Tse
2007-02-02add missing strings for existing error codesYang Tse
2007-02-02move DEBUGF macro definition to setup_once.hYang Tse
2007-02-02prefer using the (upcoming) non-blocking libssh2 APIDaniel Stenberg
2007-02-02don't require OpenSSL for libssh2 linking to work, in preparation forDaniel Stenberg
2007-02-02fix leftover updating cookie expiration dateYang Tse
2007-02-02In testsuite, update test cookies expiration from 2007-Feb-1 to 2038-Feb-1Yang Tse
2007-02-02reported in bug: #1566077 the former URL mentioned in the generated cookieYang Tse
2007-02-02fix test case 62 which was failing due to cookies expiring 1 Feb 2007Yang Tse
2007-02-02more fixes for the testsuite cookie expiration issueYang Tse
2007-02-02cookie expiration time got us with pants at our knees.Yang Tse
2007-02-01compiler warning fixYang Tse
2007-02-01Suppress the "'convbuf' might be used uninitialized in this function" warning.Gisle Vanem
2007-02-01fogot to change Curl_mk_connc in header fileYang Tse
2007-02-01compiler warning fixYang Tse
2007-01-31Properly use libtool macros to fix OpenLDAP library name detection on Darwin.Dan Fandrich
2007-01-31add debug messages for initialization failuresYang Tse
2007-01-31when using select() instead of poll, skip the test if the number ofYang Tse
2007-01-31Marty Kuhrt's VMS updatesDaniel Stenberg
2007-01-30fix temp string buffer variable nameYang Tse
2007-01-30Support for OpenWatcom (Win32): It do have getpid(), but noGisle Vanem
2007-01-30start working on 7.16.2Daniel Stenberg
2007-01-30skip test on platforms on which we use select() insteadYang Tse
2007-01-29fix compiler warning "discards qualifiers from pointer target type" in debug ...Yang Tse
2007-01-29the same source file is re-used for multiple tests and I missed to add theDaniel Stenberg
2007-01-29Some compilers lacks <sys/time.h>. Include "timeval.h" to simplify the #ifdefs.Gisle Vanem
2007-01-29Use DOS line-endings.Gisle Vanem
2007-01-29release timeDaniel Stenberg
2007-01-29the user-agent fixDaniel Stenberg
2007-01-29the libtest source codes that use curlx_tv* functions MUST use theDaniel Stenberg
2007-01-29- Michael Wallner reported that when doing a CONNECT with a custom User-AgentDaniel Stenberg
2007-01-29fixed segfault when compiled with MingW32 and cmd or command shell.Gunter Knauf
2007-01-28Andreas Rieke added extra infof() for when a connection is not re-used due toDaniel Stenberg
2007-01-28silence compiler warningsDaniel Stenberg
2007-01-28enabled build with sspi.Gunter Knauf