summaryrefslogtreecommitdiff
path: root/lockfile.h
Commit message (Expand)AuthorAgeFilesLines
* *.[ch] *_INIT macros: use { 0 } for a "zero out" idiomÆvar Arnfjörð Bjarmason2021-09-271-1/+1
* lockfile.c: introduce 'hold_lock_file_for_update_mode'Taylor Blau2020-04-271-4/+28
* *.[ch]: manually align parameter listsDenton Liu2019-05-051-1/+1
* *.[ch]: remove extern from function declarations using spatchDenton Liu2019-05-051-5/+5
* reopen_tempfile(): truncate opened fileJeff King2018-09-051-2/+2
* lockfile: fix documentation on `close_lock_file_gently()`Martin Ågren2017-10-061-2/+2
* lockfile: update lifetime requirements in documentationJeff King2017-09-061-10/+10
* tempfile: auto-allocate tempfiles on heapJeff King2017-09-061-8/+8
* lockfile: do not rollback lock on failed closeJeff King2017-09-061-18/+12
* tempfile: do not delete tempfile on failed closeJeff King2017-09-061-1/+7
* lockfile: add a new method, is_lock_file_locked()Michael Haggerty2017-05-231-0/+8
* lockfile: move REPORT_ON_ERROR bit elsewherejc/lock-report-on-errorJunio C Hamano2016-12-271-1/+1
* lockfile: LOCK_REPORT_ON_ERRORJunio C Hamano2016-12-071-1/+7
* mingw: ensure temporary file handles are not inherited by child processesbw/mingw-avoid-inheriting-fd-to-lockfileBen Wijen2016-08-231-0/+4
* lockfile: remove function "hold_lock_file_for_append"rt/remove-hold-lockfile-for-appendRalf Thielow2015-08-281-19/+7
* tempfile: a new module for handling temporary filesMichael Haggerty2015-08-101-25/+48
* lockfile: add accessor get_lock_file_path()Michael Haggerty2015-08-101-0/+6
* lockfile: add accessors get_lock_file_fd() and get_lock_file_fp()Michael Haggerty2015-08-101-0/+3
* lockfile: move documentation to lockfile.h and lockfile.cMichael Haggerty2015-08-101-60/+230
* lockfile: allow file locking to be retried with a timeoutMichael Haggerty2015-05-141-2/+14
* lockfile: remove unable_to_lock_errorJonathan Nieder2014-10-151-1/+0
* fdopen_lock_file(): access a lockfile using stdioMichael Haggerty2014-10-011-0/+4
* lockfile.h: extract new header file for the functions in lockfile.cmh/lockfileMichael Haggerty2014-10-011-0/+84