Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lockfile: remove function "hold_lock_file_for_append"rt/remove-hold-lockfile-for-append | Ralf Thielow | 2015-08-28 | 1 | -19/+7 |
* | tempfile: a new module for handling temporary files | Michael Haggerty | 2015-08-10 | 1 | -25/+48 |
* | lockfile: add accessor get_lock_file_path() | Michael Haggerty | 2015-08-10 | 1 | -0/+6 |
* | lockfile: add accessors get_lock_file_fd() and get_lock_file_fp() | Michael Haggerty | 2015-08-10 | 1 | -0/+3 |
* | lockfile: move documentation to lockfile.h and lockfile.c | Michael Haggerty | 2015-08-10 | 1 | -60/+230 |
* | lockfile: allow file locking to be retried with a timeout | Michael Haggerty | 2015-05-14 | 1 | -2/+14 |
* | lockfile: remove unable_to_lock_error | Jonathan Nieder | 2014-10-15 | 1 | -1/+0 |
* | fdopen_lock_file(): access a lockfile using stdio | Michael Haggerty | 2014-10-01 | 1 | -0/+4 |
* | lockfile.h: extract new header file for the functions in lockfile.cmh/lockfile | Michael Haggerty | 2014-10-01 | 1 | -0/+84 |