summaryrefslogtreecommitdiffstats
path: root/packfile.c
AgeCommit message (Expand)AuthorLines
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
2023-07-14packfile.c: use checked arithmetic in `nth_packed_object_offset()`Taylor Blau-4/+5
2023-07-14packfile.c: prevent overflow in `load_idx()`Taylor Blau-1/+1
2023-07-12packfile.c: prevent overflow in `nth_packed_object_id()`Taylor Blau-2/+2
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan-1/+0
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan-1/+0
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano-1/+1
2023-06-29Merge branch 'ds/remove-idx-before-pack'Junio C Hamano-1/+1
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren-1/+1
2023-06-20packfile: delete .idx files before .pack filesDerrick Stolee-1/+1
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano-1/+1
2023-04-27Merge branch 'tb/pack-revindex-on-disk'Junio C Hamano-1/+1
2023-04-24treewide: remove cache.h inclusion due to previous changesElijah Newren-1/+1