- Mar 10, 2004
-
-
Daniel Stenberg authored
argument passing and try to convert to double only when providing data to the external world.
-
- Mar 09, 2004
-
-
Daniel Stenberg authored
defines are in setup.h.
-
- Mar 03, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
the plain old FILE typedef.
-
- Feb 27, 2004
-
-
Daniel Stenberg authored
it disconnects the TCP connection, like a good ftp client should!
-
- Feb 26, 2004
-
-
Daniel Stenberg authored
-
- Feb 22, 2004
-
-
Daniel Stenberg authored
-
- Feb 20, 2004
-
-
Daniel Stenberg authored
it collides with another MAX define on some platforms (like netbsd 1.6.1)
-
- Feb 02, 2004
-
-
Daniel Stenberg authored
this allows the HTTP code to *not* return a failure just because no data has been received from the server
-
- Jan 30, 2004
-
-
Daniel Stenberg authored
so that the automatic testing hosts will test these changes over the weekend.
-
- Jan 22, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jan 11, 2004
-
-
Daniel Stenberg authored
IANA.
-
- Jan 07, 2004
-
-
Daniel Stenberg authored
-
- Jan 05, 2004
-
-
Daniel Stenberg authored
-
- Dec 03, 2003
-
-
Daniel Stenberg authored
-
- Dec 02, 2003
-
-
Daniel Stenberg authored
-
- Nov 24, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Nov 11, 2003
-
-
Daniel Stenberg authored
-
- Nov 07, 2003
-
-
Daniel Stenberg authored
-
- Oct 18, 2003
-
-
Daniel Stenberg authored
-
- Oct 17, 2003
-
-
Daniel Stenberg authored
-
- Sep 19, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
cleanups.
-
- Sep 11, 2003
-
-
Daniel Stenberg authored
"Negotiate" authentication as well.
-
- Sep 04, 2003
-
-
Daniel Stenberg authored
CURLINFO_HTTPAUTH_AVAIL and CURLINFO_PROXYAUTH_AVAIL
-
- Sep 03, 2003
-
-
Daniel Stenberg authored
-
- Aug 20, 2003
-
-
Daniel Stenberg authored
-
- Aug 11, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
work.
-
- Aug 08, 2003
-
-
Daniel Stenberg authored
-
- Aug 05, 2003
-
-
Daniel Stenberg authored
build libcurl to use ares for asynch name resolves.
-
- Jul 30, 2003
-
-
Daniel Stenberg authored
unsigned and we want this to be able to hold -1 for illegal/unset values.
-
- Jul 22, 2003
-
-
Daniel Stenberg authored
than the remote server's. That is, both the server and the proxy can in fact require NTLM auth.
-
- Jul 21, 2003
-
-
Daniel Stenberg authored
connectdata to work as expected
-
- Jul 19, 2003
-
-
Daniel Stenberg authored
connectdata struct instead. Each being an allocated pointer. The passwdgiven field was turned into a local variable in the only function it was being used.
-
- Jul 15, 2003
-
-
Daniel Stenberg authored
authenticates connections and not single requests. This should make it work better when we mix requests from multiple hosts. Problem pointed out by Cris Bailiff.
-
- 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
-