summaryrefslogtreecommitdiff
path: root/pack-revindex.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* midx: read `RIDX` chunk when presentTaylor Blau2022-01-271-0/+17
* pack-revindex.c: instrument loading on-disk reverse indexTaylor Blau2022-01-271-0/+3
* midx.c: write MIDX filenames to strbufTaylor Blau2021-10-281-4/+4
* Merge branch 'tb/reverse-midx'Junio C Hamano2021-04-081-0/+126
|\
| * pack-revindex: read multi-pack reverse indexesTaylor Blau2021-04-011-0/+126
* | pack-revindex.c: don't close unopened file descriptorsTaylor Blau2021-02-261-1/+2
|/
* pack-revindex: ensure that on-disk reverse indexes are given precedenceTaylor Blau2021-01-251-0/+4
* packfile: prepare for the existence of '*.rev' filesTaylor Blau2021-01-251-10/+134
* pack-revindex.c: avoid direct revindex access in 'offset_to_pack_pos()'Taylor Blau2021-01-131-4/+4
* pack-revindex: hide the definition of 'revindex_entry'Taylor Blau2021-01-131-0/+5
* pack-revindex: remove unused 'find_revindex_position()'Taylor Blau2021-01-131-19/+12
* pack-revindex: remove unused 'find_pack_revindex()'Taylor Blau2021-01-131-15/+0
* pack-revindex: introduce a new APITaylor Blau2021-01-131-0/+32
* compute pack .idx byte offsets using size_tJeff King2020-11-161-1/+1
* pack-revindex: open index if necessaryJeff King2019-04-161-3/+10
* various: tighten constness of some local variablesShahzad Lone2019-02-041-5/+5
* pack-revindex: express constants in terms of the_hash_algobrian m. carlson2018-10-151-4/+6
* object-store: move packed_git and packed_git_mru to object storeStefan Beller2018-03-261-0/+1
* packfile: use get_be64() for large offsetsds/use-get-be64Derrick Stolee2018-01-191-4/+2
* use SWAP macroRené Scharfe2017-01-301-4/+1
* use COPY_ARRAYrs/copy-arrayRené Scharfe2016-09-251-1/+1
* Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-261-4/+8
|\
| * convert trivial cases to ALLOC_ARRAYJeff King2016-02-221-4/+8
| * Silence GCC's "cast of pointer to integer of a different size" warningJohannes Schindelin2015-10-261-1/+1
| * pack-revindex.c: rearrange xcalloc argumentsBrian Gesiak2014-05-271-1/+1
* | pack-revindex: store entries directly in packed_gitjk/pack-revindexJeff King2015-12-211-25/+22
* | pack-revindex: drop hash tableJeff King2015-12-211-54/+6
|/
* do not discard revindex when re-preparing packfilesJeff King2014-01-161-11/+0
* revindex: export new APIsVicent Marti2013-10-241-13/+25
* pack-revindex: radix-sort the revindexjk/in-pack-size-measurementJeff King2013-07-121-5/+95
* pack-revindex: use unsigned to store number of objectsJeff King2013-07-121-4/+4
* janitor: useless checks before freePierre Habouzit2009-07-221-2/+1
* make find_pack_revindex() aware of the nasty worldNicolas Pitre2008-11-021-1/+2
* discard revindex data when pack list changesNicolas Pitre2008-08-221-0/+12
* call init_pack_revindex() lazilyNicolas Pitre2008-06-231-2/+4
* factorize revindex code out of builtin-pack-objects.cNicolas Pitre2008-03-011-0/+142