Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-08 | docs: Spelling fixes | Ville Skyttä | |
2011-06-28 | examples: cleanup curl includes | Daniel Stenberg | |
Only <curl/curl.h> is needed typically and curl/types.h has been removed | |||
2011-03-10 | sources: update source headers | Daniel Stenberg | |
All C and H files now (should) feature the proper project curl source code header, which includes basic info, a copyright statement and some basic disclaimers. | |||
2010-10-05 | examples: use example.com in example URLs | Daniel Stenberg | |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2008-05-22 | Fixed a surprising number of example programs that were passing int arguments | Dan Fandrich | |
to curl_easy_setopt instead of long. | |||
2008-02-27 | Michal Marek's cleanup of how curl_easy_setopt() is used in examples and | Daniel Stenberg | |
test code. Thanks to his curl_easy_setopt() typechecker work... | |||
2007-07-16 | Fixed some more simple compile warnings in the examples. | Dan Fandrich | |
2007-07-12 | Fixed some compile warnings and errors and improved portability in the | Dan Fandrich | |
examples. Removed ftp3rdparty.c since libcurl doesn't support 3rd party FTP transfers any longer. | |||
2004-08-23 | stripped trailing whitespace | Daniel Stenberg | |
2003-12-08 | use the newer option names | Daniel Stenberg | |
2002-01-08 | I made the write callback create the file the first time it gets called so | Daniel Stenberg | |
that it won't create an empty file if the remote file doesn't exist | |||
2001-03-27 | Added ftpget.c just to show that it is exactly as easy to get FTP files | Daniel Stenberg | |