- 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.
-
- Oct 09, 2006
-
-
Daniel Stenberg authored
case 535 and it now runs fine. Again a problem with the pipelining code not taking all possible (error) conditions into account.
-
- Oct 08, 2006
-
-
Daniel Stenberg authored
-
- Oct 04, 2006
-
-
Daniel Stenberg authored
but that worked nicely in 7.15.5. I converted it into test case 532 and fixed the problem.
-
- Sep 30, 2006
-
-
Daniel Stenberg authored
-
- Sep 28, 2006
-
-
http://curl.haxx.se/bug/view.cgi?id=1561470Daniel Stenberg authored
would crash if a bad function sequence was used when shutting down after using the multi interface (i.e using easy_cleanup after multi_cleanup) so precautions have been added to make sure it doesn't any more - test case 529 was added to verify.
-
- Sep 23, 2006
-
-
Daniel Stenberg authored
-