summaryrefslogtreecommitdiff
path: root/lockfile.h
AgeCommit message (Expand)Author
2018-09-05reopen_tempfile(): truncate opened fileJeff King
2017-10-06lockfile: fix documentation on `close_lock_file_gently()`Martin Ă…gren
2017-09-06lockfile: update lifetime requirements in documentationJeff King
2017-09-06tempfile: auto-allocate tempfiles on heapJeff King
2017-09-06lockfile: do not rollback lock on failed closeJeff King
2017-09-06tempfile: do not delete tempfile on failed closeJeff King
2017-05-23lockfile: add a new method, is_lock_file_locked()Michael Haggerty
2016-12-27lockfile: move REPORT_ON_ERROR bit elsewhereJunio C Hamano
2016-12-07lockfile: LOCK_REPORT_ON_ERRORJunio C Hamano
2016-08-23mingw: ensure temporary file handles are not inherited by child processesBen Wijen
2015-08-28lockfile: remove function "hold_lock_file_for_append"Ralf Thielow
2015-08-10tempfile: a new module for handling temporary filesMichael Haggerty
2015-08-10lockfile: add accessor get_lock_file_path()Michael Haggerty
2015-08-10lockfile: add accessors get_lock_file_fd() and get_lock_file_fp()Michael Haggerty
2015-08-10lockfile: move documentation to lockfile.h and lockfile.cMichael Haggerty
2015-05-14lockfile: allow file locking to be retried with a timeoutMichael Haggerty
2014-10-15lockfile: remove unable_to_lock_errorJonathan Nieder
2014-10-01fdopen_lock_file(): access a lockfile using stdioMichael Haggerty
2014-10-01lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty