summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update protocol verification end of linesYang Tse2006-11-021-4/+4
* 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-015-59/+334
* Show stderr log file for test 518 unconditionally.Yang Tse2006-10-311-1/+13
* 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
* a small unification of the error text on failed server startupsDaniel Stenberg2006-10-271-2/+2
* Update copyright year, since the file has been modifiedYang Tse2006-10-273-3/+3
* 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
* Fixed CURLOPT_FAILONERROR to return CURLE_HTTP_RETURNED_ERROR even for theDaniel Stenberg2006-10-252-1/+64
* 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
* Avoid trying to compare more than strlen bytes.Yang Tse2006-10-231-1/+1
* 30 seconds isn't long enough for this test on a loaded server.Dan Fandrich2006-10-231-2/+2
* Replace is*() macros with our own IS*() ones.Yang Tse2006-10-234-5/+6
* rely on the global LDADD instead of having specific ones for every programDaniel Stenberg2006-10-211-32/+0
* Nir Soffer made the tests/libtest/Makefile.am use a proper variable for allDaniel Stenberg2006-10-211-64/+68
* Armel Asselin separated CA cert verification problems from problems withDaniel Stenberg2006-10-211-1/+1
* Compiler warning fixYang Tse2006-10-211-1/+1
* 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
* 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
* Check for USE_WINSOCK instead of WIN32 where the check was doneYang Tse2006-10-184-17/+21
* buildconf already runs ares/buildconf by itself if there is an ares subdirDaniel Stenberg2006-10-171-16/+0
* Remove redundant __CYGWIN__ symbol checkYang Tse2006-10-118-12/+11
* Compiler warning fixYang Tse2006-10-101-2/+2
* Call curl_global_cleanup() in all code paths before exiting testYang Tse2006-10-104-5/+13
* Added test case 536 in an attempt to add Bogdan Nicula's problematic caseDaniel Stenberg2006-10-093-1/+150
* used for test 535 tooDaniel Stenberg2006-10-091-1/+1
* Compiler warning fixYang Tse2006-10-091-2/+1
* Bogdan Nicula's second test case (posted Sun, 08 Oct 2006) converted to testDaniel Stenberg2006-10-093-3/+62
* test 534 added in an attempt to repeat Bogdan Nicula's bug...Daniel Stenberg2006-10-083-1/+54
* modified lib533 to accept both URLs on the command lineDaniel Stenberg2006-10-082-2/+2