- Aug 23, 2007
-
-
Dan Fandrich authored
multiple lines (similar to test case 1003).
-
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.
-
- Aug 17, 2007
-
-
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
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 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 22, 2007
-
-
Daniel Stenberg authored
verifies the bug fix in #1757328.
-
- Jul 14, 2007
-
-
Daniel Stenberg authored
Regev on the libcurl mailing list on 10 Jul 2007, converted to a test case.
-
- Jul 10, 2007
-
-
Dan Fandrich authored
of the patch he suggested. Added his test case as test289 to verify.
-
- 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 08, 2007
-
-
Dan Fandrich authored
-
- Jun 05, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
openssh
-
- May 15, 2007
-
-
Dan Fandrich authored
case 614. Allow SFTP quote commands chmod, chown, chgrp to set a value of 0.
-
- May 14, 2007
-
-
Dan Fandrich authored
-
- May 10, 2007
-
-
Dan Fandrich authored
-
- May 08, 2007
-
-
Dan Fandrich authored
-
- Apr 23, 2007
-
-
Dan Fandrich authored
-
- Apr 18, 2007
-
-
Dan Fandrich authored
-
- Apr 13, 2007
-
-
Dan Fandrich authored
-
- Apr 04, 2007
-
-
Dan Fandrich authored
-
- Mar 30, 2007
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Dan Fandrich authored
and added tests 290 and 291 to check.
-
Dan Fandrich authored
-
- Mar 29, 2007
-
-
Dan Fandrich authored
-
- Mar 26, 2007
-
-
Dan Fandrich authored
-
- Mar 24, 2007
-
-
Dan Fandrich authored
test case 288 to verify it.
-
- Mar 08, 2007
-
-
Dan Fandrich authored
supports only ftps:// URLs with --ftp-ssl-control specified, which implicitly encrypts the control channel but not the data channels. That allows stunnel to be used with an unmodified ftp server in exactly the same way that the test https server is set up. Added test case 400 as a basic FTPS test.
-
- Jan 29, 2007
-
-
Daniel Stenberg authored
header, you got _two_ User-Agent headers in the CONNECT request...! Added test case 287 to verify the fix.
-
- Jan 16, 2007
-
-
Dan Fandrich authored
-
- Jan 15, 2007
-
-
Dan Fandrich authored
-
- Jan 10, 2007
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
- Dec 11, 2006
-
-
Daniel Stenberg authored
something went wrong like it got a bad response code back from the server, libcurl would leak memory. Added test case 538 to verify the fix. I also noted that the connection would get cached in that case, which doesn't make sense since it cannot be re-use when the authentication has failed. I fixed that issue too at the same time, and also that the path would be "remembered" in vain for cases where the connection was about to get closed.
-
- Nov 25, 2006
-
-
Daniel Stenberg authored
-
- Nov 01, 2006
-
-
Yang Tse authored
when more than FD_SETSIZE file descriptors are open. This means that if for any reason we are not able to open more than FD_SETSIZE file descriptors then test 518 should not be run. test 537 is all about testing libcurl functionality when the system has nearly exhausted the number of free file descriptors. Test 537 will try to run with very few free file descriptors.
-
- Oct 25, 2006
-
-
Daniel Stenberg authored
case when 401 or 407 are returned, *IF* no auth credentials have been given. The CURLOPT_FAILONERROR option is not possible to make fool-proof for 401 and 407 cases when auth credentials is given, but we've now covered this somewhat more. You might get some amounts of headers transferred before this situation is detected, like for when a "100-continue" is received as a response to a POST/PUT and a 401 or 407 is received immediately afterwards. Added test 281 to verify this change.
-