Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-08 | copyrights: fix copyright year range | Daniel Stenberg | |
.. because checksrc's copyright year check stopped working. Ref: https://github.com/curl/curl/pull/4547 Closes https://github.com/curl/curl/pull/4549 | |||
2019-05-22 | examples: remove dead variable stores | Marcel Raad | |
Closes https://github.com/curl/curl/pull/3919 | |||
2017-09-11 | code style: use spaces around equals signs | Daniel Stenberg | |
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 |