- Oct 17, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
input o have ->passwd and ->name be NULL if no name/passwd was given o only set default user+password for FTP if no userpwd was given
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
#include "../lib/memdebug.h" for memory debug builds.
-
- Oct 16, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
command line.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Oct 15, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
hogs Windows machines when libcurl is being used multi-threaded (with > ~50 threads). Andrew Fuller helped us verify and test this. According to a MSDN web page on connect(), it returns 0 when the connect is done and thus we don't need the getsockopt() call anyway on Windows.
-
- Oct 14, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Oct 13, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
the patches already applied. No need to apply any patches manually anymore. ares 1.1.1 is still compatible.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
This cures the problem reported by Giuseppe Attardi on October 12, 2003.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
(http://bugs.debian.org/212086). Patch by Domenico Andreoli.
-
Daniel Stenberg authored
-
- Oct 12, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
multiple DNS lookups can run simultaneously faster. The downside is that resolving the same host name now can be made at once from multiple threads, but the upside is that threads now don't alwys have to wait for the others' resolves. Test case 506 updated accordingly.
-
- Oct 09, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
an HTTP download, then reset CURLOPT_RESUME_FROM to 0, the next download still has a Range header with a garbage value." bug report #820502
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-