38165 Commits (9aeb4c2b57aaaab208e5cce85dceadd551138a68)
 

Author SHA1 Message Date
Michael Haggerty 751bacedaa commit_lock_file_to(): refactor a helper out of commit_lock_file() 11 years ago
Michael Haggerty 0c0d6e8601 trim_last_path_component(): replace last_path_elm() 11 years ago
Michael Haggerty 6cad805332 resolve_symlink(): take a strbuf parameter 11 years ago
Michael Haggerty 5025d8450a resolve_symlink(): use a strbuf for internal scratch space 11 years ago
Michael Haggerty cf6950d3bf lockfile: change lock_file::filename into a strbuf 11 years ago
Michael Haggerty 3e88e8fc08 commit_lock_file(): use a strbuf to manage temporary space 11 years ago
Michael Haggerty daccee387a try_merge_strategy(): use a statically-allocated lock_file object 11 years ago
Michael Haggerty 1fef4b5041 try_merge_strategy(): remove redundant lock_file allocation 11 years ago
Michael Haggerty 2091c5062c struct lock_file: declare some fields volatile 11 years ago
Michael Haggerty 707103fdfd lockfile: avoid transitory invalid states 11 years ago
Michael Haggerty e831855ecc git_config_set_multivar_in_file(): avoid call to rollback_lock_file() 11 years ago
Michael Haggerty 32c3ec258e dump_marks(): remove a redundant call to rollback_lock_file() 11 years ago
Michael Haggerty d75145acf6 api-lockfile: document edge cases 11 years ago
Michael Haggerty 1b1648f46b commit_lock_file(): rollback lock file on failure to rename 11 years ago
Michael Haggerty 8e86c155d2 close_lock_file(): if close fails, roll back 11 years ago
Michael Haggerty 8a1c7533e2 commit_lock_file(): die() if called for unlocked lockfile object 11 years ago
Michael Haggerty 4f4713df94 commit_lock_file(): inline temporary variable 11 years ago
Michael Haggerty a1754bcce9 remove_lock_file(): call rollback_lock_file() 11 years ago
Michael Haggerty e31e949b9f lock_file(): exit early if lockfile cannot be opened 11 years ago
Michael Haggerty 35ff08be09 prepare_index(): declare return value to be (const char *) 11 years ago
Michael Haggerty 91f1f19184 delete_ref_loose(): don't muck around in the lock_file's filename 11 years ago
Michael Haggerty 7108ad232f cache.h: define constants LOCK_SUFFIX and LOCK_SUFFIX_LEN 11 years ago
Michael Haggerty 0a06f14837 lockfile.c: document the various states of lock_file objects 11 years ago
Michael Haggerty 04e57d4d32 lock_file(): always initialize and register lock_file object 11 years ago
Michael Haggerty ebb8e380e9 hold_lock_file_for_append(): release lock on errors 11 years ago
Michael Haggerty 41dd4ffaf9 lockfile: unlock file if lockfile permissions cannot be adjusted 11 years ago
Michael Haggerty 26f5d3b65f rollback_lock_file(): set fd to -1 11 years ago
Michael Haggerty 9085f8e279 rollback_lock_file(): exit early if lock is not active 11 years ago
Michael Haggerty 5527d5349b rollback_lock_file(): do not clear filename redundantly 11 years ago
Michael Haggerty 419f0c0f68 close_lock_file(): exit (successfully) if file is already closed 11 years ago
Michael Haggerty a5e48669a2 api-lockfile: revise and expand the documentation 11 years ago
Michael Haggerty e197c21807 unable_to_lock_die(): rename function from unable_to_lock_index_die() 11 years ago
René Scharfe 107efbeb24 daemon: remove write-only variable maxfd 11 years ago
René Scharfe 9d1b9aa9e1 daemon: fix error message after bind() 11 years ago
René Scharfe eb6c403500 daemon: handle gethostbyname() error 11 years ago
René Scharfe 0eb0fb889e sha1-lookup: handle duplicates in sha1_pos() 11 years ago
René Scharfe 38d905bf58 sha1-array: add test-sha1-array and basic tests 11 years ago
René Scharfe c8db708d5d t0090: avoid passing empty string to printf %d 11 years ago
Junio C Hamano 565301e416 Sync with 2.1.2 11 years ago
Junio C Hamano 7dded6610e Merge branch 'jt/itimer-autoconf' 11 years ago
Junio C Hamano 0ba92ef338 Merge branch 'jc/test-lazy-prereq' 11 years ago
Junio C Hamano ab9bc95d53 Merge branch 'sb/merge-recursive-copy-paste-fix' 11 years ago
Junio C Hamano 131f0315c4 Merge branch 'pr/use-default-sigpipe-setting' 11 years ago
Junio C Hamano 80b616d04b Git 2.1.2 11 years ago
Junio C Hamano 46c8f859b7 Merge branch 'jk/fsck-exit-code-fix' into maint 11 years ago
Junio C Hamano 102edda4df Merge branch 'ta/config-add-to-empty-or-true-fix' into maint 11 years ago
Junio C Hamano 421ec4f8d1 Merge branch 'mk/reachable-protect-detached-head' into maint 11 years ago
Junio C Hamano 5b830a8588 Merge branch 'mb/fast-import-delete-root' into maint 11 years ago
Junio C Hamano 46092ebf22 Merge branch 'jk/index-pack-threading-races' into maint 11 years ago
Junio C Hamano 060517093e Merge branch 'jk/send-pack-many-refspecs' into maint 11 years ago