summaryrefslogtreecommitdiff
path: root/pack-revindex.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-08Merge branch 'tb/reverse-midx'Libravatar Junio C Hamano1-0/+126
2021-04-01pack-revindex: read multi-pack reverse indexesLibravatar Taylor Blau1-0/+126
2021-02-26pack-revindex.c: don't close unopened file descriptorsLibravatar Taylor Blau1-1/+2
2021-01-25pack-revindex: ensure that on-disk reverse indexes are given precedenceLibravatar Taylor Blau1-0/+4
2021-01-25packfile: prepare for the existence of '*.rev' filesLibravatar Taylor Blau1-10/+134
2021-01-13pack-revindex.c: avoid direct revindex access in 'offset_to_pack_pos()'Libravatar Taylor Blau1-4/+4
2021-01-13pack-revindex: hide the definition of 'revindex_entry'Libravatar Taylor Blau1-0/+5
2021-01-13pack-revindex: remove unused 'find_revindex_position()'Libravatar Taylor Blau1-19/+12
2021-01-13pack-revindex: remove unused 'find_pack_revindex()'Libravatar Taylor Blau1-15/+0
2021-01-13pack-revindex: introduce a new APILibravatar Taylor Blau1-0/+32
2020-11-16compute pack .idx byte offsets using size_tLibravatar Jeff King1-1/+1
2019-04-16pack-revindex: open index if necessaryLibravatar Jeff King1-3/+10
2019-02-04various: tighten constness of some local variablesLibravatar Shahzad Lone1-5/+5
2018-10-15pack-revindex: express constants in terms of the_hash_algoLibravatar brian m. carlson1-4/+6
2018-03-26object-store: move packed_git and packed_git_mru to object storeLibravatar Stefan Beller1-0/+1
2018-01-19packfile: use get_be64() for large offsetsLibravatar Derrick Stolee1-4/+2
2017-01-30use SWAP macroLibravatar René Scharfe1-4/+1
2016-09-25use COPY_ARRAYLibravatar René Scharfe1-1/+1
2016-02-26Merge branch 'jk/tighten-alloc'Libravatar Junio C Hamano1-4/+8
2016-02-22convert trivial cases to ALLOC_ARRAYLibravatar Jeff King1-4/+8
2015-12-21pack-revindex: store entries directly in packed_gitLibravatar Jeff King1-25/+22
2015-12-21pack-revindex: drop hash tableLibravatar Jeff King1-54/+6
2015-10-26Silence GCC's "cast of pointer to integer of a different size" warningLibravatar Johannes Schindelin1-1/+1
2014-05-27pack-revindex.c: rearrange xcalloc argumentsLibravatar Brian Gesiak1-1/+1
2014-01-16do not discard revindex when re-preparing packfilesLibravatar Jeff King1-11/+0
2013-10-24revindex: export new APIsLibravatar Vicent Marti1-13/+25
2013-07-12pack-revindex: radix-sort the revindexLibravatar Jeff King1-5/+95
2013-07-12pack-revindex: use unsigned to store number of objectsLibravatar Jeff King1-4/+4
2009-07-22janitor: useless checks before freeLibravatar Pierre Habouzit1-2/+1
2008-11-02make find_pack_revindex() aware of the nasty worldLibravatar Nicolas Pitre1-1/+2
2008-08-22discard revindex data when pack list changesLibravatar Nicolas Pitre1-0/+12
2008-06-23call init_pack_revindex() lazilyLibravatar Nicolas Pitre1-2/+4
2008-03-01factorize revindex code out of builtin-pack-objects.cLibravatar Nicolas Pitre1-0/+142