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