Age | Commit message (Expand) | Author |
2003-07-28 | updated to the new ftp dir parsing code that allows a preceeding double | Daniel Stenberg |
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 |
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 |
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 |
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 |
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 |
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 |
2003-06-13 | fixed NTLM test 67, added test 68 for bad NTLM name/password | Daniel Stenberg |
2003-06-12 | get and use only the first line of the curl --version output | Daniel Stenberg |
2003-06-12 | NTLM test case | Daniel Stenberg |
2003-06-12 | require the netrc_debug feature the same way we now can require SSL | Daniel Stenberg |
2003-06-12 | now test cases can be set to be dependent on the presence of "SSL" in the | Daniel Stenberg |
2003-06-11 | describe the NTLM mechanism too | Daniel Stenberg |
2003-06-11 | basic NTLM support | Daniel Stenberg |
2003-06-10 | more generic | Daniel Stenberg |
2003-06-03 | Content-Length: now overrides other means of knowing when the stream has | Daniel Stenberg |
2003-06-02 | the 500-599 test case range | Daniel Stenberg |
2003-05-23 | more ftp testing using NLST and no contents and bad return code | Daniel Stenberg |
2003-05-23 | test 66 returns one line of data with no header (HTTP) | Daniel Stenberg |
2003-05-22 | Document the <dataNUM> thing we use, | Daniel Stenberg |
2003-05-22 | Digest support added | Daniel Stenberg |
2003-05-22 | Digest testing added | Daniel Stenberg |
2003-05-19 | the proxy environment variables now may contain user name and password | Daniel Stenberg |
2003-05-19 | remove debug output | Daniel Stenberg |
2003-05-19 | setenv support added to allow test cases to require a set of environment | Daniel Stenberg |
2003-05-02 | send correct cookies when using a custom Host: | Daniel Stenberg |
2003-05-02 | fixed the format slightly | Daniel Stenberg |
2003-05-01 | FTP URL with type=a | Daniel Stenberg |
2003-04-30 | the test numbers are now only for human readability, the numbers no longer | Daniel Stenberg |
2003-04-30 | no longer assume that the test number implies servers to run | Daniel Stenberg |
2003-04-30 | Each test case now specifies which server(s) it needs, without relying on the | Daniel Stenberg |
2003-04-30 | we say welcome to test 142 | Daniel Stenberg |
2003-04-30 | verify that curl fails fine when an FTP URL with a too deep dir hierarchy | Daniel Stenberg |
2003-04-30 | ok, make the test run ok too | Daniel Stenberg |
2003-04-30 | various new cookie tests with a custom Host: header set | Daniel Stenberg |
2003-04-30 | modified to work with modified code | Daniel Stenberg |
2003-04-30 | modified to produce nicer output when a single test fails | Daniel Stenberg |
2003-04-30 | make the diffs with 'diff -u' to make them nicer and easier to read | Daniel Stenberg |
2003-04-23 | Bryan Kemp's reported problems with curl and PUT from stdin and a faked | Daniel Stenberg |
2003-04-15 | typecast the setting of the size, as it might be an off_t which is bigger | Daniel Stenberg |