- Dec 05, 2006
-
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=1604956) which identified setting CURLOPT_MAXCONNECTS to zero caused libcurl to SIGSEGV. Starting now, libcurl will always internally use no less than 1 entry in the connection cache.
-
- Nov 02, 2006
-
-
Daniel Stenberg authored
-
- Oct 18, 2006
-
-
Yang Tse authored
to verify winsock API availability.
-
- Oct 11, 2006
-
-
Yang Tse authored
-
- Oct 04, 2006
-
-
Daniel Stenberg authored
but that worked nicely in 7.15.5. I converted it into test case 532 and fixed the problem.
-
- Sep 09, 2006
-
-
Gisle Vanem authored
-
Gisle Vanem authored
-
- Sep 07, 2006
-
-
Daniel Stenberg authored
cache within the multi handle.
-
- Sep 03, 2006
-
-
Gisle Vanem authored
" !defined(__GNUC__) || defined(__MINGW32__)" implies CygWin.
-
- Aug 30, 2006
-
-
Gisle Vanem authored
-
- Aug 29, 2006
-
-
Gisle Vanem authored
-
- Jul 25, 2006
-
-
Gisle Vanem authored
-
- Jul 11, 2006
-
-
Dan Fandrich authored
in libcurl as well, if necessary.
-
- Jul 07, 2006
-
-
Daniel Stenberg authored
the crash was that libcurl internally was a bit confused about who owned the DNS cache at all times so if you created an easy handle that uses a shared DNS cache and added that to a multi handle it would crash. Now we keep more careful internal track of exactly what kind of DNS cache each easy handle uses: None, Private (allocated for and used only by this single handle), Shared (points to a cache held by a shared object), Global (points to the global cache) or Multi (points to the cache within the multi handle that is automatically shared between all easy handles that are added with private caches).
-
- Apr 07, 2006
-
-
Daniel Stenberg authored
-
- 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
-