summaryrefslogtreecommitdiff
path: root/docs/examples/multi-app.c
Commit message (Expand)AuthorAgeFilesLines
* www.curl.se: new project homebagder/www.curl.seDaniel Stenberg2020-11-021-1/+1
* copyrights: update all copyright notices to 2019 on files changed this yearVilhelm Prytz2019-11-021-1/+1
* examples: reduce variable scopesMarcel Raad2019-05-221-2/+2
* docs/examples: URL updatesViktor Szakats2018-09-231-2/+2
* docs/examples: do not wait when no transfers are runningKamil Dudka2018-09-101-3/+3
* code style: use spaces around plusesDaniel Stenberg2017-09-111-1/+1
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-5/+5
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-1/+1
* examples: adhere to curl code styleDaniel Stenberg2016-02-111-11/+10
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* docs/examples/multi-app.c: fix bad desc formattingDaniel Stenberg2016-01-041-2/+2
* examples: added descriptionsDaniel Stenberg2016-01-041-2/+6
* examples: Wait recommended 100ms when no file descriptors are readyJay Satiro2014-11-191-8/+12
* examples: Don't call select() to sleep on windowsJay Satiro2014-11-151-7/+24
* examples: use do/while loop for multi examplesDave Reisner2012-08-271-2/+2
* sources: update source headersDaniel Stenberg2011-03-101-3/+15
* examples: fix compiler warningsDaniel Stenberg2010-12-171-1/+1
* multi use: call multi_perform even on select() timeoutsDaniel Stenberg2010-11-041-6/+2
* examples: use example.com in example URLsDaniel Stenberg2010-10-051-2/+2
* multi & hiper examples: updates and cleanupsDirk Manske2010-09-301-4/+2
* examples: add curl_multi_timeoutConstantine Sapuntzakis2010-07-141-0/+11
* test536: do not fail with threaded DNS resolverKamil Dudka2010-04-241-3/+5
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* Yun Fu pointed out a flaw in the loop that checks handles, and I indentedDaniel Stenberg2010-01-211-14/+17
* Fixed a surprising number of example programs that were passing int argumentsDan Fandrich2008-05-221-1/+1
* Fixed some compile warnings and errors and improved portability in theDan Fandrich2007-07-121-1/+1
* Added comments about checking return code and the maxfd counterDaniel Stenberg2006-10-131-0/+4
* *** empty log message ***Gisle Vanem2004-10-061-2/+2
* removed tabs and trailing whitespace from sourceDaniel Stenberg2004-10-061-12/+12
* Henrik Storner's rewrite that includes a nice usage of curl_multi_info_read()Daniel Stenberg2003-08-281-11/+40
* fixDaniel Stenberg2003-01-091-1/+2
* fixed include and added headerDaniel Stenberg2002-03-191-5/+11
* multi interface using examplesDaniel Stenberg2002-03-041-0/+92