Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-18 | usercertinmem.c: improve the short description | Daniel Stenberg | |
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 | |
2013-10-15 | usercertinmem: fix memory leaks | Ishan SinghLevett | |
2013-04-18 | usercertinmem.c: add example showing user cert in memory | Ishan SinghLevett | |
Relies on CURLOPT_SSL_CTX_FUNCTION, which is OpenSSL specific |