1. 4ae540d lockfile: report when rollback fails by Patrick Steinhardt · 11 months ago
  2. 9865b6e *.[ch] *_INIT macros: use { 0 } for a "zero out" idiom by Ævar Arnfjörð Bjarmason · 3 years, 4 months ago
  3. fa3bff2 lockfile.c: introduce 'hold_lock_file_for_update_mode' by Taylor Blau · 4 years, 9 months ago
  4. ad6dad0 *.[ch]: manually align parameter lists by Denton Liu · 6 years ago
  5. 5545442 *.[ch]: remove extern from function declarations using spatch by Denton Liu · 6 years ago
  6. 6c003d6 reopen_tempfile(): truncate opened file by Jeff King · 6 years ago
  7. d613576 lockfile: fix documentation on `close_lock_file_gently()` by Martin Ågren · 7 years ago
  8. 5e7f01c lockfile: update lifetime requirements in documentation by Jeff King · 7 years ago
  9. 076aa2c tempfile: auto-allocate tempfiles on heap by Jeff King · 7 years ago
  10. 83a3069 lockfile: do not rollback lock on failed close by Jeff King · 7 years ago
  11. 49bd0fc tempfile: do not delete tempfile on failed close by Jeff King · 7 years ago
  12. 0978f4b lockfile: add a new method, is_lock_file_locked() by Michael Haggerty · 8 years ago
  13. b22d748 lockfile: move REPORT_ON_ERROR bit elsewhere by Junio C Hamano · 8 years ago
  14. 3f061bf lockfile: LOCK_REPORT_ON_ERROR by Junio C Hamano · 8 years ago
  15. 05d1ed6 mingw: ensure temporary file handles are not inherited by child processes by Ben Wijen · 8 years ago
  16. aae42e4 lockfile: remove function "hold_lock_file_for_append" by Ralf Thielow · 9 years ago
  17. 1a9d15d tempfile: a new module for handling temporary files by Michael Haggerty · 9 years ago
  18. b4fb09e lockfile: add accessor get_lock_file_path() by Michael Haggerty · 9 years ago
  19. c99a4c2 lockfile: add accessors get_lock_file_fd() and get_lock_file_fp() by Michael Haggerty · 9 years ago
  20. 2db69de lockfile: move documentation to lockfile.h and lockfile.c by Michael Haggerty · 9 years ago
  21. 044b6a9 lockfile: allow file locking to be retried with a timeout by Michael Haggerty · 10 years ago
  22. fb43bd1 lockfile: remove unable_to_lock_error by Jonathan Nieder · 10 years ago
  23. 013870c fdopen_lock_file(): access a lockfile using stdio by Michael Haggerty · 10 years ago
  24. 697cc8e lockfile.h: extract new header file for the functions in lockfile.c by Michael Haggerty · 10 years ago