- Aug 17, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=1776235) about ftp requests with NOBODY on a directory would do a "SIZE (null)" request. This is now fixed and test case 1000 was added to verify.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
range. They are about FTP but the 100-199 range is full.
-
Daniel Stenberg authored
HTTP PUT using Digest authentication. Test case 5320 and 5322 were also added to verify the functionality.
-
- Aug 13, 2007
-
-
Dan Fandrich authored
-
- Aug 09, 2007
-
-
Dan Fandrich authored
-
- Aug 07, 2007
-
-
Dan Fandrich authored
-
- Aug 02, 2007
-
-
Daniel Stenberg authored
after 7.16.2. This is much due to the different treatment file:// gets internally, but now I added test 231 to make it less likely to happen again without us noticing!
-
- Jul 23, 2007
-
-
Dan Fandrich authored
some few internal identifiers to avoid conflicts, which could be useful on other platforms.
-
Dan Fandrich authored
to occur in a couple of tests.
-
- Jul 22, 2007
-
-
Daniel Stenberg authored
verifies the bug fix in #1757328.
-
- Jul 21, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
from the test server code as they served no real purpose. The test server is here to serve for the test cases, not to attempt to function as a real server!
-
- Jul 19, 2007
-
-
Dan Fandrich authored
keys that small.
-
- Jul 18, 2007
-
-
Dan Fandrich authored
really reduce security since in the common case of a daily automated build the keys are only used for a single test run lasting a few minutes before being deleted.
-
- Jul 17, 2007
-
-
Dan Fandrich authored
a new directory listing format that newer libssh2's can provide. This is probably NOT sufficient to handle all directory listing formats that server's can provide and should be revisited.
-
- Jul 16, 2007
-
-
Daniel Stenberg authored
-
- Jul 15, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
can take advantage of it however they see fit!
-
- Jul 14, 2007
-
-
Daniel Stenberg authored
Regev on the libcurl mailing list on 10 Jul 2007, converted to a test case.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
really hard if the test server can't be resolved (like for ::1 ipv6)
-
- Jul 12, 2007
-
-
Daniel Stenberg authored
it 10 seconds delay after 11 attempts
-
Guenter Knauf authored
-
Guenter Knauf authored
added go_sleep() to util.c.
-
- Jul 10, 2007
-
-
Dan Fandrich authored
-
Dan Fandrich authored
using one of the so-called 'right' time zones that take into account leap seconds, which causes the tests to fail (as reported by Daniel Black in bug report #1745964).
-
James Housley authored
-
Dan Fandrich authored
of the patch he suggested. Added his test case as test289 to verify.
-
- Jul 05, 2007
-
-
Dan Fandrich authored
-
- Jun 28, 2007
-
-
Guenter Knauf authored
-
James Housley authored
file.c, but the debug interface was missing. This adds the routines needed to make the memory debuging work for fdopen().
-
Guenter Knauf authored
-
- Jun 25, 2007
-
-
Daniel Stenberg authored
chunked encoding (that also lacks "Connection: close"). It now simply assumes that the connection WILL be closed to signal the end, as that is how RFC2616 section 4.4 point #5 says we should behave.
-
- Jun 21, 2007
-
-
Daniel Stenberg authored
tool reports and it was indeed a legitimate one and it is one fixed. It was a use of a share without doing the proper locking first.
-
- Jun 19, 2007
-
-
- Jun 18, 2007
-
-
Daniel Stenberg authored
disable test 351 by default by I add the test case anyway to make it easier to work on this problem in the future.
-
- Jun 14, 2007
-
-
Daniel Stenberg authored
sftp tests run fine on gentoo
-
- Jun 11, 2007
-
-
Dan Fandrich authored
keys the first time (which can take a while on a slow or loaded host). Enforce a longer startup wait time for the ssh client SOCKS server, too. Check for an error code from startnew() when starting any server.
-