- Feb 18, 2006
-
-
Daniel Stenberg authored
code. It should however not be the cause of any troubles. He also fixed a few similar problems in the HTTP test server code.
-
- Feb 17, 2006
-
-
Yang Tse authored
-
Daniel Stenberg authored
-
- Feb 16, 2006
-
-
Daniel Stenberg authored
as previously it could be holding on to old cached entries longer than requested.
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Feb 15, 2006
-
-
Daniel Stenberg authored
server configured in the system, the ares_init() call fails and thus curl_easy_init() fails as well. This causes weird effects for people who use numerical IP addresses only.
-
- Feb 11, 2006
-
-
Daniel Stenberg authored
-
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.
-
Daniel Stenberg authored
instead of LDFLAGS.
-
- Feb 09, 2006
-
-
Daniel Stenberg authored
due to the use of the static variable for sigsetjmp()
-
- Feb 07, 2006
-
-
Daniel Stenberg authored
with re-used FTP connections. If the second request on the same connection was set not to fetch a "body", libcurl could get confused and consider it an attempt to use a dead connection and would go acting mighty strange.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Feb 06, 2006
-
-
Daniel Stenberg authored
-
- Feb 04, 2006
-
-
Daniel Stenberg authored
-
- Feb 01, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jan 30, 2006
-
-
Gisle Vanem authored
(occurs w/o ENABLE_IPV6).
-
Daniel Stenberg authored
curl tool with --local-port. Plain and simply set the range of ports to bind the local end of connections to. Implemented on to popular demand. Not extensively tested. Please let me know how it works.
-
Daniel Stenberg authored
connection setup as a follow-redirect. It turns out 1) this fails when a FTP connection is re-setup and 2) it does make the max-redirs counter behave wrong. This fix was not verified since the reporter vanished, but I believe this is the right fix nonetheless.
-
- Jan 29, 2006
-
-
Daniel Stenberg authored
-
- Jan 28, 2006
-
-
Daniel Stenberg authored
of the system instead of depending on what particular systems we think need various headers
-
Daniel Stenberg authored
-
- Jan 27, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
fact equal to a blank one according to the spec.
-
- Jan 26, 2006
-
-
Daniel Stenberg authored
-
- 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 20, 2006
-
-
Dan Fandrich authored
Tried to make some of the wording a bit more consistent.
-
Daniel Stenberg authored
-
- 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.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jan 18, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jan 17, 2006
-
-
Daniel Stenberg authored
the latest features and protocols that libcurl supports and has a minor fix to better deal with the obscure case where someone has more than one libcurl installed at the same time.
-
Daniel Stenberg authored
-
- Jan 16, 2006
-
-
Daniel Stenberg authored
not supporting it. It hasn't been functioning for years anyway, so this is just finally stating what already was true. And a cleanup at the same time.
-