summaryrefslogtreecommitdiff
path: root/lib/locks.c
Commit message (Expand)AuthorAgeFilesLines
* build: re-indent codeDaiki Ueno2023-04-241-3/+2
* Indent codeZoltan Fridrich2023-01-271-1/+0
* locks: define lock functions as a macroDaiki Ueno2022-03-091-54/+0
* locks: deprecate gnutls_global_set_mutexDaiki Ueno2021-11-171-15/+6
* locks: use once execution for on-demand initialization of globalsDaiki Ueno2021-11-171-0/+9
* locks: rework rwlock primitivesDaiki Ueno2021-11-171-0/+27
* locks: replace custom mutex wrappers with "glthread/lock.h"Daiki Ueno2021-11-171-0/+18
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* doc: clarifications on custom thread override [ci skip]Nikos Mavrogiannopoulos2017-04-201-0/+4
* Fix some typos [ci skip]Andreas Metzler2015-12-271-1/+1
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-3/+3
* 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