aboutsummaryrefslogtreecommitdiff
path: root/lockfile.h
Commit message (Expand)AuthorAge
* lockfile: fix documentation on `close_lock_file_gently()`Martin Ă…gren2017-10-06
* lockfile: update lifetime requirements in documentationJeff King2017-09-06
* tempfile: auto-allocate tempfiles on heapJeff King2017-09-06
* lockfile: do not rollback lock on failed closeJeff King2017-09-06
* tempfile: do not delete tempfile on failed closeJeff King2017-09-06
* lockfile: add a new method, is_lock_file_locked()Michael Haggerty2017-05-23
* lockfile: move REPORT_ON_ERROR bit elsewhereJunio C Hamano2016-12-27
* lockfile: LOCK_REPORT_ON_ERRORJunio C Hamano2016-12-07
* mingw: ensure temporary file handles are not inherited by child processesBen Wijen2016-08-23
* lockfile: remove function "hold_lock_file_for_append"Ralf Thielow2015-08-28
* tempfile: a new module for handling temporary filesMichael Haggerty2015-08-10
* lockfile: add accessor get_lock_file_path()Michael Haggerty2015-08-10
* lockfile: add accessors get_lock_file_fd() and get_lock_file_fp()Michael Haggerty2015-08-10
* lockfile: move documentation to lockfile.h and lockfile.cMichael Haggerty2015-08-10
* lockfile: allow file locking to be retried with a timeoutMichael Haggerty2015-05-14
* lockfile: remove unable_to_lock_errorJonathan Nieder2014-10-15
* fdopen_lock_file(): access a lockfile using stdioMichael Haggerty2014-10-01
* lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty2014-10-01