Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-17 | examples: fix compiler warnings | Daniel Stenberg | |
2010-11-04 | multi use: call multi_perform even on select() timeouts | Daniel Stenberg | |
2010-10-05 | examples: use example.com in example URLs | Daniel Stenberg | |
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-07-14 | examples: add curl_multi_timeout | Constantine Sapuntzakis | |
Make the multi-interface using examples use curl_multi_timeout to properly educate users how to do things. | |||
2010-04-24 | test536: do not fail with threaded DNS resolver | Kamil Dudka | |
Also tweaked comments in certain examples using curl_multi_fdset(). | |||
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2010-01-21 | Yun Fu pointed out a flaw in the loop that checks handles, and I indented | Daniel Stenberg | |
the code more curl-style | |||
2008-05-22 | Fixed a surprising number of example programs that were passing int arguments | Dan Fandrich | |
to curl_easy_setopt instead of long. | |||
2007-07-12 | Fixed some compile warnings and errors and improved portability in the | Dan Fandrich | |
examples. Removed ftp3rdparty.c since libcurl doesn't support 3rd party FTP transfers any longer. | |||
2006-10-13 | Added comments about checking return code and the maxfd counter | Daniel Stenberg | |
2004-10-06 | *** empty log message *** | Gisle Vanem | |
2004-10-06 | removed tabs and trailing whitespace from source | Daniel Stenberg | |
2003-08-28 | Henrik Storner's rewrite that includes a nice usage of curl_multi_info_read() | Daniel Stenberg | |
2003-01-09 | fix | Daniel Stenberg | |
2002-03-19 | fixed include and added header | Daniel Stenberg | |
2002-03-04 | multi interface using examples | Daniel Stenberg | |