summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-07bundle: plug minor memory leak in is_tag_in_date_range()René Scharfe
2014-10-01commit_packed_refs(): reimplement using fdopen_lock_file()Michael Haggerty
2014-10-01dump_marks(): reimplement using fdopen_lock_file()Michael Haggerty
2014-10-01fdopen_lock_file(): access a lockfile using stdioMichael Haggerty
2014-10-01lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty
2014-10-01hold_locked_index(): move from lockfile.c to read-cache.cMichael Haggerty
2014-10-01hold_lock_file_for_append(): restore errno before returningMichael Haggerty
2014-10-01get_locked_file_path(): new functionMichael Haggerty
2014-10-01lockfile.c: rename static functionsMichael Haggerty
2014-10-01lockfile: rename LOCK_NODEREF to LOCK_NO_DEREFMichael Haggerty
2014-10-01commit_lock_file_to(): refactor a helper out of commit_lock_file()Michael Haggerty
2014-10-01trim_last_path_component(): replace last_path_elm()Michael Haggerty
2014-10-01resolve_symlink(): take a strbuf parameterMichael Haggerty
2014-10-01resolve_symlink(): use a strbuf for internal scratch spaceMichael Haggerty
2014-10-01lockfile: change lock_file::filename into a strbufMichael Haggerty
2014-10-01commit_lock_file(): use a strbuf to manage temporary spaceMichael Haggerty
2014-10-01try_merge_strategy(): use a statically-allocated lock_file objectMichael Haggerty
2014-10-01try_merge_strategy(): remove redundant lock_file allocationMichael Haggerty
2014-10-01struct lock_file: declare some fields volatileMichael Haggerty
2014-10-01lockfile: avoid transitory invalid statesMichael Haggerty
2014-10-01git_config_set_multivar_in_file(): avoid call to rollback_lock_file()Michael Haggerty
2014-10-01dump_marks(): remove a redundant call to rollback_lock_file()Michael Haggerty
2014-10-01api-lockfile: document edge casesMichael Haggerty
2014-10-01commit_lock_file(): rollback lock file on failure to renameMichael Haggerty
2014-10-01close_lock_file(): if close fails, roll backMichael Haggerty
2014-10-01commit_lock_file(): die() if called for unlocked lockfile objectMichael Haggerty
2014-10-01commit_lock_file(): inline temporary variableMichael Haggerty
2014-10-01remove_lock_file(): call rollback_lock_file()Michael Haggerty
2014-10-01lock_file(): exit early if lockfile cannot be openedMichael Haggerty
2014-10-01prepare_index(): declare return value to be (const char *)Michael Haggerty
2014-10-01delete_ref_loose(): don't muck around in the lock_file's filenameMichael Haggerty
2014-10-01cache.h: define constants LOCK_SUFFIX and LOCK_SUFFIX_LENMichael Haggerty
2014-10-01lockfile.c: document the various states of lock_file objectsMichael Haggerty
2014-10-01lock_file(): always initialize and register lock_file objectMichael Haggerty
2014-10-01hold_lock_file_for_append(): release lock on errorsMichael Haggerty
2014-10-01lockfile: unlock file if lockfile permissions cannot be adjustedMichael Haggerty
2014-10-01rollback_lock_file(): set fd to -1Michael Haggerty
2014-10-01rollback_lock_file(): exit early if lock is not activeMichael Haggerty
2014-10-01rollback_lock_file(): do not clear filename redundantlyMichael Haggerty
2014-10-01close_lock_file(): exit (successfully) if file is already closedMichael Haggerty
2014-10-01api-lockfile: revise and expand the documentationMichael Haggerty
2014-10-01unable_to_lock_die(): rename function from unable_to_lock_index_die()Michael Haggerty
2014-10-01daemon: remove write-only variable maxfdRené Scharfe
2014-10-01daemon: fix error message after bind()René Scharfe
2014-10-01daemon: handle gethostbyname() errorRené Scharfe
2014-10-01sha1-lookup: handle duplicates in sha1_pos()René Scharfe
2014-10-01sha1-array: add test-sha1-array and basic testsRené Scharfe
2014-09-30t0090: avoid passing empty string to printf %dRené Scharfe
2014-09-30Sync with 2.1.2Junio C Hamano
2014-09-30Merge branch 'jt/itimer-autoconf'Junio C Hamano