- Mar 02, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Feb 28, 2006
-
-
Dan Fandrich authored
-
- Feb 27, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Feb 26, 2006
-
-
Gisle Vanem authored
-
Gisle Vanem authored
(sorry, I don't know how to add this to the configure process).
-
- Feb 25, 2006
-
-
Gisle Vanem authored
-
- Feb 24, 2006
-
-
Dan Fandrich authored
-
- Feb 23, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=1431750) helped me identify and fix two different but related bugs: 1) Removing an easy handle from a multi handle before the transfer is done could leave a connection in the connection cache for that handle that is in a state that isn't suitable for re-use. A subsequent re-use could then read from a NULL pointer and segfault. 2) When an easy handle was removed from the multi handle, there could be an outstanding c-ares DNS name resolve request. When the response arrived, it caused havoc since the connection struct it "belonged" to could've been freed already. Now Curl_done() is called when an easy handle is removed from a multi handle pre-maturely (that is, before the transfer was complteted). Curl_done() also makes sure to cancel all (if any) outstanding c-ares requests.
-
- Feb 22, 2006
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
- Feb 21, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
type to the already provided type CURLPROXY_SOCKS4. I added a --socks4 option that works like the current --socks5 option but instead use the socks4 protocol.
-
- Feb 20, 2006
-
-
Daniel Stenberg authored
-
- Feb 19, 2006
-
-
Daniel Stenberg authored
content when libcurl didn't honor the internal ignorebody flag.
-
- 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
-