summaryrefslogtreecommitdiff
path: root/docs/examples/fopen.c
Commit message (Expand)AuthorAgeFilesLines
* code style: use space after semicolonDaniel Stenberg2017-09-121-1/+1
* code style: use spaces around plusesDaniel Stenberg2017-09-111-2/+2
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-39/+40
* examples: declare TU-local variables staticMarcel Raad2017-04-301-1/+1
* examples/fopen: checksrc complianceJay Satiro2017-03-281-2/+2
* spelling fixesklemens2017-03-261-5/+5
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-1/+1
* examples: adhere to curl code styleDaniel Stenberg2016-02-111-25/+26
* examples: more descriptionsDaniel Stenberg2015-06-181-0/+4
* fopen.c: fix a few compiler warningsDaniel Stenberg2015-06-081-4/+4
* docs: Spelling fixesVille Skyttä2015-06-081-3/+3
* Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring2015-03-161-9/+3
* 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
* example: fix compiler warnings in fopen.cDaniel Stenberg2010-12-171-10/+10
* fopen.c: re-indented, fixed previous mistakeDaniel Stenberg2010-11-041-393/+350
* multi use: call multi_perform even on select() timeoutsDaniel Stenberg2010-11-041-6/+3
* multi & hiper examples: updates and cleanupsDirk Manske2010-09-301-8/+2
* examples: add curl_multi_timeoutConstantine Sapuntzakis2010-07-141-0/+11
* test536: do not fail with threaded DNS resolverKamil Dudka2010-04-241-3/+5
* spellchecked by Stéphane FillodDaniel Stenberg2010-02-261-1/+1
* remove unnecessary typecasting of malloc()Yang Tse2008-09-061-1/+1
* MSVC adjustmentYang Tse2008-08-311-1/+3
* Fixed a surprising number of example programs that were passing int argumentsDan Fandrich2008-05-221-1/+1
* Give a hint as to why a url_fopen failed.Dan Fandrich2008-04-041-3/+3
* Fixed some compile warnings and errors and improved portability in theDan Fandrich2007-07-121-9/+9
* Added comments about checking return code and the maxfd counterDaniel Stenberg2006-10-131-0/+4
* remove curl_ prefix from functions not present in libcurlDaniel Stenberg2004-11-221-7/+7
* removed tabs and trailing whitespace from sourceDaniel Stenberg2004-10-061-198/+198
* removed old version checksDaniel Stenberg2003-12-081-5/+0
* use the newer option namesDaniel Stenberg2003-12-081-1/+1
* Vincent Sanders's massive update of this example code. One could argueDaniel Stenberg2003-08-111-166/+496
* made it workDaniel Stenberg2003-01-271-41/+54
* fopen.c added, a fopen() style emulation for URL readingDaniel Stenberg2002-05-131-0/+222