- 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.
-
- Jul 21, 2005
-
-
Dan Fandrich authored
-
- Jul 03, 2005
-
-
Daniel Stenberg authored
fix the CONNECT authentication code with multi-pass auth methods (such as NTLM) as it didn't previously properly ignore response-bodies - in fact it stopped reading after all response headers had been received. This could lead to libcurl sending the next request and reading the body from the first request as response to the second request. (I also renamed the function, which wasn't strictly necessary but...) The best fix would to once and for all make the CONNECT code use the ordinary request sending/receiving code, treating it as any ordinary request instead of the special-purpose function we have now. It should make it better for multi-interface too. And possibly lead to less code... Added test case 265 for this. It doesn't work as a _really_ good test case since the test proxy is too stupid, but the test case helps when running the debugger to verify.
-
- May 24, 2005
-
-
Daniel Stenberg authored
-
- May 17, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- May 14, 2005
-
-
Gisle Vanem authored
warnings like: 'x' may be used uninitialized in this function.
-
- May 08, 2005
-
-
Daniel Stenberg authored
-
- May 07, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
debug builds only. Made the ftp code use it on several places.
-
- May 02, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
to survive without it if not found. AIX 4.3 targetted adjustment.
-
- Apr 26, 2005
-
-
Daniel Stenberg authored
VS2005.
-