Age | Commit message (Expand) | Author |
2005-04-25 | Fred New reported a bug where we used Basic auth and user name and password in | Daniel Stenberg |
2005-04-22 | keywords added | Daniel Stenberg |
2005-04-22 | test 256 is like test 38 but with proxy + proxy auth | Daniel Stenberg |
2005-04-22 | keywords | Daniel Stenberg |
2005-04-19 | added CURLOPT_PORT test when using proxy | Daniel Stenberg |
2005-04-18 | Olivier reported that even though he used CURLOPT_PORT, libcurl clearly still | Daniel Stenberg |
2005-04-18 | Toshiyuki Maezawa reported that when doing a POST with a read callback, | Daniel Stenberg |
2005-04-18 | ARGH my stupidity is endless. Ipv4-only hosts don't send EPRT or LPRT. | Daniel Stenberg |
2005-04-18 | Modified the FTP server to use the new 'sockfilt' program to do all the socket | Daniel Stenberg |
2005-04-16 | keywords added | Daniel Stenberg |
2005-04-16 | keywords added | Daniel Stenberg |
2005-04-15 | started adding "keywords" for each test, to better allow us to sum up what | Daniel Stenberg |
2005-04-14 | Two new slowdown tests for better testing of the FTP response reader function | Daniel Stenberg |
2005-04-13 | fix port number | Daniel Stenberg |
2005-04-12 | requires OpenSSL, as our GnuTLS doesn't provide support for | Daniel Stenberg |
2005-04-08 | fixed the 304 response-with-content-length problem reported by Cory Nelson | Daniel Stenberg |
2005-04-05 | test time-conditioned FTP uploads | Daniel Stenberg |
2005-04-03 | Hardeep Singh reported a problem doing HTTP POST with Digest. (It was actually | Daniel Stenberg |
2005-04-03 | Test 245 was just added in an attempt to repeat Hardeep Singh's recent bug. | Daniel Stenberg |
2005-03-28 | Based on Augustus Saunders' comments and findings, the HTTP output auth | Daniel Stenberg |
2005-03-21 | Make NTLM tests depend on the NTLM feature at not SSL, since the NTLM support | Daniel Stenberg |
2005-03-17 | Change the bogus address used in test237 to be more reliable when run | Dan Fandrich |
2005-03-17 | support multiple error codes for a test case since some things just vary | Daniel Stenberg |
2005-03-15 | test EPSV and PASV response handling when they get well-formated data back | Daniel Stenberg |
2005-03-15 | Make nonexistent host names absolute so tests will pass on machines | Dan Fandrich |
2005-03-12 | David Houlder added --form-string | Daniel Stenberg |
2005-03-09 | skip the test of "2094 Nov 6" for now, since the 64bit time_t systems return | Daniel Stenberg |
2005-03-08 | Dominick Meglio reported that using CURLOPT_FILETIME when transferring a FTP | Daniel Stenberg |
2005-03-07 | test 236: FTP resume upload but denied access to remote file | Daniel Stenberg |
2005-03-04 | Added test case 235 that makes a resumed upload of a file that isn't present | Daniel Stenberg |
2005-02-19 | added test case 234 which is like 233 but uses --location-trusted instead so | Daniel Stenberg |
2005-02-18 | Ralph Mitchell reported a flaw when you used a proxy with auth, and you | Daniel Stenberg |
2005-02-09 | FTP code turned into state machine. Not completely yet, but a good start. | Daniel Stenberg |
2005-01-30 | properly mark tests as requiring feature 'SSL' | Daniel Stenberg |
2005-01-28 | adjusted to the moved unlock of the DNS entry | Daniel Stenberg |
2005-01-27 | test the EPRT/LPRT/PORT somewhat more | Daniel Stenberg |
2005-01-27 | verify a part of the PORT line | Daniel Stenberg |
2005-01-25 | Ian Ford asked about support for the FTP command ACCT, and I discovered it is | Daniel Stenberg |
2005-01-25 | A minor "syntax error" in numerous test files corrected | Daniel Stenberg |
2005-01-21 | FTP third transfer support overhaul. See CHANGES for details. | Daniel Stenberg |
2005-01-20 | Philippe Hameau found out that -Q "+[command]" didn't work, although some code | Daniel Stenberg |
2005-01-19 | added test226 too | Daniel Stenberg |
2005-01-19 | Stephan Bergmann made libcurl return CURLE_URL_MALFORMAT if an FTP URL | Daniel Stenberg |
2005-01-14 | verify the protocol too | Daniel Stenberg |
2005-01-07 | disable the valgrind log checking | Daniel Stenberg |
2005-01-07 | added test 199 | Daniel Stenberg |
2004-12-21 | test enforced chunked encoding with PUT on a local file | Daniel Stenberg |
2004-12-21 | Added test case 217 that verified CURLINFO_HTTP_CONNECTCODE, and I made the | Daniel Stenberg |
2004-12-16 | two more ftp directory re-use tests added | Daniel Stenberg |
2004-12-15 | fixed how backslashes are treated in glob strings | Daniel Stenberg |