- Nov 20, 2003
-
-
Daniel Stenberg authored
-
- Nov 06, 2003
-
-
Daniel Stenberg authored
-
- Oct 24, 2003
-
-
Daniel Stenberg authored
a range of a document beyond its size, caused libcurl to "hang" until the server closed the connection and then it returned error 18. This is bad. This way, we don't return any error at all, which isn't nice either, as we need to alert the app somehow that the request range was out of size.
-
- Oct 22, 2003
-
-
Daniel Stenberg authored
we might not get a body when we get a 401 with a set of WWW-Authenticate: headers. This fixes the problem Kevin Roth detected in 7.10.8-pre4 and pre5. Verified by test case 91.
-
- Oct 18, 2003
-
-
Daniel Stenberg authored
-
- Oct 17, 2003
-
-
Daniel Stenberg authored
-
- Oct 16, 2003
-
-
Daniel Stenberg authored
-
- Oct 14, 2003
-
-
Daniel Stenberg authored
-
- Sep 03, 2003
-
-
Daniel Stenberg authored
authentication negotiations needed for NTLM, Digest etc.
-
- Aug 29, 2003
-
-
Daniel Stenberg authored
-
- Aug 20, 2003
-
-
Daniel Stenberg authored
-
- Aug 14, 2003
-
-
Daniel Stenberg authored
out if necessary
-
- Aug 11, 2003
-
-
Daniel Stenberg authored
work.
-
Daniel Stenberg authored
-
- Aug 06, 2003
-
-
Daniel Stenberg authored
-
- Aug 05, 2003
-
-
Daniel Stenberg authored
build libcurl to use ares for asynch name resolves.
-
- Aug 04, 2003
-
-
Daniel Stenberg authored
-
- Jul 25, 2003
-
-
Daniel Stenberg authored
need it.
-
- Jul 22, 2003
-
-
Daniel Stenberg authored
-
- Jul 15, 2003
-
-
Daniel Stenberg authored
Bailiff's bug report 768275.
-
- Jul 04, 2003
-
-
Daniel Stenberg authored
CURLOPT_SSL_CTX_FUNCTION to set a callback that gets called with the OpenSSL's ssl_ctx pointer passed in and allow a callback to act on it. If anything but CURLE_OK is returned, that will also be returned by libcurl all the way back. If this function changes the CURLOPT_URL, libcurl will detect this and instead go use the new URL. CURLOPT_SSL_CTX_DATA is a pointer you set to get passed to the callback set with CURLOPT_SSL_CTX_FUNCTION.
-
- Jun 26, 2003
-
-
Daniel Stenberg authored
Added code to deal with white spaces in relocation headers.
-
- Jun 12, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
a "plain" Negotiate as well.
-
- Jun 11, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
as otherwise we can re-send requests on the same connection nicely
-
Daniel Stenberg authored
but the infrastructure is there.
-
- Jun 10, 2003
-
-
Daniel Stenberg authored
added.
-
- Jun 02, 2003
-
-
Daniel Stenberg authored
libcurl will stop reading when the number of bytes have arrived and not wait for a closed socket.
-
Daniel Stenberg authored
returned
-
- May 23, 2003
-
-
Daniel Stenberg authored
-
- May 22, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- May 12, 2003
-
-
Daniel Stenberg authored
set to "". This frees the application from having to know which encodings the library supports.
-
Daniel Stenberg authored
-
- May 01, 2003
-
-
Daniel Stenberg authored
-
- Apr 30, 2003
-
-
Daniel Stenberg authored
-
- Apr 22, 2003
-
-
Daniel Stenberg authored
-
- Apr 11, 2003
-
-
Daniel Stenberg authored
-