- Jul 17, 2006
-
-
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
-
Yang Tse authored
-
Yang Tse authored
-
- Jul 15, 2006
-
-
Daniel Stenberg authored
-
- Jul 14, 2006
-
-
Daniel Stenberg authored
for FTP ASCII transfers.
-
Yang Tse authored
-
- Jul 13, 2006
- Jul 12, 2006
-
-
Gisle Vanem authored
-
Yang Tse authored
-
Yang Tse authored
Place parenthesis surrounding macro parameters so that the use of sread and swrite is more intuitive.
-
Yang Tse authored
-
Yang Tse authored
-
- Jul 11, 2006
-
-
Yang Tse authored
-
Dan Fandrich authored
in libcurl as well, if necessary.
-
Gisle Vanem authored
-
Yang Tse authored
-
- Jul 10, 2006
-
-
Yang Tse authored
DNS cache must use the multi DNS cache if the easy handle's one is not using anyone in curl_multi_add_handle.
-
- Jul 08, 2006
-
-
Daniel Stenberg authored
string comparisons on the path which is incorrect and provided a patch that fixes this. I edited test case 8 to include details that test for this.
-
- 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).
-
Daniel Stenberg authored
-
Dan Fandrich authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
effect.
-
Daniel Stenberg authored
-
- Jul 06, 2006
-
-
Gisle Vanem authored
-
Gisle Vanem authored
-
- Jul 05, 2006
-
-
Yang Tse authored
-
Yang Tse authored
Prevent definition of HAVE_WINxxx_H symbols and avoid inclusion of Windows headers when compiled with Cygwin in POSIX emulation mode.
-
Gisle Vanem authored
So avoid using x_was_used().
-
Gisle Vanem authored
(Yang Tse forgot about djgpp)
-
- Jul 04, 2006
-
-
Yang Tse authored
-
Yang Tse authored
HAVE_GETNAMEINFO, GETNAMEINFO_QUAL_ARG1, GETNAMEINFO_TYPE_ARG1, GETNAMEINFO_TYPE_ARG2, GETNAMEINFO_TYPE_ARG46, GETNAMEINFO_TYPE_ARG7 HAVE_RECV, RECV_TYPE_ARG1, RECV_TYPE_ARG2, RECV_TYPE_ARG3, RECV_TYPE_ARG4, RECV_TYPE_RETV HAVE_SEND, SEND_TYPE_ARG1, SEND_TYPE_ARG2, SEND_TYPE_ARG3, SEND_TYPE_ARG4, SEND_TYPE_RETV
-
Daniel Stenberg authored
Proxy-Connection: header when using a proxy and not doing CONNECT.
-
Yang Tse authored
-
- Jul 03, 2006
-
-
Yang Tse authored
-
- Jun 29, 2006
-
-
Daniel Stenberg authored
in fact provided by yassl instead
-
- Jun 28, 2006
-
-
Yang Tse authored
-