- Nov 29, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
that!
-
Daniel Stenberg authored
-
Daniel Stenberg authored
with binary data.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- 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
-