Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-03 | docs/examples: remove spurious white spaces all over | Daniel Stenberg | |
... to please the new, slightly picker, checksrc.pl | |||
2016-02-11 | examples: adhere to curl code style | Daniel Stenberg | |
All plain C examples now (mostly) adhere to the curl code style. While they are only examples, they had diverted so much and contained all sorts of different mixed code styles by now. Having them use a unified style helps users and readability. Also, as they get copy-and-pasted widely by users, making sure they're clean and nice is a good idea. 573 checksrc warnings were addressed. | |||
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2016-01-04 | examples: added descriptions | Daniel Stenberg | |
2014-07-05 | Update instances of some obsolete CURLOPTs to their new names | Dan Fandrich | |
2012-01-16 | url2file: new simple example | Daniel Stenberg | |
Just showing how to download the contents of a given URL into a local file. Based on a suggestion and example code by Georg Potthast |