summaryrefslogtreecommitdiff
path: root/lib/locks.h
Commit message (Expand)AuthorAgeFilesLines
* Add or clean header guards in lib/Tim Rühsen2019-05-071-3/+3
* Use https:// in lib/, src/, and m4/Tim Rühsen2019-03-131-1/+1
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* rng: split initialization in preinit and initNikos Mavrogiannopoulos2016-11-041-0/+4
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-1/+1
* do not deinitialize a static mutex to avoid any side-effects.Nikos Mavrogiannopoulos2013-12-041-11/+0
* re-initialize a deleted staticly initialized mutexNikos Mavrogiannopoulos2013-11-301-2/+5
* gnutls_global_init() and gnutls_global_deinit() are thread-safe.Nikos Mavrogiannopoulos2013-11-301-0/+49
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Cleanup copyright headers.Simon Josefsson2012-01-251-0/+22
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-1/+1
* system specific functions were moved to system.cNikos Mavrogiannopoulos2010-07-101-12/+0
* The included pakchois will use gnutls locks and will use a portableNikos Mavrogiannopoulos2010-07-031-0/+2
* simplified locking code. Locking functions always exist but are dummies if noNikos Mavrogiannopoulos2010-06-291-0/+10
* Initialization of crypto libraries moved outside main gnutls code.Nikos Mavrogiannopoulos2010-06-291-4/+0
* Moved locking code to special file.Nikos Mavrogiannopoulos2010-06-291-0/+16