Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-16 | keywords added | Daniel Stenberg | |
2005-04-16 | minor edits, report the test cases without keywords | Daniel Stenberg | |
2005-04-16 | starting to produce a summary in HTML | Daniel Stenberg | |
2005-04-16 | keywords added | Daniel Stenberg | |
2005-04-15 | initial tool to report info/keywords of the test cases | Daniel Stenberg | |
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 | Two new slowdown tests for better testing of the FTP response reader function | Daniel Stenberg | |
when the response come in many small chunks. | |||
2005-04-14 | make the ftp server support reply/servercmd, and make SLOWDOWN work, and | Daniel Stenberg | |
update the docs accordingly | |||
2005-04-13 | fix port number | Daniel Stenberg | |
2005-04-12 | requires OpenSSL, as our GnuTLS doesn't provide support for | Daniel Stenberg | |
CURLOPT_SSL_CTX_FUNCTION (yet). | |||
2005-04-12 | support tests that requires 'OpenSSL' specificly | 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 | |
also affecting NTLM and Negotiate.) It turned out that if the server responded with 100 Continue before the initial 401 response, libcurl didn't take care of the response properly. Test case 245 and 246 added to verify this. | |||
2005-04-03 | Test 245 was just added in an attempt to repeat Hardeep Singh's recent bug. | Daniel Stenberg | |
But this works just fine on my host. Plain HTTP POST using Digest. | |||
2005-03-31 | copyright this year | Daniel Stenberg | |
2005-03-31 | Attempt to make this code more forgiving for systems that doesn't detect | Daniel Stenberg | |
the failed connect "immediately". | |||
2005-03-31 | Updated the copyright year since changes have been this year. | Daniel Stenberg | |
2005-03-29 | Made the server send data to the control/data connections using two dedicated | Daniel Stenberg | |
functions. This enabled me to add a function that automatically delays between each byte, to proper test curl's ability to read FTP server responses sent in many (small) chunks. See also upcoming libcurl fixes... | |||
2005-03-28 | Based on Augustus Saunders' comments and findings, the HTTP output auth | Daniel Stenberg | |
function was fixed to use the proper proxy authentication when multiple ones were added as accepted. test 239 and test 243 were added to repeat the problems and verify the fixes. | |||
2005-03-28 | modified some log outputs, added comment about auth required as used in | Daniel Stenberg | |
test 154 | |||
2005-03-22 | can you spell copy and paste error for me loud and clear? ;-P | Daniel Stenberg | |
2005-03-22 | provide HTML and PDF versions of the man pages in the dist archive | Daniel Stenberg | |
2005-03-21 | Make NTLM tests depend on the NTLM feature at not SSL, since the NTLM support | Daniel Stenberg | |
is no longer only present when built with SSL support. | |||
2005-03-21 | format mistake | Daniel Stenberg | |
2005-03-19 | some additional debug output | Daniel Stenberg | |
2005-03-18 | Fixed spelling of --runtestopts | Dan Fandrich | |
2005-03-18 | Netware builds don't use configure. | Dan Fandrich | |
2005-03-18 | adjust to use plain 'make' even for cross-compiles if using configure- | Daniel Stenberg | |
style build | |||
2005-03-17 | Change the bogus address used in test237 to be more reliable when run | Dan Fandrich | |
on a host with a buggy resolver that strips all but the bottom 8 bits of each octet. The resolved address in this case (192.0.2.127) is guaranteed never to belong to a real host (see RFC3330). | |||
2005-03-17 | added descriptions | Daniel Stenberg | |
2005-03-17 | don't set TEST_F to blank when --runtestopts isn't used, as that will override | Daniel Stenberg | |
the default options set in the Makefile | |||
2005-03-17 | support multiple error codes for a test case since some things just vary | Daniel Stenberg | |
between platforms | |||
2005-03-17 | add new option | Daniel Stenberg | |
2005-03-17 | add new file | Daniel Stenberg | |
2005-03-17 | its a start | Daniel Stenberg | |
2005-03-17 | Added the --runtestsopts option to testcurl.pl to override the default | Dan Fandrich | |
options used by runtests.pl during testing (useful for disabling valgrind). | |||
2005-03-16 | check for the HTTPS server in a manner similar to how we check for the HTTP | Daniel Stenberg | |
server | |||
2005-03-15 | test EPSV and PASV response handling when they get well-formated data back | Daniel Stenberg | |
but using illegal values | |||
2005-03-15 | initial man page attempt for testcurl.pl | Daniel Stenberg | |
2005-03-15 | Added lots of new command line options, made confsuffix get set based on | Daniel Stenberg | |
targetos only and not build os. Commented away the line that enables perl warnings. | |||
2005-03-15 | Make nonexistent host names absolute so tests will pass on machines | Dan Fandrich | |
with a wildcard DNS search domain. | |||
2005-03-14 | show LDFLAGS too | Daniel Stenberg | |
2005-03-12 | David Houlder added --form-string | Daniel Stenberg | |
2005-03-11 | no more rewriting of the setup file | Daniel Stenberg | |
2005-03-09 | skip the test of "2094 Nov 6" for now, since the 64bit time_t systems return | Daniel Stenberg | |
different values for it... | |||
2005-03-08 | Dominick Meglio reported that using CURLOPT_FILETIME when transferring a FTP | Daniel Stenberg | |
file got a Last-Modified: header written to the data stream, corrupting the actual data. This was because some conditions from the previous FTP code was not properly brought into the new FTP code. I fixed and I added test case 520 to verify. (This bug was introduced in 7.13.1) | |||
2005-03-07 | test 236: FTP resume upload but denied access to remote file | Daniel Stenberg | |
2005-03-06 | added valgrind.pm to the dist | Daniel Stenberg | |
2005-03-04 | Added test case 235 that makes a resumed upload of a file that isn't present | Daniel Stenberg | |
on the remote side. This then converts the operation to an ordinary STOR upload. This was requested/pointed out by Ignacio Vazquez-Abrams. It also proved (and I fixed) a bug in the newly rewritten ftp code (and present in the 7.13.1 release) when trying to resume an upload and the servers returns an error to the SIZE command. libcurl then loops and sends SIZE commands infinitely. |