summaryrefslogtreecommitdiff
path: root/packfile.h
Commit message (Expand)AuthorAgeFilesLines
* 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-041-1/+0
* | packfile: convert has_packed_and_bad() to object_idRené Scharfe2021-09-121-1/+1
* | packfile: convert mark_bad_packed_object() to object_idRené Scharfe2021-09-121-1/+1
* | packfile: introduce 'find_kept_pack_entry()'Taylor Blau2021-02-221-0/+5
|/
* packfile: prepare for the existence of '*.rev' filesTaylor Blau2021-01-251-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-091-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-091-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-201-0/+1
* Sync 'ds/multi-pack-index' to v2.19.0-rc0Junio C Hamano2018-08-201-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
|\ \
| * | for_each_*_object: move declarations to object-store.hJeff King2018-08-141-20/+0
| * | for_each_packed_object: support iterating in pack-orderJeff King2018-08-131-3/+5
| * | for_each_*_object: give more comprehensive docstringsJeff King2018-08-131-4/+8
| * | for_each_*_object: take flag arguments as enumJeff King2018-08-131-2/+3
| * | for_each_*_object: store flag definitions in a single locationJeff King2018-08-131-6/+2
* | | packfile: ensure that enum object_type is definedBeat Bolli2018-07-261-1/+1
|/ /
* | Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-0/+5
|\ \ | |/ |/|
| * object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+5
* | Merge branch 'bc/object-id'Junio C Hamano2018-05-301-2/+2
|\ \
| * | packfile: convert find_pack_entry to object_idbrian m. carlson2018-05-021-1/+1
| * | packfile: convert has_sha1_pack to object_idbrian m. carlson2018-05-021-1/+1
* | | Merge branch 'sb/oid-object-info'Junio C Hamano2018-05-231-2/+4
|\ \ \ | | |/ | |/|
| * | cache.h: allow oid_object_info to handle arbitrary repositoriesStefan Beller2018-04-261-4/+4
| * | packfile: add repository argument to unpack_entryStefan Beller2018-04-261-1/+2