aboutsummaryrefslogtreecommitdiffstats
path: root/common/dotlock.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow distribution of dotlock.* also under a modified BSD licenseWerner Koch2011-10-241-0/+36
|
* Change JNLIB license to LGPLv3+ or GPLv2+.Werner Koch2011-09-301-6/+17
| | | | This is to allow the use of this code with code under GPLv2(only).
* Add prefix macro for dotlock functions.Werner Koch2011-09-301-0/+28
| | | | Also fixed a type in the GLIB version.
* Add dotlock_get_fd and dotlock_set_fd.Werner Koch2011-09-291-0/+2
|
* Add a flag parameter to dotlock_create.Werner Koch2011-09-281-2/+2
| | | | This allows us to extend this function in the future.
* Improved the dotlock module.Werner Koch2011-09-271-2/+4
| | | | | | | - It is now more portable and may be used outside of GnuPG - vfat file systems are now supported. - The use of link(2) is more robust. - Wrote extensive documentation.
* Renamed the lock functions.Werner Koch2011-09-231-8/+8
| | | | Also cleaned up the dotlock code for easier readability.
* Merged jnlib into common.Werner Koch2010-03-101-0/+33