Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2015-11-22 | examples: Added website parse-able descriptions to the e-mail examples | Steve Holme | |
2015-06-08 | docs: Spelling fixes | Ville Skyttä | |
2014-01-12 | examples: Updated SMTP MAIL example to return libcurl result code | Steve Holme | |
2014-01-12 | examples: Synchronised comments between SMTP MAIL examples | Steve Holme | |
2014-01-12 | examples: Updated SMTP MAIL example to use a read function for data | Steve Holme | |
Updated to read data from a callback rather than from stdio as this is more realistic to most use cases. | |||
2014-01-05 | examples: Added required libcurl version information to SMTP examples | Steve Holme | |
2014-01-05 | Examples: Renamed SMTP MAIL example to match other email examples | Steve Holme | |