summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* ftp@example.com is now the new anonymous FTP password. I opted for 'ftp' onDaniel Stenberg2007-02-1383-84/+84
* Rob Crittenden added support for NSS (Network Security Service) for theDaniel Stenberg2007-02-121-1/+11
* 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
* Year 2038 has its own problems (32 bit integer overflow).Yang Tse2007-02-055-25/+25
* Constify argument to suburl(). Remove trailing space.Gisle Vanem2007-02-041-14/+14
* compiler warning fixYang Tse2007-02-021-2/+2
* fix leftover updating cookie expiration dateYang Tse2007-02-021-1/+1
* reported in bug: #1566077 the former URL mentioned in the generated cookieYang Tse2007-02-021-2/+2
* fix test case 62 which was failing due to cookies expiring 1 Feb 2007Yang Tse2007-02-021-3/+3
* more fixes for the testsuite cookie expiration issueYang Tse2007-02-024-7/+7
* cookie expiration time got us with pants at our knees.Yang Tse2007-02-024-11/+11
* 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
* - Michael Wallner reported that when doing a CONNECT with a custom User-AgentDaniel Stenberg2007-01-292-1/+46
* Compiler warning fixYang Tse2007-01-282-2/+2
* update copyright year noticeYang Tse2007-01-272-2/+2
* set proper lib extension for non-configure mingw32 builds on Win32.Gunter Knauf2007-01-251-0/+3
* Fixed a dangling pointer problem that prevented the http_proxy environmentDan Fandrich2007-01-251-1/+1
* Ignore XML DOCTYPEs and declarations.Dan Fandrich2007-01-231-4/+7
* Convert (most of) the test data files into genuine XML. A handful stillDan Fandrich2007-01-23328-106/+795
* Make the test script tag parser a bit more robust.Dan Fandrich2007-01-182-1/+4
* Added precheck that curl supports the 'openssl' engine in test 307.Dan Fandrich2007-01-184-1/+24
* Fixed some tag typos in the test data files.Dan Fandrich2007-01-1725-24/+24
* Disabled test 307 for now.Dan Fandrich2007-01-172-1/+5
* Added simple OpenSSL crypto engine tests.Dan Fandrich2007-01-163-1/+68
* Added TFTP upload tests.Dan Fandrich2007-01-153-1/+134
* Leave the TFTPD test server running after a file upload.Dan Fandrich2007-01-151-3/+3
* 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