summaryrefslogtreecommitdiffstats
path: root/lockfile.c
AgeCommit message (Expand)AuthorLines
2013-07-07lockfile: fix buffer overflow in path handlingMichael Haggerty-4/+6
2011-03-17Name make_*_path functions more accuratelyCarlos Martín Nieto-2/+2
2010-01-12lockfile: show absolute filename in unable_to_lock_messageMatthieu Moy-2/+3
2009-09-29git branch -D: give a better error message when lockfile creation failsMiklos Vajna-6/+20
2009-05-18Merge branch 'ar/unlink-err'Junio C Hamano-2/+2
2009-05-01Fix a bunch of pointer declarations (codestyle)Felipe Contreras-1/+1
2009-04-29replace direct calls to unlink(2) with unlink_or_warnAlex Riesen-2/+2
2009-03-04Make the 'lock file' exists error more informativeJohn Tapsell-2/+2
2009-02-19Merge branch 'maint'Junio C Hamano-1/+15
2009-02-19More friendly message when locking the index fails.Matthieu Moy-1/+15
2009-01-21refactor signal handling for cleanup functionsJeff King-5/+1
2009-01-21chain kill signals for cleanup functionsJeff King-6/+7
2008-12-21Make sure lockfiles are unlocked when dying on SIGPIPEJunio C Hamano-0/+1
2008-10-19Enhance hold_lock_file_for_{update,append}() APIJunio C Hamano-12/+17
2008-05-31rollback lock files on more signals than just SIGINTPaolo Bonzini-0/+3
2008-05-25Merge branch 'db/clone-in-c'Junio C Hamano-0/+28
2008-05-25Reset the signal being handledClemens Buchacher-1/+1
2008-05-04Add a lockfile function to append to a fileDaniel Barkalow-0/+28
2008-01-16close_lock_file(): new function in the lockfile APIBrandon Casey-8/+22
2007-11-26Use is_absolute_path() in diff-lib.c, lockfile.c, setup.c, trace.cSteffen Prohaska-1/+1
2007-11-14Close files opened by lock_file() before unlinking.Johannes Schindelin-7/+10
2007-07-27fully resolve symlinks when creating lockfilesBradford C. Smith-14/+102
2007-07-25When locking in a symlinked repository, try to lock the original.Junio C Hamano-0/+13
2007-07-13lockfile.c: schedule remove_lock_file only once.Sven Verdoolaege-4/+4
2007-06-07War on whitespaceJunio C Hamano-1/+0
2007-04-21lockfile: record the primary process.Junio C Hamano-1/+5
2007-04-03git-read-tree --index-output=<file>Junio C Hamano-3/+8
2007-04-03_GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.Junio C Hamano-0/+17
2007-01-06Print a more accurate error message when we fail to create a lock file.Steven Grimm-1/+1
2007-01-04Merge branch 'maint'Junio C Hamano-1/+6
2007-01-03Fix infinite loop when deleting multiple packed refs.Junio C Hamano-1/+6
2006-12-20simplify inclusion of system header files.Junio C Hamano-1/+0
2006-08-12Better error message when we are unable to lock the index fileJunio C Hamano-1/+9
2006-06-09shared repository - add a few missing calls to adjust_shared_perm().Junio C Hamano-5/+10
2006-06-06Make index file locking code reusable to others.Junio C Hamano-0/+57