summaryrefslogtreecommitdiff
path: root/docs/examples/opensslthreadlock.c
Commit message (Collapse)AuthorAgeFilesLines
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-2/+2
|
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-1/+1
|
* docs/examples: remove spurious white spaces all overDaniel Stenberg2016-04-031-4/+4
| | | | ... to please the new, slightly picker, checksrc.pl
* examples: adhere to curl code styleDaniel Stenberg2016-02-111-12/+12
| | | | | | | | | | 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: provide <DESC> sectionsDaniel Stenberg2015-07-011-6/+7
|
* sources: update source headersDaniel Stenberg2011-03-101-2/+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.
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
|
* remove unnecessary typecasting of malloc()Yang Tse2008-09-061-1/+1
|
* Fixed some compile warnings and errors and improved portability in theDan Fandrich2007-07-121-1/+6
| | | | | | examples. Removed ftp3rdparty.c since libcurl doesn't support 3rd party FTP transfers any longer.
* Jeremy Brown's OpenSSL thread-locking exampleDaniel Stenberg2005-05-091-0/+77