aboutsummaryrefslogtreecommitdiff
path: root/refs/packed-backend.c
AgeCommit message (Expand)Author
2017-09-25packed_ref_iterator_begin(): iterate using `mmapped_ref_iterator`Michael Haggerty
2017-09-25read_packed_refs(): ensure that references are ordered when readMichael Haggerty
2017-09-25packed_ref_cache: keep the `packed-refs` file mmapped if possibleMichael Haggerty
2017-09-25packed-backend.c: reorder some definitionsMichael Haggerty
2017-09-25mmapped_ref_iterator_advance(): no peeled value for broken refsMichael Haggerty
2017-09-25mmapped_ref_iterator: add iterator over a packed-refs fileMichael Haggerty
2017-09-25packed_ref_cache: remember the file-wide peeling stateMichael Haggerty
2017-09-25read_packed_refs(): read references with minimal copyingMichael Haggerty
2017-09-19Merge branch 'mh/packed-ref-transactions'Junio C Hamano
2017-09-14read_packed_refs(): make parsing of the header line more robustMichael Haggerty
2017-09-14read_packed_refs(): only check for a header at the top of the fileMichael Haggerty
2017-09-14read_packed_refs(): use mmap to read the `packed-refs` fileMichael Haggerty
2017-09-14die_unterminated_line(), die_invalid_line(): new functionsMichael Haggerty
2017-09-14packed_ref_cache: add a backlink to the associated `packed_ref_store`Michael Haggerty
2017-09-14ref_iterator: keep track of whether the iterator output is orderedMichael Haggerty
2017-09-09packed-backend: rip out some now-unused codeMichael Haggerty
2017-09-09packed_delete_refs(): implement methodMichael Haggerty
2017-09-09packed_ref_store: implement reference transactionsMichael Haggerty
2017-09-09packed-backend: don't adjust the reference count on lock/unlockMichael Haggerty
2017-09-06tempfile: auto-allocate tempfiles on heapJeff King
2017-09-06lockfile: do not rollback lock on failed closeJeff King
2017-08-22Merge branch 'mh/packed-ref-store'Junio C Hamano
2017-07-27packed_ref_store: handle a packed-refs file that is a symlinkMichael Haggerty
2017-07-03read_packed_refs(): die if `packed-refs` contains bogus dataMichael Haggerty
2017-07-03repack_without_refs(): don't lock or unlock the packed refsMichael Haggerty
2017-06-23commit_packed_refs(): remove call to `packed_refs_unlock()`Michael Haggerty
2017-06-23clear_packed_ref_cache(): don't protest if the lock is heldMichael Haggerty
2017-06-23packed_refs_unlock(), packed_refs_is_locked(): new functionsMichael Haggerty
2017-06-23packed_refs_lock(): report errors via a `struct strbuf *err`Michael Haggerty
2017-06-23packed_refs_lock(): function renamed from lock_packed_refs()Michael Haggerty
2017-06-23commit_packed_refs(): use a staging file separate from the lockfileMichael Haggerty
2017-06-23commit_packed_refs(): report errors rather than dyingMichael Haggerty
2017-06-23packed_ref_store: make class into a subclass of `ref_store`Michael Haggerty
2017-06-23packed-backend: new module for handling packed referencesMichael Haggerty