- May 10, 2004
-
-
Daniel Stenberg authored
When failing, it should not tamper at all with the data it was supposed to add to the cache.
-
Daniel Stenberg authored
-
- May 04, 2004
-
-
Daniel Stenberg authored
out of memory (thanks to 'runtests.pl -t')
-
- Jan 07, 2004
-
-
Daniel Stenberg authored
-
- Dec 15, 2003
-
-
Daniel Stenberg authored
returns NULL
-
- Sep 14, 2003
-
-
Daniel Stenberg authored
NOT free the existing hash entry when we try to add a new one that matches an existing entry. We now instead free the new one, and make the parent function use the old entry's struct instead.
-
- Sep 05, 2003
-
-
Daniel Stenberg authored
more in the same style as other curl source code. The only actual code change is an added check after a malloc() call.
-
- Aug 14, 2003
-
-
Daniel Stenberg authored
2. don't leave allocated memory behind when returning error
-
- Jun 26, 2003
-
-
Daniel Stenberg authored
-
- Jan 29, 2003
-
-
Daniel Stenberg authored
removed emacs local-variables stuff
-
- Jan 16, 2003
-
-
Daniel Stenberg authored
-
- Nov 05, 2002
-
-
Daniel Stenberg authored
counter so that the caller needs to decrease that counter when done with the returned data. If compiled with MALLOCDEBUG I've added some extra checking that the counter is decreased before a handle is closed etc.
-
- Sep 03, 2002
-
-
Daniel Stenberg authored
-
- Apr 27, 2002
-
-
Daniel Stenberg authored
rule: "Curl_" prefix for library-wide private symbols, "curl_" is for exported symbols.
-
- Apr 17, 2002
-
-
Sterling Hughes authored
This can be optimized a tidbit, but this is a start.
-
- Apr 13, 2002
-
-
Sterling Hughes authored
-
- Apr 12, 2002
-
-
Sterling Hughes authored
-
- Mar 19, 2002
-
-
Daniel Stenberg authored
-
- Feb 17, 2002
-
-
Daniel Stenberg authored
Reminder for the future: when we're using malloc() we MUST include <stdlib.h> as otherwise 64bit archs go bananas. Bug report #517687
-
- Jan 18, 2002
-
-
Daniel Stenberg authored
on the left side of comparisons...
-
Daniel Stenberg authored
-
- Jan 07, 2002
-
-
Sterling Hughes authored
- Use a global dns cache (via setting the tentatively named, CURLOPT_DNS_USE_GLOBAL_CACHE option to true) - Use a per-handle dns cache, by default - Use a pooled dns cache when in the "multi" interface
-
- Jan 03, 2002
-
-
Daniel Stenberg authored
-