- Aug 15, 2010
-
-
Daniel Stenberg authored
Curl_expire() is now expanded to hold a list of timeouts for each easy handle. Only the closest in time will be the one used as the primary timeout for the handle and will be used for the splay tree (which sorts and lists all handles within the multi handle). When the main timeout has triggered/expired, the next timeout in time that is kept in the list will be moved to the main timeout position and used as the key to splay with. This way, all timeouts that are set with Curl_expire() internally will end up as a proper timeout. Previously any Curl_expire() that set a _later_ timeout than what was already set was just silently ignored and thus missed. Setting Curl_expire() with timeout 0 (zero) will cancel all previously added timeouts. Corrects known bug #62.
-
- Aug 11, 2010
-
-
Daniel Stenberg authored
-
Dan Fandrich authored
-
- Aug 10, 2010
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
The callbacks are called when curl_multi_socket_action() is called, not when handles are added. This is now mentioned in the "TYPICAL USAGE" section.
-
- Aug 07, 2010
-
-
Daniel Stenberg authored
In some places where the name 'stream' has been used for naming a function argument that is in fact settable with a setopt() option we now call that argument 'userdata' to make it more obvious that it is in fact possible to set by the application. Suggested by: Jeff Pohlmeyer
-
- Aug 02, 2010
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jul 30, 2010
-
-
Daniel Stenberg authored
The SOCKET type in Win64 is 64 bits large (and thus so is curl_socket_t on that platform), and long is only 32 bits. It makes it impossible for curl_easy_getinfo() to return a socket properly with the CURLINFO_LASTSOCKET option as for all other operating systems.
-
- Jul 26, 2010
-
-
Dan Fandrich authored
-
- Jul 21, 2010
-
-
Dan Fandrich authored
This one was long overdue to be mentioned in the FAQ. Also, mention the new ftp wildcard downloading feature.
-
- Jul 13, 2010
-
-
Constantine Sapuntzakis authored
Make the multi-interface using examples use curl_multi_timeout to properly educate users how to do things.
-
- Jul 09, 2010
-
-
Dan Fandrich authored
-
- Jun 30, 2010
-
-
Daniel Stenberg authored
-
- Jun 26, 2010
-
-
Daniel Stenberg authored
-
- Jun 24, 2010
-
-
Pavel Raiskup authored
-
- Jun 16, 2010
-
-
Daniel Stenberg authored
-
- Jun 04, 2010
-
-
Frank Meier authored
-
- Jun 02, 2010
-
-
Daniel Stenberg authored
-
- May 28, 2010
-
-
Daniel Stenberg authored
These two items are now actually implemented: 11.1 Content-Disposition 11.5 ftp wildcard download
-
- May 16, 2010
-
-
Kamil Dudka authored
-
- May 12, 2010
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Pavel Raiskup authored
-
- May 10, 2010
-
-
Daniel Stenberg authored
-
- Apr 29, 2010
-
-
Daniel Stenberg authored
... and GnuTLS connects are non-blocking, TFTP is better integrated as a "real" protocol and RTSP is supported.
-
Daniel Stenberg authored
Since commit c2888604 by Jerome Vouillon
-
Daniel Stenberg authored
It's not quite fair to list TFTP is a "crappy" member of the libcurl family so I removed its mentioning.
-
- Apr 26, 2010
-
-
Daniel Stenberg authored
-
- Apr 24, 2010
-
-
Alex Bligh authored
--proto tells curl to use the listed protocols for its initial retrieval --proto-redir tells curl to use the listed protocols after a redirect
-
Kamil Dudka authored
Also tweaked comments in certain examples using curl_multi_fdset().
-
- Apr 19, 2010
-
-
Patrick Monnerat authored
-
- Apr 14, 2010
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Apr 12, 2010
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
curl_multi_timeout(3) is simply the wrong function to use if you're using the multi_socket API and this document now states this pretty clearly to help guiding users.
-
- Apr 11, 2010
-
-
Daniel Stenberg authored
-
- Apr 02, 2010
-
-
Daniel Stenberg authored
-
- Mar 25, 2010
-
-
Daniel Stenberg authored
-