Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-22 | Modified to be able to repeat Kevin Roth's problem | Daniel Stenberg | |
2003-10-21 | modified test 91 to look more like Kevin Roth's error case | Daniel Stenberg | |
2003-10-21 | test case 91 added, an attempt to repeat a problem reported by Kevin Roth | Daniel Stenberg | |
on Oct 20, 2003. | |||
2003-10-17 | finally we support >128 letter passwords so this test was fixed to work | Daniel Stenberg | |
2003-10-12 | Dirk Manske made the share-locking around DNS lookups a bit "looser" so that | Daniel Stenberg | |
multiple DNS lookups can run simultaneously faster. The downside is that resolving the same host name now can be made at once from multiple threads, but the upside is that threads now don't alwys have to wait for the others' resolves. Test case 506 updated accordingly. | |||
2003-10-09 | portability fix by using setup.h from the lib directory | Daniel Stenberg | |
2003-10-09 | not used anymore | Daniel Stenberg | |
2003-10-07 | test case 508 added to test callback-based POST | Daniel Stenberg | |
2003-09-15 | Test 90 added: --anyauth that picks NTLM with a redirect and then another | Daniel Stenberg | |
NTLM request. | |||
2003-09-15 | minor difference in how the part number magic is made | Daniel Stenberg | |
2003-09-15 | make the NTLM part numbers get increased instead of plainly assigned, as | Daniel Stenberg | |
this then makes redirection tests work (as the new test 89) | |||
2003-09-15 | test 89 verifies -L and ntlm authentication, as bug report #806328 claimed | Daniel Stenberg | |
it doesn't work. It works for me. | |||
2003-09-15 | test88, doing PUT with --digest now works | Daniel Stenberg | |
2003-09-12 | When people have environment variables set for protocol proxies, we must make | Daniel Stenberg | |
sure to clear them before we run the tests as they interfere badly otherwise. | |||
2003-09-03 | Peter Pentchev found two problems. One realloc problem that could allocate | Daniel Stenberg | |
too little data, and one case of not zero-terminating the returned string. I chose a slightly different patch than the one Peter provided. | |||
2003-08-19 | test case 149 is here | Daniel Stenberg | |
2003-08-19 | switch off globbing to enable [] in file names for -T | Daniel Stenberg | |
2003-08-19 | check the upload | Daniel Stenberg | |
2003-08-19 | teste multiple uploads in one command line | Daniel Stenberg | |
2003-08-19 | better ignore pattern | Daniel Stenberg | |
2003-08-19 | test507 for multi with bad host name | Daniel Stenberg | |
2003-08-19 | test507 added | Daniel Stenberg | |
2003-08-14 | supprt for the new memlimit stuff | Daniel Stenberg | |
2003-08-14 | test87 verifies the new and better check for bad -o #[num] stuff | Daniel Stenberg | |
2003-08-14 | ignore the .pid files | Daniel Stenberg | |
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 | |