- 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
-
Daniel Stenberg authored
with Msys/Mingw on Windows.
-
- Nov 22, 2004
-
-
Daniel Stenberg authored
systems that can't run it fine.
-
- Nov 19, 2004
-
-
Daniel Stenberg authored
-
- Nov 15, 2004
-
-
Daniel Stenberg authored
-
- Nov 11, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Nov 10, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Nov 08, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
'curl -v writes debugging to its network socket if stderr is closed'
-
- Nov 05, 2004
-
-
Daniel Stenberg authored
-
- Nov 04, 2004
-
-
Daniel Stenberg authored
-
- Nov 02, 2004
-
-
Daniel Stenberg authored
-
- Nov 01, 2004
-
-
Daniel Stenberg authored
pkg-config on the build host in order to detect OpenSSL compiler options.
-
- 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.
-
- Oct 24, 2004
-
-
Daniel Stenberg authored
good. I fixed.
-
- Oct 19, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
both source and destination being the same host. It can be useful if you want to move a file on a server or similar.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Oct 18, 2004
-
-
Daniel Stenberg authored
initiate the specific language operations, to make the IDN stuff work better.
-
Daniel Stenberg authored
-
- Oct 16, 2004
-
-
Daniel Stenberg authored
fine even for third party transfers.
-
Daniel Stenberg authored
-
Gisle Vanem authored
Changes for issue 50
-
- 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.
-
- Oct 12, 2004
-
-
Daniel Stenberg authored
-
- Oct 11, 2004
-
-
Daniel Stenberg authored
-
- Oct 06, 2004
-
-
Gisle Vanem authored
Added tld_check_name().
-
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).
-
Daniel Stenberg authored
-
- Oct 05, 2004
-
-
Daniel Stenberg authored
-
- Oct 04, 2004
-
-
Daniel Stenberg authored
-
- Oct 02, 2004
-
-
Daniel Stenberg authored
based) IDN conversion fails. This is really due to a missing suitable function in the libidn API that I hope we can remove once libidn gets a function like this.
-
- Oct 01, 2004
-
-
Daniel Stenberg authored
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=134133) and not to anyone involved in the curl project! This happens when you try to curl a file from a proftpd site using SSL. It seems proftpd sends a somewhat unorthodox PASS response code (232 instead of 230). I relaxed the response code check to deal with this and similar cases.
-