- Jul 25, 2006
-
-
Yang Tse authored
-
Daniel Stenberg authored
-
Yang Tse authored
Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H shall be defined if <malloc.h> header file must be included even when including <stdlib.h>.
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
Curl_freeaddrinfo() and Curl_ip2addr().
-
Gisle Vanem authored
-
- Jul 24, 2006
-
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
- Jul 23, 2006
-
-
Daniel Stenberg authored
-
Gisle Vanem authored
-
- Jul 22, 2006
-
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
- Jul 21, 2006
-
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
- Jul 20, 2006
-
-
Daniel Stenberg authored
problem added with the curl_formget() patch.
-
Gisle Vanem authored
-
Gisle Vanem authored
-
- Jul 19, 2006
- Jul 17, 2006
-
-
Yang Tse authored
-Log errno in message if setsockopt() fails. -Close listener socket on major errors.
-
Yang Tse authored
-
Daniel Stenberg authored
we did wrong and patched it: When nodes were removed from the splay tree, and we didn't properly remove it from the splay tree when an easy handle was removed from a multi stack and thus we could wrongly leave a node in the splay tree pointing to (bad) memory.
-
Yang Tse authored
tests/libtest/lib506.c version 1.11 is now also logging CURLSHOPT_LOCKFUNC, CURLSHOPT_UNLOCKFUNC and CURLSHOPT_USERDATA, so we now also have to check them here.
-
Yang Tse authored
-