aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/simplessl.c
AgeCommit message (Collapse)Author
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2016-02-17simplessl.c: warning: while with spaceDaniel Stenberg
2016-02-11simplessl.c: fix my breakageDaniel Stenberg
2016-02-11examples: adhere to curl code styleDaniel 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-03URLs: change all http:// URLs to https://Daniel Stenberg
2016-01-04examples: added descriptionsDaniel Stenberg
2014-07-05Update instances of some obsolete CURLOPTs to their new namesDan Fandrich
2012-12-11examples/simplessl.c: fix compiler warningYang Tse
2012-12-10examples/simplessl.c: fix compiler warningYang Tse
2012-07-04Added error checking for samples.Guenter Knauf
2011-06-28examples: cleanup curl includesDaniel Stenberg
Only <curl/curl.h> is needed typically and curl/types.h has been removed
2011-03-10sources: update source headersDaniel 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-12-17examples: fix compiler warningsDaniel Stenberg
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2008-05-22Fixed a surprising number of example programs that were passing int argumentsDan Fandrich
to curl_easy_setopt instead of long.
2007-08-30Renamed several libcurl error codes and options to make them more generalDan Fandrich
and allow reuse by multiple protocols. Several unused error codes were removed. In all cases, macros were added to preserve source (and binary) compatibility with the old names. These macros are subject to removal at a future date, but probably not before 2009. An application can be tested to see if it is using any obsolete code by compiling it with the CURL_NO_OLDIES macro defined. Documented some newer error codes in libcurl-error(3)
2007-07-12Fixed some compile warnings and errors and improved portability in theDan Fandrich
examples. Removed ftp3rdparty.c since libcurl doesn't support 3rd party FTP transfers any longer.
2004-08-12removed trailing whitespace, indented to curl-style levelsDaniel Stenberg
2003-05-20missing semicolon, by Gisle VanemDaniel Stenberg
2002-11-22don't use curl.haxx.seDaniel Stenberg
2002-01-17added a comment about this example only works with 7.9.3 and newer libsDaniel Stenberg
2002-01-13Götz Babin-Ebell updated with some new 7.9.3 featuresDaniel Stenberg
2001-12-18Götz Babin-Ebell's contributed "simplessl.c" example source codeDaniel Stenberg