- Dec 06, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
temporarily higher speeds than requested, but the given limiting is considered "over time" and is an average
-
- Dec 05, 2006
-
-
Daniel Stenberg authored
no code present in the library that receives the option. Since it was not possible to use, we know that no current users exist and thus we simply removed it from the docs and made the code always use the default path of the code.
-
Daniel Stenberg authored
-
- Nov 19, 2006
-
-
Daniel Stenberg authored
-
- Nov 18, 2006
-
-
Daniel Stenberg authored
-
- Nov 08, 2006
-
-
Daniel Stenberg authored
-
- Nov 03, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
KNOWN_BUGS #25, which happens when a proxy closes the connection when libcurl has sent CONNECT, as part of an authentication negotiation. Starting now, libcurl will re-connect accordingly and continue the authentication as it should.
-
Daniel Stenberg authored
-
- Nov 02, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Oct 30, 2006
-
-
Daniel Stenberg authored
-
- Oct 29, 2006
-
-
Yang Tse authored
-
- Oct 25, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
case when 401 or 407 are returned, *IF* no auth credentials have been given. The CURLOPT_FAILONERROR option is not possible to make fool-proof for 401 and 407 cases when auth credentials is given, but we've now covered this somewhat more. You might get some amounts of headers transferred before this situation is detected, like for when a "100-continue" is received as a response to a POST/PUT and a 401 or 407 is received immediately afterwards. Added test 281 to verify this change.
-
- Oct 21, 2006
-
-
Daniel Stenberg authored
reading the (local) CA cert file to let users easier pinpoint the actual problem. CURLE_SSL_CACERT_BADFILE (77) is the new libcurl error code.
-
- Oct 20, 2006
-
-
Daniel Stenberg authored
-
- Oct 18, 2006
-
-
Daniel Stenberg authored
-
- Oct 13, 2006
-
-
Daniel Stenberg authored
-
- Oct 12, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
to a multi stack will cause CURLM_BAD_EASY_HANDLE to get returned.
-
Daniel Stenberg authored
supported
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
and while doing so it became apparent that the current timeout system for the socket API really was a bit awkward since it become quite some work to be sure we have the correct timeout set. Jeff then provided the new CURLMOPT_TIMERFUNCTION that is yet another callback the app can set to get to know when the general timeout time changes and thus for an application like hiperfifo.c it makes everything a lot easier and nicer. There's a CURLMOPT_TIMERDATA option too of course in good old libcurl tradition.
-
- Oct 10, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
API with glib2
-
- Oct 09, 2006
-
-
Daniel Stenberg authored
-
- Oct 08, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Sep 30, 2006
-
-
Daniel Stenberg authored
-
- Sep 27, 2006
-
-
Daniel Stenberg authored
-
- Sep 26, 2006
-
-
Daniel Stenberg authored
-
- Sep 24, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Sep 23, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
encrypt the control connection and use the data connection "plain".
-
- Sep 21, 2006
-
-
Dan Fandrich authored
-