Age | Commit message (Expand) | Author | Files | Lines |
2017-10-06 | lockfile: fix documentation on `close_lock_file_gently()` | Martin Ă…gren | 1 | -2/+2 |
2017-09-06 | lockfile: update lifetime requirements in documentation | Jeff King | 1 | -10/+10 |
2017-09-06 | tempfile: auto-allocate tempfiles on heap | Jeff King | 1 | -8/+8 |
2017-09-06 | lockfile: do not rollback lock on failed close | Jeff King | 1 | -18/+12 |
2017-09-06 | tempfile: do not delete tempfile on failed close | Jeff King | 1 | -1/+7 |
2017-05-23 | lockfile: add a new method, is_lock_file_locked() | Michael Haggerty | 1 | -0/+8 |
2016-12-27 | lockfile: move REPORT_ON_ERROR bit elsewhere | Junio C Hamano | 1 | -1/+1 |
2016-12-07 | lockfile: LOCK_REPORT_ON_ERROR | Junio C Hamano | 1 | -1/+7 |
2016-08-23 | mingw: ensure temporary file handles are not inherited by child processes | Ben Wijen | 1 | -0/+4 |
2015-08-28 | lockfile: remove function "hold_lock_file_for_append" | Ralf Thielow | 1 | -19/+7 |
2015-08-10 | tempfile: a new module for handling temporary files | Michael Haggerty | 1 | -25/+48 |
2015-08-10 | lockfile: add accessor get_lock_file_path() | Michael Haggerty | 1 | -0/+6 |
2015-08-10 | lockfile: add accessors get_lock_file_fd() and get_lock_file_fp() | Michael Haggerty | 1 | -0/+3 |
2015-08-10 | lockfile: move documentation to lockfile.h and lockfile.c | Michael Haggerty | 1 | -60/+230 |
2015-05-14 | lockfile: allow file locking to be retried with a timeout | Michael Haggerty | 1 | -2/+14 |
2014-10-15 | lockfile: remove unable_to_lock_error | Jonathan Nieder | 1 | -1/+0 |
2014-10-01 | fdopen_lock_file(): access a lockfile using stdio | Michael Haggerty | 1 | -0/+4 |
2014-10-01 | lockfile.h: extract new header file for the functions in lockfile.c | Michael Haggerty | 1 | -0/+84 |