summaryrefslogtreecommitdiff
path: root/tests/libtest
Commit message (Expand)AuthorAgeFilesLines
* unify fopen() failure error message among tests, allowingYang Tse2007-04-052-2/+4
* add debug message and expand commentYang Tse2007-04-042-4/+22
* test can be allowed to run if fopen() is capable of fopen()ingYang Tse2007-04-042-8/+8
* cleanupYang Tse2007-04-042-3/+0
* test can be allowed to run if fopen() is capable of fopen()ingYang Tse2007-04-042-38/+40
* Verify if the test is limited by an ancient stdio with a 256Yang Tse2007-04-032-0/+70
* try not to link with unneeded libs, avoiding global LDADDYang Tse2007-04-031-1/+34
* openssl/bio.h doesn't exist when we build with yassl so avoid tryingDaniel Stenberg2007-03-161-2/+5
* change max allowed time for this test to complete to 90 secondsYang Tse2007-03-1010-19/+20
* 30 seconds isn't long enough for this test on a loaded server.Yang Tse2007-03-031-2/+2
* Check for stdbool.h at configuration stage, and include it if available.Yang Tse2007-02-221-8/+1
* Move header file inclusion logic and definition of timevalYang Tse2007-02-202-20/+2
* add tutil_tvdiff_secs() for completenessYang Tse2007-02-202-0/+18
* log a message, stating the need of openssl to run this testYang Tse2007-02-191-1/+10
* Replicate the configure tests that determined that timeval was available.Yang Tse2007-02-171-0/+3
* add debug messages for fopen() failuresYang Tse2007-02-162-0/+16
* use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handlingYang Tse2007-02-163-42/+13
* Include both testutil.c and testutil.h, and not just testutil.c, in theYang Tse2007-02-091-2/+2
* Some tests were using functions curlx_tvnow and curlx_tvdiff which are notYang Tse2007-02-092-0/+166
* Some tests were using functions curlx_tvnow and curlx_tvdiff which are notYang Tse2007-02-0911-64/+63
* Constify argument to suburl(). Remove trailing space.Gisle Vanem2007-02-041-14/+14
* when using select() instead of poll, skip the test if the number ofYang Tse2007-01-312-18/+56
* fix temp string buffer variable nameYang Tse2007-01-301-2/+2
* skip test on platforms on which we use select() insteadYang Tse2007-01-302-0/+54
* the same source file is re-used for multiple tests and I missed to add theDaniel Stenberg2007-01-291-3/+3
* Some compilers lacks <sys/time.h>. Include "timeval.h" to simplify the #ifdefs.Gisle Vanem2007-01-293-10/+7
* the libtest source codes that use curlx_tv* functions MUST use theDaniel Stenberg2007-01-291-11/+15
* Compiler warning fixYang Tse2007-01-282-2/+2
* Added precheck that curl supports the 'openssl' engine in test 307.Dan Fandrich2007-01-182-0/+21
* add a couple more of debugging messagesYang Tse2006-11-032-1/+10
* reduce max size of dinamically allocated arrays to minimize the nastyYang Tse2006-11-032-7/+35
* fix comments and renumber rlimit return codesYang Tse2006-11-031-18/+20
* fix comments and renumber rlimit return codesYang Tse2006-11-031-7/+9
* remove leftover commentYang Tse2006-11-021-4/+0
* update and split test cases 518 and 537 into its own source code fileYang Tse2006-11-023-167/+447
* code cleanupYang Tse2006-11-021-62/+33
* use our internal string functions and replace sprintf with snprintfYang Tse2006-11-021-19/+20
* check symbol HAVE_UNISTD_H instead of UNISTD_H to include unistd.hYang Tse2006-11-021-1/+1
* test 518 is all about testing libcurl functionalityYang Tse2006-11-012-56/+276
* Sync comment with code and add three messages moreYang Tse2006-10-311-2/+7
* Address some pitfalls in the rlimit() function check that wereYang Tse2006-10-301-69/+145
* Compiler warning fixYang Tse2006-10-291-1/+8
* 30 seconds isn't long enough for this test on a loaded server.Yang Tse2006-10-271-2/+2
* Use proper 'stat' structure for fstat(). I.e. 'struct _stati64' and '_fstati6...Gisle Vanem2006-10-261-3/+3
* Improved rlimit logic:Yang Tse2006-10-261-21/+95
* 30 seconds isn't long enough for this test on a loaded server.Yang Tse2006-10-261-2/+2
* Add project notice and file IdYang Tse2006-10-2525-0/+250
* Compiler warning fixYang Tse2006-10-252-3/+3
* Use curl_global_init() and curl_global_cleanup().Yang Tse2006-10-2529-355/+833
* Abort test if it seems that it would have run forever. This is just to preventYang Tse2006-10-241-37/+72