- Aug 03, 2006
-
-
Yang Tse authored
-
Daniel Stenberg authored
not always zero!
-
Daniel Stenberg authored
used anymore since multi->num_alive was introduced
-
Yang Tse authored
Silence compiler warning 'unused parameter running_handles' in function multi_runsingle(). This is done here returning multi->num_alive in the running_handles parameter even when functions that call multi_runsingle() at this moment overwrite the returned value with the one that is valid when those functions curl_multi_perform() and multi_socket() have removed expired timers from the splay. Most probably, parameter 'running_handles' in function multi_runsingle() should be just removed.
-
- Aug 02, 2006
-
-
Daniel Stenberg authored
*multi_socket*() can't return the proper number
-
Daniel Stenberg authored
if the header "Transfer-Encoding: chunked" was set by the application. http://curl.haxx.se/bug/view.cgi?id=1531838
-
Daniel Stenberg authored
-
- Aug 01, 2006
-
-
Daniel Stenberg authored
an unknown error number on glibc systems. http://curl.haxx.se/bug/view.cgi?id=1532289
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jul 31, 2006
- Jul 30, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
both now provide the number of running handles back to the calling function.
-
- Jul 29, 2006
- Jul 28, 2006
-
-
Daniel Stenberg authored
-
Yang Tse authored
-
Yang Tse authored
Reintroduce checking for HAVE_MSG_NOSIGNAL in configure script, so that we don't depend on header inclusion order for a valid check.
-
- Jul 27, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
formposts work exactly the way you want it (and the way you'd assume it works)
-
Daniel Stenberg authored
behaviour and a socket leak
-
- Jul 26, 2006
-
-
Daniel Stenberg authored
control and data connection, as the existing --ftp-ssl option only requests it.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
set a private pointer added to the internal libcurl hash table for the particular socket passed in to this function.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
- Jul 25, 2006
-
-
Daniel Stenberg authored
tool option named --ftp-alternative-to-user. It provides a mean to send a particular command if the normal USER/PASS approach fails.
-
Daniel Stenberg authored
newer MSVC versions)
-
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
-