Revert "Update to 7.44.0"
[platform/upstream/curl.git] / docs / examples / fopen.c
2016-04-07 seonah moonRevert "Update to 7.44.0" 72/65072/1
2016-04-07 Seonah MoonUpdate to 7.44.0 38/65038/2 submit/tizen/20160407.062150
2016-04-07 Seonah MoonImported Upstream version 7.44.0 35/65035/1
2016-04-07 seonah moonRevert "Imported Upstream version 7.44.0" 20/65020/1
2016-04-07 Seonah MoonImported Upstream version 7.44.0 13/65013/1
2015-11-16 taesub.kimImported Upstream version 7.40.0 07/51807/1
2015-11-16 taesub.kimBase code merged to SPIN 2.4 99/51799/1
2015-11-11 taesub kimRevert "Update to 7.40.1" 94/51594/1
2015-11-09 Seonah MoonUpdate to 7.40.1 63/51363/1 submit/tizen/20151109.080918 submit/tizen/20151109.080942 submit/tizen/20151109.082943
2013-09-04 Patrick McCartyImported Upstream version 7.32.0 upstream/7.32.0
2012-10-30 Anas NashifImported Upstream version 7.21.3 upstream/7.21.3
2010-12-16 Daniel Stenbergexample: fix compiler warnings in fopen.c
2010-11-04 Daniel Stenbergfopen.c: re-indented, fixed previous mistake
2010-11-04 Daniel Stenbergmulti use: call multi_perform even on select() timeouts
2010-09-30 Dirk Manskemulti & hiper examples: updates and cleanups
2010-07-13 Constantine Sapunt... examples: add curl_multi_timeout
2010-04-24 Kamil Dudkatest536: do not fail with threaded DNS resolver
2010-02-26 Daniel Stenbergspellchecked by Stéphane Fillod
2008-09-06 Yang Tseremove unnecessary typecasting of malloc()
2008-08-31 Yang TseMSVC adjustment
2008-05-22 Dan FandrichFixed a surprising number of example programs that...
2008-04-04 Dan FandrichGive a hint as to why a url_fopen failed.
2007-07-12 Dan FandrichFixed some compile warnings and errors and improved...
2006-10-13 Daniel StenbergAdded comments about checking return code and the maxfd...
2004-11-22 Daniel Stenbergremove curl_ prefix from functions not present in libcurl
2004-10-06 Daniel Stenbergremoved tabs and trailing whitespace from source
2003-12-08 Daniel Stenbergremoved old version checks
2003-12-08 Daniel Stenberguse the newer option names
2003-08-11 Daniel StenbergVincent Sanders's massive update of this example code...
2003-01-27 Daniel Stenbergmade it work
2002-05-13 Daniel Stenbergfopen.c added, a fopen() style emulation for URL reading