- Dec 16, 2004
-
-
Daniel Stenberg authored
a URL-encoded path is used.
-
Daniel Stenberg authored
-
- Dec 15, 2004
-
-
Dan Fandrich authored
-
- Dec 11, 2004
-
-
Daniel Stenberg authored
-
- Dec 07, 2004
-
-
Daniel Stenberg authored
isn't set to encrypted properly
-
- Dec 05, 2004
-
-
Daniel Stenberg authored
response. Previously, libcurl would re-resolve the host name with the new port number and attempt to connect to that, while it should use the IP from the control channel. This bug made it hard to EPSV from an FTP server with multiple IP addresses!
-
- Nov 29, 2004
-
-
Daniel Stenberg authored
(http://qa.mandrakesoft.com/show_bug.cgi?id=12285), when connecting to an IPv6 host with FTP, --disable-epsv (or --disable-eprt) effectively disables the ability to transfer a file. Now, when connected to an FTP server with IPv6, these FTP commands can't be disabled even if asked to with the available libcurl options.
-
- Nov 27, 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 19, 2004
-
-
Daniel Stenberg authored
-
- Nov 02, 2004
-
-
Daniel Stenberg authored
-
- Oct 21, 2004
-
-
Daniel Stenberg authored
-
- Oct 16, 2004
-
-
Daniel Stenberg authored
fine even for third party transfers.
-
- Oct 06, 2004
-
-
Daniel Stenberg authored
-
- 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.
-
- Sep 29, 2004
-
-
Daniel Stenberg authored
-
- Sep 16, 2004
-
-
Daniel Stenberg authored
-
- Sep 13, 2004
-
-
Daniel Stenberg authored
the old format now
-
- Sep 11, 2004
-
-
Daniel Stenberg authored
for now.
-
- Aug 11, 2004
-
-
Daniel Stenberg authored
back a 530 after the password is provided, as it isn't necessary because of a bad user name or password.
-
- Aug 10, 2004
-
-
Daniel Stenberg authored
-
- Jul 04, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jul 01, 2004
-
-
Daniel Stenberg authored
-
- Jun 30, 2004
-
-
Daniel Stenberg authored
-
- Jun 24, 2004
-
-
Daniel Stenberg authored
precaution to prevent mistakes to lead to buffer overflows.
-
Daniel Stenberg authored
linked list for name resolved data, even on hosts/systems with only IPv4 stacks as this simplifies a lot of code.
-
- Jun 09, 2004
-
-
Daniel Stenberg authored
--disable-http, which thus builds a libcurl without HTTP support.
-
- Jun 03, 2004
-
-
Daniel Stenberg authored
-
- Jun 02, 2004
-
-
Daniel Stenberg authored
-
- May 26, 2004
-
-
Daniel Stenberg authored
if a connection is tunneled through a proxy. A tunnel is done with CONNECT, either when using HTTPS or FTPS, or if explicitly enabled by the app.
-
- May 12, 2004
-
-
Daniel Stenberg authored
take a CURLcode as a second argument, that is non-zero when Curl_done() is called after an error was returned from Curl_do() (or similar).
-
- May 11, 2004
-
-
Daniel Stenberg authored
memory.h is included everywhere for this.
-
- Apr 27, 2004
-
-
Daniel Stenberg authored
all things up to work with encoded host names internally, as well as keeping 'display names' to show in debug messages. IDN resolves work for me now using ipv6, ipv4 and ares resolving. Even cookies on IDN sites seem to do right.
-
- Apr 26, 2004
-
-
Daniel Stenberg authored
make the code easier to read
-
- Apr 22, 2004
-
-
Daniel Stenberg authored
we won't try to QUIT the control connection and risk "hanging" waiting for a response. Test case 161 verifies this. The quit-sending function was also made static.
-
- Apr 21, 2004
-
-
Daniel Stenberg authored
-
- Apr 20, 2004
-
-
Daniel Stenberg authored
length limit of the hostname part of the URL.
-
- Apr 15, 2004
-
-
Daniel Stenberg authored
should be used
-