summaryrefslogtreecommitdiff
path: root/src/posix-lock.c
Commit message (Expand)AuthorAgeFilesLines
* core: Fix support of posix-lock for FreeBSD.NIIBE Yutaka2022-03-281-1/+35
* posix-lock: Support GNU C library 2.34 or later.NIIBE Yutaka2021-08-061-2/+5
* core: New functions gpgrt_abort and gpgrt_add_emergency_cleanup.Werner Koch2019-01-041-9/+9
* core: Unify syscall_clamp functions.Werner Koch2017-11-291-29/+8
* Use the syscall clamp functions also for lock functionsWerner Koch2016-11-111-0/+22
* Convert http links to https where possible in the source.Daniel Kahn Gillmor2016-02-081-1/+1
* Allow building with --disable-threads.Werner Koch2015-06-151-5/+5
* Use assert to print diagnosicts before calling abort.Werner Koch2015-03-241-4/+17
* Replace locking code in estream functions.Werner Koch2014-08-251-0/+24
* Implement symbol visibility.Werner Koch2014-08-251-4/+4
* Allow using gpgrt_lock_init on an unitialized variable.Werner Koch2014-01-241-2/+14
* Move version number first in the Posix lock-obj.Werner Koch2014-01-171-4/+4
* Add gpgrt_lock_ functions.Werner Koch2014-01-161-0/+213