summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a "sockfilt" leak. When a new 'data' connection sockfilt server is started,Daniel Stenberg2006-10-081-1/+9
* Bogdan Nicula's hanging test case was converted to test case 533 and the testDaniel Stenberg2006-10-063-1/+172
* catch silly mistakes betterDaniel Stenberg2006-10-061-0/+4
* Dmitriy Sergeyev provided an example source code that crashed CVS libcurlDaniel Stenberg2006-10-044-7/+96
* Support for FTP third party transfers is now droppedDaniel Stenberg2006-09-305-176/+4
* Reported in #1561470 (http://curl.haxx.se/bug/view.cgi?id=1561470), libcurlDaniel Stenberg2006-09-284-6/+73
* As reported in bug: #1566077 the former URL mentioned in the generated cookieDaniel Stenberg2006-09-278-8/+8
* allow user in passwd state for test 280 to work (--ftp-alternative-to-user)Daniel Stenberg2006-09-241-2/+2
* filled in some docs for the FTP server control commandsDaniel Stenberg2006-09-231-3/+13
* added simple test of --ftp-alternative-to-userDaniel Stenberg2006-09-232-1/+66
* Added test case 531 in an attempt to repeat bug report #1561470Daniel Stenberg2006-09-213-1/+57
* Armel Asselin fixed problems when you gave a proxy URL with user name andDaniel Stenberg2006-09-203-1/+95
* 'in6addr_any' must be placed in .c-file. Added 'REAL_WIN32' forGisle Vanem2006-09-132-14/+12
* nicer reporting of disabled testsDaniel Stenberg2006-09-131-4/+7
* added CVS id and clarified the comment linesDaniel Stenberg2006-09-131-1/+2
* Added a generic way to disable test cases when "all" is run, and added theDaniel Stenberg2006-09-133-1/+25
* Cygwin preprocessor adjustmentsYang Tse2006-09-127-7/+7
* - Fixed my breakage from earlier today so that doing curl_easy_cleanup() on aDaniel Stenberg2006-09-111-0/+3
* Added select_test() function to allow selecting on no sockets onGisle Vanem2006-09-109-7/+26
* Print usage in case 'arg2 == NULL'.Gisle Vanem2006-09-091-0/+5
* removed the comment that isn't valid for this file, just a copy'n paste errorDaniel Stenberg2006-09-081-15/+0