- Nov 28, 2004
-
-
Daniel Stenberg authored
-
- Nov 26, 2004
-
-
Daniel Stenberg authored
-
- Nov 25, 2004
-
-
Daniel Stenberg authored
If EPSV, EPRT or LPRT is tried and doesn't work, it will not be retried on the same server again even if a following request is made using a persistent connection. If a second request is made to a server, requesting a file from the same directory as the previous request operated on, libcurl will no longer make that long series of CWD commands just to end up on the same spot. Note that this is only for *exactly* the same dir. There is still room for improvements to optimize the CWD-sending when the dirs are only slightly different. Added test 210, 211 and 212 to verify these changes. Had to improve the test script too and added a new primitive to the test file format.
-
- Nov 24, 2004
-
-
Daniel Stenberg authored
-
- Nov 23, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
it actually can run and test the FD_SETSIZE stuff it is meant to test
-
- Nov 22, 2004
-
-
Daniel Stenberg authored
systems that can't run it fine.
-
- Nov 19, 2004
-
-
Gisle Vanem authored
-
Daniel Stenberg authored
-
- Nov 15, 2004
-
-
Daniel Stenberg authored
-
- Nov 11, 2004
-
-
Daniel Stenberg authored
-
- Oct 27, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Oct 25, 2004
-
-
Daniel Stenberg authored
file that was already completely downloaded caused an error, while it doesn't if you don't use --fail! I added test case 194 to verify the fix. Grrr. CURLOPT_FAILONERROR is now added to the list stuff to remove in libcurl v8 due to all the kludges needed to support it.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
is used at times but it doesn't decrease the array size
-
- Oct 19, 2004
-
-
Daniel Stenberg authored
like that name)
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Oct 14, 2004
-
-
Daniel Stenberg authored
and password fields properly in URLs, like ftp://us?er:pass?word@site.com/. Added test 191 to verify the fix.
-
Daniel Stenberg authored
-
- Oct 12, 2004
-
-
Daniel Stenberg authored
-
- Oct 10, 2004
-
-
Daniel Stenberg authored
on my solaris 2.7 box too (currently unknown perl version)
-
- Oct 07, 2004
-
-
Daniel Stenberg authored
for maximum portability
-
- Oct 06, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
CURLOPT_FOLLOWLOCATION, libcurl reported error if a redirect happened even if the new URL would provide the resumed file. Test case 188 added to verify the fix (together with existing test 99).
-
- Oct 04, 2004
-
-
Daniel Stenberg authored
allow verbose output during this period. Bertrand Demiddelaer reported and helped fixing.
-
- Oct 03, 2004
-
-
Daniel Stenberg authored
-
- Oct 01, 2004
-
-
Daniel Stenberg authored
formposts no longer include the path part. If you _really_ want them, you must provide your preferred full file name with CURLFORM_FILENAME. Added detection for libgen.h and basename() to configure. My custom basename() replacement function for systems without it, might be a bit too naive... Updated 6 test cases to make them work with the stripped paths.
-
- Sep 22, 2004
-
-
Daniel Stenberg authored
it resolving nicely
-
- Sep 16, 2004
-
-
Daniel Stenberg authored
-
- Sep 15, 2004
-
-
Daniel Stenberg authored
-
- Sep 11, 2004
-
-
Daniel Stenberg authored
2. adjusted date strings to upcoming date parser rewrite
-
- Sep 10, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
replacement, curl only replaced the Host: header on the initial request and didn't replace it on the following ones. This resulted in requests with two Host: headers. Now, curl checks if the location is on the same host as the initial request and then continues to replace the Host: header. And when it moves to another host, it doesn't replace the Host: header but it also doesn't make the second Host: header get used in the request. This change is verified by the two new test cases 184 and 185.
-
- Sep 08, 2004
-
-
Daniel Stenberg authored
no fixed port numbers in use anymore. Starting now, the default ports the servers use are 8990 - 8993. There's no option to modify these yet, but changing the $base option in the top of the runtests.pl script.
-
- Aug 24, 2004
-
-
Daniel Stenberg authored
getting multiple URLs over a single proxy connection
-
Daniel Stenberg authored
-
- Aug 23, 2004
-
-
Daniel Stenberg authored
file
-
Daniel Stenberg authored
the output file actually is zero bytes after the transfer.
-