- Feb 11, 2006
-
-
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.
-
- Jan 15, 2006
-
-
Daniel Stenberg authored
into a counter, and thus you can now do multiple curl_global_init() and you are then supposed to do the same amount of calls to curl_global_cleanup(). Bryan also updated the docs accordingly.
-
- Jul 17, 2005
-
-
Daniel Stenberg authored
Pointed out by Bjorn Reese.
-
- Apr 07, 2005
-
-
Daniel Stenberg authored
internally, with code provided by sslgen.c. All SSL-layer-specific code is then written in ssluse.c (for OpenSSL) and gtls.c (for GnuTLS). As far as possible, internals should not need to know what SSL layer that is in use. Building with GnuTLS currently makes two test cases fail. TODO.gnutls contains a few known outstanding issues for the GnuTLS support. GnuTLS support is enabled with configure --with-gnutls
-
- Mar 31, 2005
-
-
Daniel Stenberg authored
-
- Feb 09, 2005
-
-
Daniel Stenberg authored
-
- Jan 29, 2005
-
-
Daniel Stenberg authored
that uses the multi interface to run the request. It is a great testbed for the multi interface and I believe we shall do it this way for real in the future when we have a successor to curl_multi_fdset().
-
- Jan 11, 2005
-
-
Daniel Stenberg authored
shadow our public headers with the former names.
-
- Jan 10, 2005
-
-
Daniel Stenberg authored
#1098843. In short, a shared DNS cache was setup for a multi handle and when the shared cache was deleted before the individual easy handles, the latter cleanups caused read/writes to already freed memory.
-
- Dec 22, 2004
-
-
Dan Fandrich authored
-
- Dec 05, 2004
-
-
Daniel Stenberg authored
libcurl without cookie support. This is mainly useful if you want to build a minimalistic libcurl with no cookies support at all. Like for embedded systems or similar.
-
- Nov 11, 2004
-
-
Daniel Stenberg authored
-
- Nov 02, 2004
-
-
Daniel Stenberg authored
-
- Oct 04, 2004
-
-
Daniel Stenberg authored
allow verbose output during this period. Bertrand Demiddelaer reported and helped fixing.
-
- Sep 28, 2004
-
-
Daniel Stenberg authored
enable the progress meter.
-
- Jul 24, 2004
-
-
Daniel Stenberg authored
the initial setting up the struct should use this single function to avoid having the initialisation code at two places.
-
- Jun 24, 2004
-
-
Daniel Stenberg authored
linked list for name resolved data, even on hosts/systems with only IPv4 stacks as this simplifies a lot of code.
-
- Jun 09, 2004
-
-
Daniel Stenberg authored
--disable-http, which thus builds a libcurl without HTTP support.
-
- Jun 02, 2004
-
-
Daniel Stenberg authored
-
- May 27, 2004
-
-
Daniel Stenberg authored
function fails and it returns NULL
-
- May 13, 2004
-
-
Daniel Stenberg authored
-
- May 11, 2004
-
-
Daniel Stenberg authored
memory.h is included everywhere for this.
-
- Apr 29, 2004
-
-
Daniel Stenberg authored
-
- Apr 27, 2004
-
-
Daniel Stenberg authored
and then figure it out with a suitable windows call.
-
- Apr 26, 2004
-
-
Daniel Stenberg authored
-
- Mar 30, 2004
-
-
Daniel Stenberg authored
-
- Mar 15, 2004
-
-
Daniel Stenberg authored
an error code, we now make curl_easy_init fail and return NULL.
-
- Mar 03, 2004
-
-
Daniel Stenberg authored
machines.
-
- Jan 22, 2004
-
-
Daniel Stenberg authored
-
- Jan 13, 2004
-
-
Daniel Stenberg authored
-
- Jan 07, 2004
-
-
Daniel Stenberg authored
-
- Jan 05, 2004
-
-
Daniel Stenberg authored
-
- Oct 14, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Aug 14, 2003
-
-
Daniel Stenberg authored
-
- Aug 11, 2003
-
-
Daniel Stenberg authored
-
- Aug 04, 2003
-
-
Daniel Stenberg authored
-
- Jul 25, 2003
-
-
Daniel Stenberg authored
need it.
-
- Apr 22, 2003
-
-
Daniel Stenberg authored
return CURLE_OK no matter what happens.
-
- Jan 29, 2003
-
-
Daniel Stenberg authored
way for emacs, and vim users should provide a similar non-polluting style
-