aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/multi-single.c
AgeCommit message (Collapse)Author
2010-07-14examples: add curl_multi_timeoutConstantine Sapuntzakis
Make the multi-interface using examples use curl_multi_timeout to properly educate users how to do things.
2010-04-24test536: do not fail with threaded DNS resolverKamil Dudka
Also tweaked comments in certain examples using curl_multi_fdset().
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2006-10-13Added comments about checking return code and the maxfd counterDaniel Stenberg
2004-05-24remove trailing whitespaceDaniel Stenberg
2004-04-02if select returns -1, bail out of the loopDaniel Stenberg
2003-01-09call curl_multi_perform() correctlyDaniel Stenberg
2002-03-19fixed include and added headerDaniel Stenberg
2002-03-04multi interface using examplesDaniel Stenberg