Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert last change, add comment about link() return values. | Marcus Brinkmann | 2012-01-03 | 1 | -21/+11 |
| | | | | | * common/dotlock.c (use_hardlinks_p, dotlock_take_unix): Do not check return value of link(). | ||||
* | Fix compiler warnings. | Marcus Brinkmann | 2012-01-03 | 1 | -9/+21 |
| | | | | | | | * common/dotlock.c (use_hardlinks_p, dotlock_take_unix): Check return value of link(). * g13/g13.c: Make sure err is initialized. * scd/scdaemon.c (main) [!USE_GCRY_THREAD_CBS]: Do not define ERR. | ||||
* | Allow distribution of dotlock.* also under a modified BSD license | Werner Koch | 2011-10-24 | 1 | -0/+36 |
| | |||||
* | Change JNLIB license to LGPLv3+ or GPLv2+. | Werner Koch | 2011-09-30 | 1 | -6/+17 |
| | | | | This is to allow the use of this code with code under GPLv2(only). | ||||
* | Add prefix macro for dotlock functions. | Werner Koch | 2011-09-30 | 1 | -8/+13 |
| | | | | Also fixed a type in the GLIB version. | ||||
* | Add dotlock_get_fd and dotlock_set_fd. | Werner Koch | 2011-09-29 | 1 | -2/+34 |
| | |||||
* | Make dotlock.c thread-safe on pthread systems. | Werner Koch | 2011-09-29 | 1 | -25/+74 |
| | | | | This is achieved by passing the define DOTLOCK_USE_PTHREAD. | ||||
* | Add a flag parameter to dotlock_create. | Werner Koch | 2011-09-28 | 1 | -7/+18 |
| | | | | This allows us to extend this function in the future. | ||||
* | Allow arbitrary timeouts with dotlock. | Werner Koch | 2011-09-28 | 1 | -37/+82 |
| | |||||
* | Improved the dotlock module. | Werner Koch | 2011-09-27 | 1 | -41/+372 |
| | | | | | | | - 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 Koch | 2011-09-23 | 1 | -311/+419 |
| | | | | Also cleaned up the dotlock code for easier readability. | ||||
* | Remove support for RISCOS from dotlock.c | Werner Koch | 2011-09-22 | 1 | -58/+7 |
| | |||||
* | Nuked almost all trailing white space.post-nuke-of-trailing-ws | Werner Koch | 2011-02-04 | 1 | -31/+30 |
| | | | | | | | | We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again. | ||||
* | More changes for CE. gpgsm does now build and run a keylisting. | Werner Koch | 2010-03-24 | 1 | -9/+21 |
| | |||||
* | Merged jnlib into common. | Werner Koch | 2010-03-10 | 1 | -0/+713 |