index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lockfile.c
Commit message (
Expand
)
Author
Age
*
lockfile.h: extract new header file for the functions in lockfile.c
Michael Haggerty
2014-10-01
*
hold_locked_index(): move from lockfile.c to read-cache.c
Michael Haggerty
2014-10-01
*
hold_lock_file_for_append(): restore errno before returning
Michael Haggerty
2014-10-01
*
get_locked_file_path(): new function
Michael Haggerty
2014-10-01
*
lockfile.c: rename static functions
Michael Haggerty
2014-10-01
*
lockfile: rename LOCK_NODEREF to LOCK_NO_DEREF
Michael Haggerty
2014-10-01
*
commit_lock_file_to(): refactor a helper out of commit_lock_file()
Michael Haggerty
2014-10-01
*
trim_last_path_component(): replace last_path_elm()
Michael Haggerty
2014-10-01
*
resolve_symlink(): take a strbuf parameter
Michael Haggerty
2014-10-01
*
resolve_symlink(): use a strbuf for internal scratch space
Michael Haggerty
2014-10-01
*
lockfile: change lock_file::filename into a strbuf
Michael Haggerty
2014-10-01
*
commit_lock_file(): use a strbuf to manage temporary space
Michael Haggerty
2014-10-01
*
struct lock_file: declare some fields volatile
Michael Haggerty
2014-10-01
*
lockfile: avoid transitory invalid states
Michael Haggerty
2014-10-01
*
commit_lock_file(): rollback lock file on failure to rename
Michael Haggerty
2014-10-01
*
close_lock_file(): if close fails, roll back
Michael Haggerty
2014-10-01
*
commit_lock_file(): die() if called for unlocked lockfile object
Michael Haggerty
2014-10-01
*
commit_lock_file(): inline temporary variable
Michael Haggerty
2014-10-01
*
remove_lock_file(): call rollback_lock_file()
Michael Haggerty
2014-10-01
*
lock_file(): exit early if lockfile cannot be opened
Michael Haggerty
2014-10-01
*
cache.h: define constants LOCK_SUFFIX and LOCK_SUFFIX_LEN
Michael Haggerty
2014-10-01
*
lockfile.c: document the various states of lock_file objects
Michael Haggerty
2014-10-01
*
lock_file(): always initialize and register lock_file object
Michael Haggerty
2014-10-01
*
hold_lock_file_for_append(): release lock on errors
Michael Haggerty
2014-10-01
*
lockfile: unlock file if lockfile permissions cannot be adjusted
Michael Haggerty
2014-10-01
*
rollback_lock_file(): set fd to -1
Michael Haggerty
2014-10-01
*
rollback_lock_file(): exit early if lock is not active
Michael Haggerty
2014-10-01
*
rollback_lock_file(): do not clear filename redundantly
Michael Haggerty
2014-10-01
*
close_lock_file(): exit (successfully) if file is already closed
Michael Haggerty
2014-10-01
*
unable_to_lock_die(): rename function from unable_to_lock_index_die()
Michael Haggerty
2014-10-01
*
Merge branch 'jc/reopen-lock-file'
Junio C Hamano
2014-09-02
|
\
|
*
lockfile: allow reopening a closed but still locked file
Junio C Hamano
2014-07-14
*
|
Merge branch 'rs/ref-transaction-0'
Junio C Hamano
2014-07-21
|
\
\
|
|
/
|
/
|
|
*
lockfile.c: make lock_file return a meaningful errno on failurei
Ronnie Sahlberg
2014-07-14
|
*
lockfile.c: add a new public function unable_to_lock_message
Ronnie Sahlberg
2014-07-14
*
|
read-cache: relocate and unexport commit_locked_index()
Nguyễn Thái Ngọc Duy
2014-06-13
|
/
*
lockfile: fix buffer overflow in path handling
Michael Haggerty
2013-07-07
*
Name make_*_path functions more accurately
Carlos Martín Nieto
2011-03-17
*
lockfile: show absolute filename in unable_to_lock_message
Matthieu Moy
2010-01-12
*
git branch -D: give a better error message when lockfile creation fails
Miklos Vajna
2009-09-29
*
Merge branch 'ar/unlink-err'
Junio C Hamano
2009-05-18
|
\
|
*
replace direct calls to unlink(2) with unlink_or_warn
Alex Riesen
2009-04-29
*
|
Fix a bunch of pointer declarations (codestyle)
Felipe Contreras
2009-05-01
|
/
*
Make the 'lock file' exists error more informative
John Tapsell
2009-03-04
*
Merge branch 'maint'
Junio C Hamano
2009-02-19
|
\
|
*
More friendly message when locking the index fails.
Matthieu Moy
2009-02-19
*
|
refactor signal handling for cleanup functions
Jeff King
2009-01-21
*
|
chain kill signals for cleanup functions
Jeff King
2009-01-21
|
/
*
Make sure lockfiles are unlocked when dying on SIGPIPE
Junio C Hamano
2008-12-21
*
Enhance hold_lock_file_for_{update,append}() API
Junio C Hamano
2008-10-19
[next]