summaryrefslogtreecommitdiffstats
path: root/packfile.c
AgeCommit message (Expand)AuthorLines
2025-07-15midx: remove now-unused linked list of multi-pack indicesPatrick Steinhardt-1/+0
2025-07-15packfile: stop using linked MIDX list in `get_all_packs()`Patrick Steinhardt-5/+6
2025-07-15packfile: stop using linked MIDX list in `find_pack_entry()`Patrick Steinhardt-6/+5
2025-07-15packfile: refactor `get_multi_pack_index()` to work on sourcesPatrick Steinhardt-19/+12
2025-07-15midx: stop using linked list when closing MIDXPatrick Steinhardt-5/+6
2025-07-15packfile: refactor `prepare_packed_git_one()` to work on sourcesPatrick Steinhardt-14/+9
2025-07-15midx: start tracking per object database sourcePatrick Steinhardt-1/+3
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt-2/+3
2025-07-01odb: get rid of `the_repository` when handling alternatesPatrick Steinhardt-2/+2
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt-1/+1
2025-07-01object-store: rename `object_directory` to `odb_source`Patrick Steinhardt-8/+8
2025-07-01object-store: rename `raw_object_store` to `object_database`Patrick Steinhardt-1/+1
2025-05-30Merge branch 'ps/midx-negative-packfile-cache'Junio C Hamano-0/+11
2025-05-28packfile: explain ordering of how we look up auxiliary pack filesPatrick Steinhardt-0/+11
2025-05-16oid_object_info(): drop type_name strbufJeff King-6/+1
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt-1/+1
2025-03-13builtin/pack-objects.c: freshen objects from existing cruft packsTaylor Blau-1/+2
2025-01-28Merge branch 'jk/pack-header-parse-alignment-fix'Junio C Hamano-0/+20
2025-01-21parse_pack_header_option(): avoid unaligned memory writesJeff King-6/+9
2025-01-21packfile: factor out --pack_header argument parsingJeff King-0/+17
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano-0/+1
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt-0/+1
2024-12-04packfile.c: remove unnecessary prepare_packed_git() callTaylor Blau-1/+0
2024-12-04config: make `packed_git_(limit|window_size)` non-global variablesKarthik Nayak-8/+15
2024-12-04config: make `delta_base_cache_limit` a non-global variableKarthik Nayak-2/+8
2024-12-04packfile: pass down repository to `for_each_packed_object`Karthik Nayak-7/+7
2024-12-04packfile: pass down repository to `has_object[_kept]_pack`Karthik Nayak-4/+5
2024-12-04packfile: pass down repository to `odb_pack_name`Karthik Nayak-5/+4
2024-12-04packfile: pass `repository` to static function in the fileKarthik Nayak-7/+8
2024-12-04packfile: use `repository` from `packed_git` directlyKarthik Nayak-23/+27
2024-12-04packfile: add repository to struct `packed_git`Karthik Nayak-6/+9
2024-10-25packfile: use oidread() instead of hashcpy() to fill object_idJeff King-1/+1
2024-10-25packfile: use object_id in find_pack_entry_one()Jeff King-8/+8
2024-10-25packfile: convert find_sha1_pack() to use object_idJeff King-3/+3
2024-10-25packfile: drop sha1_pack_index_name()Jeff King-6/+0
2024-10-25packfile: drop sha1_pack_name()Jeff King-6/+0
2024-10-25packfile: drop has_pack_index()Jeff King-8/+0
2024-10-25dumb-http: store downloaded pack idx as tempfileJeff King-1/+10
2024-09-12environment: make `get_object_directory()` accept a repositoryPatrick Steinhardt-1/+1
2024-08-06midx: implement support for writing incremental MIDX chainsTaylor Blau-3/+13
2024-08-06midx: support reading incremental MIDX chainsTaylor Blau-2/+3
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt-0/+2
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt-4/+6
2024-06-14hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`Patrick Steinhardt-4/+4
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano-1/+2
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren-1/+0
2023-10-02tree-walk: init_tree_desc take an oid to get the hash algorithmEric W. Biederman-1/+2
2023-08-04Merge branch 'jc/retire-get-sha1-hex'Junio C Hamano-1/+1
2023-07-25Merge branch 'tb/object-access-overflow-protection'Junio C Hamano-7/+8
2023-07-24hex: retire get_sha1_hex()Junio C Hamano-1/+1