- Aug 23, 2007
-
-
Dan Fandrich authored
empty proxy server is selected.
-
- Aug 22, 2007
-
-
http://curl.haxx.se/bug/view.cgi?id=1779054Daniel Stenberg authored
out that libcurl didn't deal with very long (>16K) FTP server response lines properly. Starting now, libcurl will chop them off (thus the client app will not get the full line) but survive and deal with them fine otherwise. Test case 1003 was added to verify this.
-
Daniel Stenberg authored
future
-
Daniel Stenberg authored
that verfies ridiculously long server response lines. Also changed sprintf to snprintf in a few places.
-
- Aug 20, 2007
-
-
Dan Fandrich authored
-
- 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.
-