summaryrefslogtreecommitdiff
path: root/packfile.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-15odb: use size_t for object_info.sizep and the size APIsJohannes Schindelin1-9/+3
2026-06-15packfile,delta: drop the `cast_size_t_to_ulong()` wrappersJohannes Schindelin1-20/+8
2026-06-15packfile: widen unpack_entry()'s size out-parameter to size_tJohannes Schindelin1-11/+17
2026-06-15patch-delta: use size_t for sizesJohannes Schindelin1-3/+1
2026-05-27Merge branch 'tb/incremental-midx-part-3.3'Junio C Hamano1-0/+2
2026-05-20packfile: ensure `close_pack_revindex()` frees in-memory revindexTaylor Blau1-0/+2
2026-05-09delta, packfile: use size_t for delta header sizesJohannes Schindelin1-9/+24
2026-05-09odb, packfile: use size_t for streaming object sizesJohannes Schindelin1-9/+15
2026-04-08Merge branch 'ps/odb-cleanup'Junio C Hamano1-1/+1
2026-04-06Merge branch 'tb/stdin-packs-excluded-but-open'Junio C Hamano1-1/+2
2026-03-31treewide: use enum for `odb_for_each_object()` flagsPatrick Steinhardt1-1/+1
2026-03-27pack-objects: support excluded-open packs with --stdin-packsTaylor Blau1-1/+2
2026-03-20object-file: move logic to compute packed abbreviation lengthPatrick Steinhardt1-0/+111
2026-03-20object-name: move logic to iterate through packed prefixed objectsPatrick Steinhardt1-0/+174
2026-03-20odb: introduce `struct odb_for_each_object_options`Patrick Steinhardt1-6/+6
2026-03-12Merge branch 'ps/odb-sources'Junio C Hamano1-10/+26
2026-03-12odb: introduce generic object countingPatrick Steinhardt1-27/+0
2026-03-12odb/source: introduce generic object countingPatrick Steinhardt1-2/+2
2026-03-12packfile: extract logic to count number of objectsPatrick Steinhardt1-10/+35
2026-03-10Merge branch 'ps/odb-sources' into ps/object-countingJunio C Hamano1-10/+26
2026-03-05odb/source: make `read_object_info()` function pluggablePatrick Steinhardt1-1/+9
2026-03-05odb: embed base source in the "files" backendPatrick Steinhardt1-9/+17
2026-03-05odb: introduce "files" sourcePatrick Steinhardt1-8/+8
2026-03-05Merge branch 'ps/fsck-stream-from-the-right-object-instance'Junio C Hamano1-16/+24
2026-03-02Merge branch 'ps/object-info-bits-cleanup'Junio C Hamano1-1/+1
2026-02-23Merge branch 'ps/object-info-bits-cleanup' into ps/odb-sourcesJunio C Hamano1-1/+1
2026-02-23packfile: expose function to read object stream for an offsetPatrick Steinhardt1-16/+24
2026-02-12odb: convert object info flags into an enumPatrick Steinhardt1-1/+1
2026-01-26odb: drop unused `for_each_{loose,packed}_object()` functionsPatrick Steinhardt1-64/+35
2026-01-26odb: introduce mtime fields for object info requestsPatrick Steinhardt1-7/+34
2026-01-26treewide: enumerate promisor objects via `odb_for_each_object()`Patrick Steinhardt1-15/+22
2026-01-26packfile: introduce function to iterate through objectsPatrick Steinhardt1-0/+51
2026-01-26packfile: extract function to iterate through objects of a storePatrick Steinhardt1-33/+45
2026-01-26odb: fix flags parameter to be unsignedPatrick Steinhardt1-2/+2
2026-01-26odb: rename `FOR_EACH_OBJECT_*` flagsPatrick Steinhardt1-10/+10
2026-01-21Merge branch 'ps/read-object-info-improvements'Junio C Hamano1-24/+37
2026-01-21Merge branch 'ps/packfile-store-in-odb-source'Junio C Hamano1-104/+125
2026-01-15Merge branch 'ps/packfile-store-in-odb-source' into ps/odb-for-each-objectJunio C Hamano1-103/+124
2026-01-15Merge branch 'ps/read-object-info-improvements' into ps/odb-for-each-objectJunio C Hamano1-24/+37
2026-01-12packfile: drop repository parameter from `packed_object_info()`Patrick Steinhardt1-4/+4
2026-01-12packfile: skip unpacking object header for disk size requestsPatrick Steinhardt1-2/+5
2026-01-12packfile: disentangle return value of `packed_object_info()`Patrick Steinhardt1-9/+12
2026-01-12packfile: always populate pack-specific info when reading object infoPatrick Steinhardt1-17/+14
2026-01-12packfile: extend `is_delta` field to allow for "unknown" statePatrick Steinhardt1-3/+14
2026-01-12packfile: always declare object info to be OI_PACKEDPatrick Steinhardt1-2/+1
2026-01-09packfile: move MIDX into packfile storePatrick Steinhardt1-4/+8
2026-01-09packfile: refactor `find_pack_entry()` to work on the packfile storePatrick Steinhardt1-20/+23
2026-01-09packfile: inline `find_kept_pack_entry()`Patrick Steinhardt1-18/+10
2026-01-09packfile: only prepare owning store in `packfile_store_prepare()`Patrick Steinhardt1-14/+5
2026-01-09packfile: only prepare owning store in `packfile_store_get_packs()`Patrick Steinhardt1-4/+2