summaryrefslogtreecommitdiff
path: root/docs/examples/fopen.c
Commit message (Expand)AuthorAgeFilesLines
* 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