summaryrefslogtreecommitdiff
path: root/docs/examples/simplessl.c
Commit message (Collapse)AuthorAgeFilesLines
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-2/+2
|
* simplessl.c: warning: while with spaceDaniel Stenberg2016-02-171-1/+1
|
* simplessl.c: fix my breakageDaniel Stenberg2016-02-111-4/+3
|
* examples: adhere to curl code styleDaniel Stenberg2016-02-111-20/+20
| | | | | | | | | | 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.
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* examples: added descriptionsDaniel Stenberg2016-01-041-1/+5
|
* Update instances of some obsolete CURLOPTs to their new namesDan Fandrich2014-07-051-1/+1
|
* examples/simplessl.c: fix compiler warningYang Tse2012-12-111-2/+3
|
* examples/simplessl.c: fix compiler warningYang Tse2012-12-101-2/+2
|
* Added error checking for samples.Guenter Knauf2012-07-041-0/+6
|
* examples: cleanup curl includesDaniel Stenberg2011-06-281-3/+0
| | | | Only <curl/curl.h> is needed typically and curl/types.h has been removed
* sources: update source headersDaniel Stenberg2011-03-101-3/+15
| | | | | | 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.
* examples: fix compiler warningsDaniel Stenberg2010-12-171-2/+2
|
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
|
* Fixed a surprising number of example programs that were passing int argumentsDan Fandrich2008-05-221-2/+2
| | | | to curl_easy_setopt instead of long.
* Renamed several libcurl error codes and options to make them more generalDan Fandrich2007-08-301-1/+1
| | | | | | | | | | | 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)
* Fixed some compile warnings and errors and improved portability in theDan Fandrich2007-07-121-4/+3
| | | | | | examples. Removed ftp3rdparty.c since libcurl doesn't support 3rd party FTP transfers any longer.
* removed trailing whitespace, indented to curl-style levelsDaniel Stenberg2004-08-121-40/+46
|
* missing semicolon, by Gisle VanemDaniel Stenberg2003-05-201-1/+1
|
* don't use curl.haxx.seDaniel Stenberg2002-11-221-1/+1
|
* added a comment about this example only works with 7.9.3 and newer libsDaniel Stenberg2002-01-171-0/+3
|
* Götz Babin-Ebell updated with some new 7.9.3 featuresDaniel Stenberg2002-01-131-0/+5
|
* Götz Babin-Ebell's contributed "simplessl.c" example source codeDaniel Stenberg2001-12-181-0/+110