summaryrefslogtreecommitdiff
path: root/docs/examples/fopen.c
AgeCommit message (Expand)Author
2019-12-20Merge remote-tracking branch 'upstream/master'ng0
2019-11-08copyrights: fix copyright year rangeDaniel Stenberg
2019-08-15Merge tag 'curl-7_65_3'ng0
2019-06-05examples/fopen: fix comparisonMarcel Raad
2018-05-23Merge tag 'curl-7_60_0' (with fixes)Nils Gillmann
2018-04-15all: Refactor malloc+memset to use callocDaniel Gustafsson
2017-10-06Merge tag 'curl-7_56_0'ng0
2017-09-12code style: use space after semicolonDaniel Stenberg
2017-09-11code style: use spaces around plusesDaniel Stenberg
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2017-08-22gnurl: replace references in folder "doc".ng0
2017-08-22examples: declare TU-local variables staticMarcel Raad
2017-08-22examples/fopen: checksrc complianceJay Satiro
2017-08-22spelling fixesklemens
2017-08-22checksrc: code style: use 'char *name' styleDaniel Stenberg
2017-04-30examples: declare TU-local variables staticMarcel Raad
2017-03-28examples/fopen: checksrc complianceJay Satiro
2017-03-26spelling fixesklemens
2016-11-24checksrc: code style: use 'char *name' styleDaniel Stenberg
2016-02-11examples: adhere to curl code styleDaniel Stenberg
2015-06-18examples: more descriptionsDaniel Stenberg
2015-06-08fopen.c: fix a few compiler warningsDaniel Stenberg
2015-06-08docs: Spelling fixesVille Skyttä
2015-03-16Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring
2014-11-19examples: Wait recommended 100ms when no file descriptors are readyJay Satiro
2014-11-15examples: Don't call select() to sleep on windowsJay Satiro
2010-12-17example: fix compiler warnings in fopen.cDaniel Stenberg
2010-11-04fopen.c: re-indented, fixed previous mistakeDaniel Stenberg
2010-11-04multi use: call multi_perform even on select() timeoutsDaniel Stenberg
2010-09-30multi & hiper examples: updates and cleanupsDirk Manske
2010-07-14examples: add curl_multi_timeoutConstantine Sapuntzakis
2010-04-24test536: do not fail with threaded DNS resolverKamil Dudka
2010-02-26spellchecked by Stéphane FillodDaniel Stenberg
2008-09-06remove unnecessary typecasting of malloc()Yang Tse
2008-08-31MSVC adjustmentYang Tse
2008-05-22Fixed a surprising number of example programs that were passing int argumentsDan Fandrich
2008-04-04Give a hint as to why a url_fopen failed.Dan Fandrich
2007-07-12Fixed some compile warnings and errors and improved portability in theDan Fandrich
2006-10-13Added comments about checking return code and the maxfd counterDaniel Stenberg
2004-11-22remove curl_ prefix from functions not present in libcurlDaniel Stenberg
2004-10-06removed tabs and trailing whitespace from sourceDaniel Stenberg
2003-12-08removed old version checksDaniel Stenberg
2003-12-08use the newer option namesDaniel Stenberg
2003-08-11Vincent Sanders's massive update of this example code. One could argueDaniel Stenberg
2003-01-27made it workDaniel Stenberg
2002-05-13fopen.c added, a fopen() style emulation for URL readingDaniel Stenberg