summaryrefslogtreecommitdiff
path: root/lib/locks.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some typos [ci skip]Andreas Metzler2015-12-271-1/+1
* re-enabled gnutls_global_set_mutex().Nikos Mavrogiannopoulos2014-05-071-4/+13
* reindented codeNikos Mavrogiannopoulos2013-11-081-8/+9
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* More GTK-DOC improvements.Simon Josefsson2011-08-031-1/+2
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-7/+4
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-1/+1
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-3/+4
* Fix some syntax-check errors.Simon Josefsson2010-10-011-1/+0
* system specific functions were moved to system.cNikos Mavrogiannopoulos2010-07-101-141/+0
* Locks were converted to be in align with posix locks to easier wrap around them.Nikos Mavrogiannopoulos2010-07-031-18/+21
* The included pakchois will use gnutls locks and will use a portableNikos Mavrogiannopoulos2010-07-031-0/+16
* Do not allow setting NULL lock functionsNikos Mavrogiannopoulos2010-07-021-0/+3
* simplified locking code. Locking functions always exist but are dummies if noNikos Mavrogiannopoulos2010-06-291-14/+27
* Initialization of crypto libraries moved outside main gnutls code.Nikos Mavrogiannopoulos2010-06-291-41/+0
* Moved locking code to special file.Nikos Mavrogiannopoulos2010-06-291-0/+209