Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-14 | ignore lib506 too | Daniel Stenberg | |
2003-08-14 | better report on why tests are skipped, and also show a count of the amount | Daniel Stenberg | |
of test cases that were "considered". | |||
2003-08-14 | corrected this test case | Daniel Stenberg | |
2003-08-14 | test urlglobbing range requests | Daniel Stenberg | |
2003-08-14 | test86 added | Daniel Stenberg | |
2003-08-12 | David Byron's fix that makes this script use 'cygpath' instead of 'pwd' if | Daniel Stenberg | |
this runs on windows, to find out the current working directory. | |||
2003-08-12 | more auth tests | Daniel Stenberg | |
2003-08-11 | forgot the backslash | Daniel Stenberg | |
2003-08-11 | 81 + 82 test NTLM proxy stuff | Daniel Stenberg | |
2003-08-11 | added test80 | Daniel Stenberg | |
2003-08-11 | tunnel through proxy, with both proxy and regular authentication | Daniel Stenberg | |
2003-08-11 | added test 79, a basic test that fetches an FTP URL over a HTTP proxy | Daniel Stenberg | |
2003-08-11 | test case 506 added, written by Dirk Manske | Daniel Stenberg | |
2003-08-08 | Gisle Vanem fixed a single-byte overflow | Daniel Stenberg | |
2003-08-08 | ftp-create-dirs test when MKD fails | Daniel Stenberg | |
2003-08-08 | --ftp-create-dirs test | Daniel Stenberg | |
2003-08-08 | Support COUNT in the control file, to set the number of times the custom | Daniel Stenberg | |
REPLY is to be sent back before getting blanked and reverted to the built-in action. Now, we can make CWD fail once and then succeed when retried. | |||
2003-08-08 | new -z tests | Daniel Stenberg | |
2003-08-07 | added CLEANFILES to make distcheck run fine | Daniel Stenberg | |
2003-08-06 | fixed syntax error | Daniel Stenberg | |
2003-08-06 | more tests | Daniel Stenberg | |
2003-08-06 | new urlglob test | Daniel Stenberg | |
2003-08-06 | minor cleanup | Daniel Stenberg | |
2003-08-06 | explain more how the test case number awareness is sent to the test server(s) | Daniel Stenberg | |
2003-08-06 | 505 was missing | Daniel Stenberg | |
2003-08-05 | added test 146 for a ftp persitency test, as reported on the list | Daniel Stenberg | |
2003-08-05 | persistant connection test | Daniel Stenberg | |
2003-08-04 | cleaned up after David Byron's comment on the libcurl list, aug 5 2003 | Daniel Stenberg | |
2003-08-04 | added test 73 | Daniel Stenberg | |
2003-08-04 | Verifies Jan Sundin's cookie bug, dated aug 4 2003. | Daniel Stenberg | |
2003-08-02 | updated as the second proxy-auth header was a proof of a serious info leak | Daniel Stenberg | |
bug!! | |||
2003-07-30 | updated to match the recent ftp patch that makes it check for resumability | Daniel Stenberg | |
2003-07-28 | Digest *OR* Basic authorization test | Daniel Stenberg | |
2003-07-28 | updated to the new ftp dir parsing code that allows a preceeding double | Daniel Stenberg | |
slash | |||
2003-07-28 | use the correct 'test71' file name for the temp file | Daniel Stenberg | |
2003-07-28 | got a bug report on -F in config files, so I wrote up this test to verify | Daniel Stenberg | |
that is works... and it did! ;-) | |||
2003-07-22 | CURLDEBUG is the symbol now | Daniel Stenberg | |
2003-07-20 | the fixed skip-blanks in the FTP CWD code called for this adjustment | Daniel Stenberg | |
2003-07-19 | modified to work fine with the new persistant connection working test suite | Daniel Stenberg | |
HTTP server | |||
2003-07-19 | swsclose added | Daniel Stenberg | |
2003-07-19 | fixed the CONNECT thing again | Daniel Stenberg | |
2003-07-19 | If the data contents contains the word 'swsclose', then this server will | Daniel Stenberg | |
disconnect the client after the response have been sent. This also happens if the respons is zero byte long. In all other cases (unless an error happens), it will now maintain the connection to allow proper persistant connection testing. This was required for the NTLM testing to work so I finally had to fix this. Of course most of the existing HTTP tests will be adjusted to work with this new rule of test file syntax for HTTP tests. Also fixed the log function to deal with varargs for better logging. | |||
2003-07-15 | updated to work with Dan Winship's NTLM domain stuff fix | Daniel Stenberg | |
2003-07-04 | CURLDEBUG not MALLOCDEBUG anymore | Daniel Stenberg | |
2003-07-04 | adjusted to the NTLM updates | Daniel Stenberg | |
2003-07-01 | David Byron's patch that allows a client to make the server quit with a | Daniel Stenberg | |
magic url. | |||
2003-06-26 | new tests | Daniel Stenberg | |
2003-06-26 | produce a skip-report at the end of all tests, and thus record and count | Daniel Stenberg | |
them properly | |||
2003-06-13 | stdout is good enough | Daniel Stenberg | |
2003-06-13 | work more on pids, less on pidfiles to be able to do better kills at the | Daniel Stenberg | |
end of the test where the pidfiles aren't found, but "our" server is running |