Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-30 | multi & hiper examples: updates and cleanups | Dirk Manske | |
all multi and hiper examples: * don't loop curl_multi_perform calls, that was <7.20.0 style, currently the exported multi functions will not return CURLM_CALL_MULTI_PERFORM all hiper examples: * renamed check_run_count to check_multi_info * don't compare current running handle count with previous value, this was the wrong way to check for finished requests, simply call curl_multi_info_read * it's also safe to call curl_multi_remove_handle inside the curl_multi_info_read loop. ghiper.c: * replaced curl_multi_socket (that function is marked as obsolete) calls with curl_multi_socket_action calls (as in hiperfifo.c and evhiperfifo.c) ghiper.c and evhiperfifo.c: * be smart as hiperfifo.c, don't do uncessary curl_multi_* calls in new_conn and main | |||
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2008-09-22 | Argument to CURLMOPT_MAXCONNECTS must be a long | Dan Fandrich | |
2008-08-31 | MSVC adjustment | Yang Tse | |
2008-05-22 | Fixed a surprising number of example programs that were passing int arguments | Dan Fandrich | |
to curl_easy_setopt instead of long. | |||
2008-02-27 | Michal Marek's cleanup of how curl_easy_setopt() is used in examples and | Daniel Stenberg | |
test code. Thanks to his curl_easy_setopt() typechecker work... | |||
2007-11-05 | Andres Garcia made it build and run on windows | Daniel Stenberg | |
2007-06-27 | James Bursa's improvement | Daniel Stenberg | |
2007-06-27 | fix little flaw that could make the transfer loop end prematurely | Daniel Stenberg | |
2006-10-13 | Added comments about checking return code and the maxfd counter | Daniel Stenberg | |
2006-09-12 | example code by Michael Wallner | Daniel Stenberg | |