summaryrefslogtreecommitdiffstats
path: root/packfile.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* config: make `packed_git_(limit|window_size)` non-global variablesKarthik Nayak2024-12-041-1/+1
* packfile: pass down repository to `for_each_packed_object`Karthik Nayak2024-12-041-1/+1
* packfile: pass down repository to `has_object[_kept]_pack`Karthik Nayak2024-12-041-2/+3
* packfile: pass down repository to `odb_pack_name`Karthik Nayak2024-12-041-1/+2
* packfile: add repository to struct `packed_git`Karthik Nayak2024-12-041-2/+4
* packfile: use object_id in find_pack_entry_one()Jeff King2024-10-251-2/+2
* packfile: convert find_sha1_pack() to use object_idJeff King2024-10-251-2/+7
* packfile: warn people away from parse_packed_git()Jeff King2024-10-251-1/+10
* packfile: drop sha1_pack_index_name()Jeff King2024-10-251-7/+0
* packfile: drop sha1_pack_name()Jeff King2024-10-251-7/+0
* packfile: drop has_pack_index()Jeff King2024-10-251-2/+0
* midx: implement support for writing incremental MIDX chainsTaylor Blau2024-08-061-0/+4
* hash-ll: merge with "hash.h"Patrick Steinhardt2024-06-141-0/+2
* packfile.c: fix a typo in `each_file_in_pack_dir_fn()`'s declarationJohannes Schindelin2023-11-201-1/+1
* packfile.h: move pack_window and pack_entry from cache.hElijah Newren2023-04-241-2/+14
* Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-1/+0
|\
| * cocci: apply the "packfile.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+0
* | treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren2023-03-211-1/+3
|/
* Merge branch 'tb/pack-revindex-on-disk-cleanup'Junio C Hamano2021-12-151-1/+0
|\
| * packfile: make `close_pack_revindex()` staticTaylor Blau2021-12-051-1/+0
* | packfile: convert has_packed_and_bad() to object_idRené Scharfe2021-09-131-1/+1
* | packfile: convert mark_bad_packed_object() to object_idRené Scharfe2021-09-131-1/+1
* | packfile: introduce 'find_kept_pack_entry()'Taylor Blau2021-02-231-0/+5
|/
* packfile: prepare for the existence of '*.rev' filesTaylor Blau2021-01-261-0/+1
* midx: traverse the local MIDX firstTaylor Blau2020-08-281-0/+1
* packfile: drop nth_packed_object_sha1()Jeff King2020-02-241-9/+3
* nth_packed_object_oid(): use customary integer returnJeff King2020-02-241-3/+2
* Merge branch 'jk/packfile-reuse-cleanup'Junio C Hamano2020-02-141-0/+3
|\
| * packfile: expose get_delta_base()Jeff King2019-09-131-0/+3
* | Merge branch 'ds/midx-expire-repack'Junio C Hamano2019-09-091-1/+1
|\ \ | |/ |/|
| * packfile.h: drop extern from function declarationDenton Liu2019-08-201-1/+1
* | Merge branch 'ds/midx-expire-repack'Junio C Hamano2019-07-191-0/+7
|\|
| * repack: refactor pack deletion for future useDerrick Stolee2019-06-111-0/+7
* | Merge branch 'ds/close-object-store'Junio C Hamano2019-07-101-1/+1
|\ \ | |/ |/|
| * packfile: rename close_all_packs to close_object_storeDerrick Stolee2019-06-121-1/+1
* | Merge branch 'nd/sha1-name-c-wo-the-repository'Junio C Hamano2019-05-081-1/+2
|\ \
| * | packfile.c: add repo_approximate_object_count()Nguyễn Thái Ngọc Duy2019-04-081-1/+2
| |/
* | Merge branch 'jk/server-info-rabbit-hole'Junio C Hamano2019-04-251-41/+47
|\ \
| * | packfile: fix pack basename computationJeff King2019-04-161-0/+6
| * | packfile.h: drop extern from function declarationsJeff King2019-04-161-41/+41
| |/
* / midx: during verify group objects by packfile to speed verificationJeff Hostetler2019-03-221-0/+2
|/
* Merge branch 'sb/more-repo-in-api'Junio C Hamano2019-02-051-1/+1
|\
| * packfile: allow has_packed_and_bad to handle arbitrary repositoriesStefan Beller2018-10-191-1/+1
* | fuzz: add fuzz testing for packfile indices.Josh Steadmon2018-10-151-0/+13
|/
* packfile: add all_packs listDerrick Stolee2018-08-211-0/+1
* Sync 'ds/multi-pack-index' to v2.19.0-rc0Junio C Hamano2018-08-211-0/+9
|\
| * midx: use midx in abbreviation calculationsDerrick Stolee2018-07-201-0/+1
| * midx: sort and deduplicate objects from packfilesDerrick Stolee2018-07-201-0/+2
| * packfile: generalize pack directory listDerrick Stolee2018-07-201-0/+6
* | Merge branch 'jk/for-each-object-iteration'Junio C Hamano2018-08-201-17/+0
|\ \