aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/fopen.c
AgeCommit message (Collapse)Author
2008-05-22Fixed a surprising number of example programs that were passing int argumentsDan Fandrich
to curl_easy_setopt instead of long.
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
examples. Removed ftp3rdparty.c since libcurl doesn't support 3rd party FTP transfers any longer.
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
weather this is still an "example" or a whole new API layer! ;-)
2003-01-27made it workDaniel Stenberg
made it cause less compiler warnings made it require 7.9.7 to build
2002-05-13fopen.c added, a fopen() style emulation for URL readingDaniel Stenberg