summaryrefslogtreecommitdiff
path: root/docs/examples/fopen.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-09Update to 7.40.1submit/tizen/20151109.082943submit/tizen/20151109.080942submit/tizen/20151109.080918Seonah Moon1-7/+28
2010-12-17example: fix compiler warnings in fopen.cDaniel Stenberg1-10/+10
2010-11-04fopen.c: re-indented, fixed previous mistakeDaniel Stenberg1-393/+350
2010-11-04multi use: call multi_perform even on select() timeoutsDaniel Stenberg1-6/+3
2010-09-30multi & hiper examples: updates and cleanupsDirk Manske1-8/+2
2010-07-14examples: add curl_multi_timeoutConstantine Sapuntzakis1-0/+11
2010-04-24test536: do not fail with threaded DNS resolverKamil Dudka1-3/+5
2010-02-26spellchecked by Stéphane FillodDaniel Stenberg1-1/+1
2008-09-06remove unnecessary typecasting of malloc()Yang Tse1-1/+1
2008-08-31MSVC adjustmentYang Tse1-1/+3
2008-05-22Fixed a surprising number of example programs that were passing int argumentsDan Fandrich1-1/+1
2008-04-04Give a hint as to why a url_fopen failed.Dan Fandrich1-3/+3
2007-07-12Fixed some compile warnings and errors and improved portability in theDan Fandrich1-9/+9
2006-10-13Added comments about checking return code and the maxfd counterDaniel Stenberg1-0/+4
2004-11-22remove curl_ prefix from functions not present in libcurlDaniel Stenberg1-7/+7
2004-10-06removed tabs and trailing whitespace from sourceDaniel Stenberg1-198/+198
2003-12-08removed old version checksDaniel Stenberg1-5/+0
2003-12-08use the newer option namesDaniel Stenberg1-1/+1
2003-08-11Vincent Sanders's massive update of this example code. One could argueDaniel Stenberg1-166/+496
2003-01-27made it workDaniel Stenberg1-41/+54
2002-05-13fopen.c added, a fopen() style emulation for URL readingDaniel Stenberg1-0/+222