Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-23 | Convert (most of) the test data files into genuine XML. A handful still | Dan Fandrich | |
are not, due mainly to the lack of support for XML character entities (e.g. & => & ). This will make it easier to validate test files using tools like xmllint, as well as edit and view them using XML tools. | |||
2006-09-23 | filled in some docs for the FTP server control commands | Daniel Stenberg | |
2006-09-08 | test 530 is the first ever HTTP pipelining test for libcurl | Daniel Stenberg | |
2006-01-02 | 1. sws now supports two new "commands" and 2. if built with | Daniel Stenberg | |
CURL_SWS_FORK_ENABLED defined it forks for each new connection and thus can support any amount of connection clients (used for hiper tests and not for the standard plain curl test suite) | |||
2005-09-04 | Added FTP_SKIP_PASV_IP and --ftp-skip-pasv-ip | Daniel Stenberg | |
2005-05-20 | Add support for text mode on stdout tests as well, and add the mode=text | Daniel Stenberg | |
to the docs. | |||
2005-04-15 | started adding "keywords" for each test, to better allow us to sum up what | Daniel Stenberg | |
kind of tests we have and how many tests that test certain features | |||
2005-04-14 | make the ftp server support reply/servercmd, and make SLOWDOWN work, and | Daniel Stenberg | |
update the docs accordingly | |||
2005-03-17 | support multiple error codes for a test case since some things just vary | Daniel Stenberg | |
between platforms | |||
2005-01-20 | Added support for "verify" => "stripfile" to strip contents of the file that | Daniel Stenberg | |
is being checked. Also made the server retrying sleep only one second instead of three, to reduce some waiting when fooling around with the servers. | |||
2005-01-07 | fixed the valgrind log check and make it possible to disable it for a specific | Daniel Stenberg | |
test, see test 509 | |||
2004-12-14 | mistake | Daniel Stenberg | |
2004-12-11 | HTTP IPv6 support added to the test suite | Daniel Stenberg | |
2004-11-29 | make it possible for a test case to depend on the feature 'libz' | Daniel Stenberg | |
2004-11-29 | Enable test cases to provide sections base64-encoded to be able to test | Daniel Stenberg | |
with binary data. | |||
2004-11-25 | FTP improvements: | Daniel Stenberg | |
If EPSV, EPRT or LPRT is tried and doesn't work, it will not be retried on the same server again even if a following request is made using a persistent connection. If a second request is made to a server, requesting a file from the same directory as the previous request operated on, libcurl will no longer make that long series of CWD commands just to end up on the same spot. Note that this is only for *exactly* the same dir. There is still room for improvements to optimize the CWD-sending when the dirs are only slightly different. Added test 210, 211 and 212 to verify these changes. Had to improve the test script too and added a new primitive to the test file format. | |||
2004-11-23 | introducing the client/precheck concept to allow test 518 to *only* run when | Daniel Stenberg | |
it actually can run and test the FD_SETSIZE stuff it is meant to test | |||
2004-11-22 | David Phillips fix for test 518 and my extension to make it not run on | Daniel Stenberg | |
systems that can't run it fine. | |||
2004-10-12 | correction | Daniel Stenberg | |
2004-08-23 | Provide support for "transferring" zero bytes FTP files and comparing that | Daniel Stenberg | |
the output file actually is zero bytes after the transfer. | |||
2004-04-30 | idn is a new feature that can be made required for a test | Daniel Stenberg | |
2004-03-31 | added swsbounce | Daniel Stenberg | |
2004-03-01 | large_file is a new feature we can require for a specific test | Daniel Stenberg | |
2004-02-05 | added the missing stdin section | Daniel Stenberg | |
2003-11-24 | new way to trick sws to return special data on CONNECT | Daniel Stenberg | |
2003-09-15 | minor difference in how the part number magic is made | Daniel Stenberg | |
2003-08-06 | explain more how the test case number awareness is sent to the test server(s) | Daniel Stenberg | |
2003-07-19 | swsclose added | Daniel Stenberg | |
2003-06-12 | require the netrc_debug feature the same way we now can require SSL | Daniel Stenberg | |
present client-side | |||
2003-06-12 | now test cases can be set to be dependent on the presence of "SSL" in the | Daniel Stenberg | |
client/library | |||
2003-06-11 | describe the NTLM mechanism too | Daniel Stenberg | |
2003-05-22 | Document the <dataNUM> thing we use, | Daniel Stenberg | |
2003-05-19 | setenv support added to allow test cases to require a set of environment | Daniel Stenberg | |
variables | |||
2003-04-09 | <mdtm> added | Daniel Stenberg | |
2003-04-01 | documented the new killserver tag | Daniel Stenberg | |
2003-02-28 | mention what happens if size is set to -1 | Daniel Stenberg | |
2002-12-13 | documented the %-variables | Daniel Stenberg | |
2002-12-12 | describe the new sections added for (better) libcurl testing | Daniel Stenberg | |
2002-06-11 | more nonewline support | Daniel Stenberg | |
2002-02-22 | support for using protocol without a trailing newline | Daniel Stenberg | |
2002-01-08 | updated | Daniel Stenberg | |
2001-11-02 | improved functionality for new timeout tests | Daniel Stenberg | |
2001-09-26 | we can verify files too | Daniel Stenberg | |
2001-09-14 | the strip stuff | Daniel Stenberg | |
2001-09-13 | initial test suite file format description | Daniel Stenberg | |