summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Added test for TFTP retrieve of boundary case 512 byte file.Dan Fandrich2007-01-102-1/+66
* Added test of TFTP server error reporting.Dan Fandrich2007-01-102-1/+34
* prevent compiler warning since we use base64.h from libcurl which now hasDaniel Stenberg2007-01-041-1/+6
* Alexey Simak found out that when doing FTP with the multi interface andDaniel Stenberg2006-12-112-1/+43
* added the new test 282Daniel Stenberg2006-11-251-1/+1
* Venkat Akella found out that libcurl did not like HTTP responses that simplyDaniel Stenberg2006-11-2558-17/+147
* Revert ftpserver.pl back to revision 1.74 Adding change done in 1.76Yang Tse2006-11-201-2/+2
* Revert runtests.pl back to revision 1.212Yang Tse2006-11-201-273/+183
* Revert ftp.pm back to revision 1.5 Adding copyright notice.Yang Tse2006-11-201-327/+36
* Add some message loggingYang Tse2006-11-203-29/+58
* stop slaves before stopping serversYang Tse2006-11-201-12/+20
* Revert to KILL test servers until all test serversYang Tse2006-11-201-2/+8
* log the sleep, like when done in test 190Daniel Stenberg2006-11-191-0/+1
* Avoid passing child pid and test server pid, using the runningYang Tse2006-11-191-71/+66
* Comment out the use of the "warnings" module now that ftp.pm seems toYang Tse2006-11-191-1/+1
* Avoid keeping dupe pids When forked pid and test server pid is the same one.Yang Tse2006-11-181-3/+8
* Fix warning "Use of uninitialized value in ...".Yang Tse2006-11-181-6/+15
* The hash of running servers is now a hash of hashes which for each runningYang Tse2006-11-173-174/+526
* Tor Arntsen spotted this mistakeDaniel Stenberg2006-11-131-1/+1
* Remove showing stderr log files unconditionally for tests 518 and 537.Yang Tse2006-11-091-28/+27
* 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
* 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