- Aug 29, 2006
-
-
Gisle Vanem authored
-
- Aug 22, 2006
-
-
Daniel Stenberg authored
code when doing pure ipv6 EPRT connections.
-
- Aug 19, 2006
-
-
Daniel Stenberg authored
command on subsequent requests on a re-used connection unless it has to.
-
- Aug 18, 2006
-
-
Daniel Stenberg authored
files in the root directory.
-
- Aug 08, 2006
-
-
Daniel Stenberg authored
CURLOPT_NOBODY is set true. PREQUOTE is then run roughly at the same place in the command sequence as it would have run if there would've been a transfer.
-
- Jul 25, 2006
-
-
Daniel Stenberg authored
tool option named --ftp-alternative-to-user. It provides a mean to send a particular command if the normal USER/PASS approach fails.
-
- Jul 20, 2006
-
-
Gisle Vanem authored
-
- May 04, 2006
-
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=1481217), with follow-ups by Michele Bini and David Byron. libcurl previously wrongly used GetLastError() on windows to get error details after socket-related function calls, when it really should use WSAGetLastError() instead. When changing to this, the former function Curl_ourerrno() is now instead called Curl_sockerrno() as it is necessary to only use it to get errno from socket-related functions as otherwise it won't work as intended on Windows.
-
- Apr 26, 2006
-
-
Daniel Stenberg authored
transfers. They are done on non-windows systems and translate CRLF to LF.
-
- Apr 18, 2006
-
-
Daniel Stenberg authored
the control connection when using FTP, for example when you remove an easy handle from a multi stack.
-
- Apr 10, 2006
-
-
Daniel Stenberg authored
code rearrange to fit the future better.
-
- Apr 07, 2006
-
-
Daniel Stenberg authored
-
- Mar 21, 2006
-
-
Daniel Stenberg authored
-
- Mar 20, 2006
-
-
Daniel Stenberg authored
reacts properly according to the CURLOPT_FTP_SSL setting.
-
- Mar 13, 2006
-
-
Daniel Stenberg authored
-
- Mar 08, 2006
-
-
Daniel Stenberg authored
-
- Mar 07, 2006
-
-
Daniel Stenberg authored
is used properly.
-
- Mar 03, 2006
-
-
Daniel Stenberg authored
-
- Feb 11, 2006
-
-
Daniel Stenberg authored
an app can use to let libcurl only connect to a remote host and then extract the socket from libcurl. libcurl will then not attempt to do any transfer at all after the connect is done.
-
- Jan 24, 2006
-
-
Daniel Stenberg authored
even after EPSV returned a positive response code, if libcurl failed to connect to the port number the EPSV response said. Obviously some people are going through protocol-sensitive firewalls (or similar) that don't understand EPSV and then they don't allow the second connection unless PASV was used. This also called for a minor fix of test case 238.
-
- Jan 19, 2006
-
-
Daniel Stenberg authored
(CURLOPT_FTPPORT) didn't work for ipv6-enabed curls if the IP wasn't a "native" IP while it works fine for ipv6-disabled builds! In the process of fixing this, I removed the support for LPRT since I can't think of many reasons to keep doing it and asking on the mailing list didn't reveal anyone else that could either. The code that sends EPRT and PORT is now also a lot simpler than before (IMHO).
-
Daniel Stenberg authored
didn't work.
-
- Jan 12, 2006
-
-
Daniel Stenberg authored
HTTP proxy.
-
Daniel Stenberg authored
-
- Jan 10, 2006
-
-
Daniel Stenberg authored
given subdirs, libcurl would still "remember" the full path as if it is the current directory libcurl is in so that the next curl_easy_perform() would get really confused if it tried the same path again - as it would not issue any CWD commands at all, assuming it is already in the "proper" dir. Starting now, a failed CWD command sets a flag that prevents the path to be "remembered" after returning.
-
- Dec 11, 2005
- Dec 05, 2005
-
-
Daniel Stenberg authored
-
- Nov 28, 2005
-
-
Daniel Stenberg authored
-
- Nov 14, 2005
-
-
Daniel Stenberg authored
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=338680 identified a weird error message for when you try to upload a file and the requested directory doesn't exist on the target server.
-
- Nov 12, 2005
-
-
Daniel Stenberg authored
struct instead to use.
-
- Nov 11, 2005
-
-
Daniel Stenberg authored
in files that actually need the struct.
-
- Nov 10, 2005
-
-
Daniel Stenberg authored
-
- Oct 05, 2005
-
-
Daniel Stenberg authored
modded since the given time, so we should compare <= and not just <.
-
- Sep 27, 2005
-
-
Daniel Stenberg authored
the modified FTPS negotiation change of August 19 2005. Thus, we revert the change back to pre-7.14.1 status.
-
- Sep 16, 2005
-
-
Daniel Stenberg authored
protocol sockets even if the resolved address may say otherwise
-
- Sep 14, 2005
-
-
Daniel Stenberg authored
-
- Sep 04, 2005
-
-
Daniel Stenberg authored
-
- Aug 19, 2005
-
-
Daniel Stenberg authored
that made curl run fine in his end. The key was to make sure we do the SSL/TLS negotiation immediately after the TCP connect is done and not after a few other commands have been sent like we did previously. I don't consider this change necessary to obey the standards, I think this server is pickier than what the specs allow it to be, but I can't see how this modified libcurl code can add any problems to those who are interpreting the standards more liberally.
-