summaryrefslogtreecommitdiff
path: root/lib/locks.c
Commit message (Collapse)AuthorAgeFilesLines
* doc: clarifications on custom thread override [ci skip]Nikos Mavrogiannopoulos2017-04-201-0/+4
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* 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
| | | | several editors tabs can be configured not to be 8 spaces and this produces artifacts with the current indentation that is a mixture of tabs and spaces.
* 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
| | | | dlopen() to allow compilation in win32 (untested).
* 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
| | | | locks have been set.
* 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