summaryrefslogtreecommitdiff
path: root/pack-revindex.c
AgeCommit message (Expand)Author
2021-04-08Merge branch 'tb/reverse-midx'Junio C Hamano
2021-04-01pack-revindex: read multi-pack reverse indexesTaylor Blau
2021-02-26pack-revindex.c: don't close unopened file descriptorsTaylor Blau
2021-01-26pack-revindex: ensure that on-disk reverse indexes are given precedenceTaylor Blau
2021-01-26packfile: prepare for the existence of '*.rev' filesTaylor Blau
2021-01-14pack-revindex.c: avoid direct revindex access in 'offset_to_pack_pos()'Taylor Blau
2021-01-14pack-revindex: hide the definition of 'revindex_entry'Taylor Blau
2021-01-14pack-revindex: remove unused 'find_revindex_position()'Taylor Blau
2021-01-14pack-revindex: remove unused 'find_pack_revindex()'Taylor Blau
2021-01-14pack-revindex: introduce a new APITaylor Blau
2020-11-16compute pack .idx byte offsets using size_tJeff King
2019-04-16pack-revindex: open index if necessaryJeff King
2019-02-04various: tighten constness of some local variablesShahzad Lone
2018-10-15pack-revindex: express constants in terms of the_hash_algobrian m. carlson
2018-03-26object-store: move packed_git and packed_git_mru to object storeStefan Beller
2018-01-19packfile: use get_be64() for large offsetsDerrick Stolee
2017-01-30use SWAP macroRené Scharfe
2016-09-25use COPY_ARRAYRené Scharfe
2016-02-26Merge branch 'jk/tighten-alloc'Junio C Hamano
2016-02-22convert trivial cases to ALLOC_ARRAYJeff King
2015-12-21pack-revindex: store entries directly in packed_gitJeff King
2015-12-21pack-revindex: drop hash tableJeff King
2015-10-26Silence GCC's "cast of pointer to integer of a different size" warningJohannes Schindelin
2014-05-27pack-revindex.c: rearrange xcalloc argumentsBrian Gesiak
2014-01-16do not discard revindex when re-preparing packfilesJeff King
2013-10-24revindex: export new APIsVicent Marti
2013-07-12pack-revindex: radix-sort the revindexJeff King
2013-07-12pack-revindex: use unsigned to store number of objectsJeff King
2009-07-23janitor: useless checks before freePierre Habouzit
2008-11-02make find_pack_revindex() aware of the nasty worldNicolas Pitre
2008-08-23discard revindex data when pack list changesNicolas Pitre
2008-06-24call init_pack_revindex() lazilyNicolas Pitre
2008-03-01factorize revindex code out of builtin-pack-objects.cNicolas Pitre