Age | Commit message (Expand) | Author |
2007-02-09 | Some tests were using functions curlx_tvnow and curlx_tvdiff which are not | Yang Tse |
2007-02-04 | Constify argument to suburl(). Remove trailing space. | Gisle Vanem |
2007-01-31 | when using select() instead of poll, skip the test if the number of | Yang Tse |
2007-01-30 | fix temp string buffer variable name | Yang Tse |
2007-01-30 | skip test on platforms on which we use select() instead | Yang Tse |
2007-01-29 | the same source file is re-used for multiple tests and I missed to add the | Daniel Stenberg |
2007-01-29 | Some compilers lacks <sys/time.h>. Include "timeval.h" to simplify the #ifdefs. | Gisle Vanem |
2007-01-29 | the libtest source codes that use curlx_tv* functions MUST use the | Daniel Stenberg |
2007-01-28 | Compiler warning fix | Yang Tse |
2007-01-18 | Added precheck that curl supports the 'openssl' engine in test 307. | Dan Fandrich |
2006-11-03 | add a couple more of debugging messages | Yang Tse |
2006-11-03 | reduce max size of dinamically allocated arrays to minimize the nasty | Yang Tse |
2006-11-03 | fix comments and renumber rlimit return codes | Yang Tse |
2006-11-03 | fix comments and renumber rlimit return codes | Yang Tse |
2006-11-02 | remove leftover comment | Yang Tse |
2006-11-02 | update and split test cases 518 and 537 into its own source code file | Yang Tse |
2006-11-02 | code cleanup | Yang Tse |
2006-11-02 | use our internal string functions and replace sprintf with snprintf | Yang Tse |
2006-11-02 | check symbol HAVE_UNISTD_H instead of UNISTD_H to include unistd.h | Yang Tse |
2006-11-01 | test 518 is all about testing libcurl functionality | Yang Tse |
2006-10-31 | Sync comment with code and add three messages more | Yang Tse |
2006-10-30 | Address some pitfalls in the rlimit() function check that were | Yang Tse |
2006-10-29 | Compiler warning fix | Yang Tse |
2006-10-27 | 30 seconds isn't long enough for this test on a loaded server. | Yang Tse |
2006-10-26 | Use proper 'stat' structure for fstat(). I.e. 'struct _stati64' and '_fstati6... | Gisle Vanem |
2006-10-26 | Improved rlimit logic: | Yang Tse |
2006-10-26 | 30 seconds isn't long enough for this test on a loaded server. | Yang Tse |
2006-10-25 | Add project notice and file Id | Yang Tse |
2006-10-25 | Compiler warning fix | Yang Tse |
2006-10-25 | Use curl_global_init() and curl_global_cleanup(). | Yang Tse |
2006-10-24 | Abort test if it seems that it would have run forever. This is just to prevent | Yang Tse |
2006-10-23 | 30 seconds isn't long enough for this test on a loaded server. | Dan Fandrich |
2006-10-21 | rely on the global LDADD instead of having specific ones for every program | Daniel Stenberg |
2006-10-21 | Nir Soffer made the tests/libtest/Makefile.am use a proper variable for all | Daniel Stenberg |
2006-10-21 | Compiler warning fix | Yang Tse |
2006-10-20 | Oops! Actually set the limit to 30 seconds. | Yang Tse |
2006-10-20 | Decrease the posibility of aborting a test which actually is not | Yang Tse |
2006-10-19 | Set loop2 counter limit to 60 on this test to avoid a false positive. | Yang Tse |
2006-10-19 | Replace tabs with spaces and Compiler warning fix. | Yang Tse |
2006-10-19 | Compiler warning fix | Yang Tse |
2006-10-19 | When aborting, show loop counter values when more than one counter exists. | Yang Tse |
2006-10-19 | Abort test if it seems that it would have run forever. This is just to prevent | Yang Tse |
2006-10-18 | Check for USE_WINSOCK instead of WIN32 where the check was done | Yang Tse |
2006-10-11 | Remove redundant __CYGWIN__ symbol check | Yang Tse |
2006-10-10 | Compiler warning fix | Yang Tse |
2006-10-10 | Call curl_global_cleanup() in all code paths before exiting test | Yang Tse |
2006-10-09 | Added test case 536 in an attempt to add Bogdan Nicula's problematic case | Daniel Stenberg |
2006-10-09 | used for test 535 too | Daniel Stenberg |
2006-10-09 | Compiler warning fix | Yang Tse |
2006-10-09 | Bogdan Nicula's second test case (posted Sun, 08 Oct 2006) converted to test | Daniel Stenberg |