summaryrefslogtreecommitdiff
path: root/packfile.c
AgeCommit message (Expand)Author
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt
2025-07-01odb: get rid of `the_repository` when handling alternatesPatrick Steinhardt
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-07-01object-store: rename `object_directory` to `odb_source`Patrick Steinhardt
2025-07-01object-store: rename `raw_object_store` to `object_database`Patrick Steinhardt
2025-05-30Merge branch 'ps/midx-negative-packfile-cache'Junio C Hamano
2025-05-28packfile: explain ordering of how we look up auxiliary pack filesPatrick Steinhardt
2025-05-16oid_object_info(): drop type_name strbufJeff King
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2025-03-13builtin/pack-objects.c: freshen objects from existing cruft packsTaylor Blau
2025-01-28Merge branch 'jk/pack-header-parse-alignment-fix'Junio C Hamano
2025-01-21parse_pack_header_option(): avoid unaligned memory writesJeff King
2025-01-21packfile: factor out --pack_header argument parsingJeff King
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-12-04packfile.c: remove unnecessary prepare_packed_git() callTaylor Blau
2024-12-04config: make `packed_git_(limit|window_size)` non-global variablesKarthik Nayak
2024-12-04config: make `delta_base_cache_limit` a non-global variableKarthik Nayak
2024-12-04packfile: pass down repository to `for_each_packed_object`Karthik Nayak
2024-12-04packfile: pass down repository to `has_object[_kept]_pack`Karthik Nayak
2024-12-04packfile: pass down repository to `odb_pack_name`Karthik Nayak
2024-12-04packfile: pass `repository` to static function in the fileKarthik Nayak
2024-12-04packfile: use `repository` from `packed_git` directlyKarthik Nayak
2024-12-04packfile: add repository to struct `packed_git`Karthik Nayak
2024-10-25packfile: use oidread() instead of hashcpy() to fill object_idJeff King
2024-10-25packfile: use object_id in find_pack_entry_one()Jeff King
2024-10-25packfile: convert find_sha1_pack() to use object_idJeff King
2024-10-25packfile: drop sha1_pack_index_name()Jeff King
2024-10-25packfile: drop sha1_pack_name()Jeff King
2024-10-25packfile: drop has_pack_index()Jeff King
2024-10-25dumb-http: store downloaded pack idx as tempfileJeff King
2024-09-12environment: make `get_object_directory()` accept a repositoryPatrick Steinhardt
2024-08-06midx: implement support for writing incremental MIDX chainsTaylor Blau
2024-08-06midx: support reading incremental MIDX chainsTaylor Blau
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt
2024-06-14hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`Patrick Steinhardt
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-10-02tree-walk: init_tree_desc take an oid to get the hash algorithmEric W. Biederman
2023-08-04Merge branch 'jc/retire-get-sha1-hex'Junio C Hamano
2023-07-25Merge branch 'tb/object-access-overflow-protection'Junio C Hamano
2023-07-24hex: retire get_sha1_hex()Junio C Hamano
2023-07-14packfile.c: use checked arithmetic in `nth_packed_object_offset()`Taylor Blau
2023-07-14packfile.c: prevent overflow in `load_idx()`Taylor Blau
2023-07-12packfile.c: prevent overflow in `nth_packed_object_id()`Taylor Blau
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano
2023-06-29Merge branch 'ds/remove-idx-before-pack'Junio C Hamano