summaryrefslogtreecommitdiff
path: root/odb/source-packed.c
AgeCommit message (Expand)AuthorFilesLines
2 daysMerge branch 'en/midx-missing-pack-fallback'Junio C Hamano1-5/+37
12 daysMerge branch 'ps/odb-generic-corrupt-objects'Junio C Hamano1-15/+43
13 dayspackfile: recover when a multi-pack-index names a removed packElijah Newren1-5/+37
2026-08-25Merge branch 'ch/chdir-notify-drop-name'Junio C Hamano1-4/+3
2026-08-19odb/source: allow `read_object_info()` to bubble up error messagesPatrick Steinhardt1-8/+26
2026-08-19odb/source: let callers discern missing and corrupt objectsPatrick Steinhardt1-1/+1
2026-08-19odb/source: introduce error status when reading objectsPatrick Steinhardt1-4/+4
2026-08-19odb/source-packed: flag known-bad objects as corrupt and not missingPatrick Steinhardt1-6/+16
2026-08-14chdir-notify.h: Removed unused param 'name'Colin Hinton1-4/+3
2026-08-05odb/streaming: consolidate read and write streamsPatrick Steinhardt1-1/+1
2026-08-05odb/streaming: rename `struct odb_read_stream`Patrick Steinhardt1-1/+1
2026-08-05odb/streaming: track write stream size in the structurePatrick Steinhardt1-1/+0
2026-07-30Merge branch 'ps/odb-move-loose-object-writing'Junio C Hamano1-4/+13
2026-07-22Merge branch 'ps/odb-for-each-object-filter'Junio C Hamano1-7/+70
2026-07-22Merge branch 'jt/receive-pack-use-odb-transactions'Junio C Hamano1-1/+2
2026-07-18odb: support setting mtime when writing objectsPatrick Steinhardt1-2/+11
2026-07-18odb: compute object hash in `odb_write_object_ext()`Patrick Steinhardt1-1/+1
2026-07-18odb: compute compat object ID in `odb_write_object_ext()`Patrick Steinhardt1-1/+1
2026-07-18Merge branch 'jt/receive-pack-use-odb-transactions' into HEADJunio C Hamano1-1/+2
2026-07-15Merge branch 'ps/odb-drop-whence'Junio C Hamano1-2/+2
2026-07-15odb: introduce object filters to `odb_for_each_object()`Patrick Steinhardt1-0/+62
2026-07-15odb/source-packed: improve lookup when enumerating objectsPatrick Steinhardt1-7/+8
2026-07-13Merge branch 'ps/odb-generalize-prepare'Junio C Hamano1-18/+16
2026-07-09Merge branch 'ps/odb-drop-whence' into ps/odb-for-each-object-filterJunio C Hamano1-2/+2
2026-07-06Merge branch 'ps/connected-generic-promisor-checks'Junio C Hamano1-13/+37
2026-07-06Merge branch 'po/hash-object-size-t'Junio C Hamano1-1/+1
2026-07-02packfile: thread odb_source_packed through packed_object_info()Patrick Steinhardt1-2/+2
2026-06-25odb/source-packed: support flags when iterating an object prefixPatrick Steinhardt1-3/+19
2026-06-25odb/source-packed: extract logic to skip certain packsPatrick Steinhardt1-10/+18
2026-06-22odb/source: generalize `reprepare()` callbackPatrick Steinhardt1-18/+16
2026-06-17odb/source-packed: drop pointer to "files" parent sourcePatrick Steinhardt1-14/+13
2026-06-17midx: refactor interfaces to work on "packed" sourcePatrick Steinhardt1-6/+6
2026-06-17odb/source-packed: stub out remaining functionsPatrick Steinhardt1-0/+42
2026-06-17odb/source-packed: wire up `freshen_object()` callbackPatrick Steinhardt1-3/+23
2026-06-17odb/source-packed: wire up `find_abbrev_len()` callbackPatrick Steinhardt1-0/+113
2026-06-17odb/source-packed: wire up `count_objects()` callbackPatrick Steinhardt1-0/+33
2026-06-17odb/source-packed: wire up `for_each_object()` callbackPatrick Steinhardt1-0/+258
2026-06-17odb/source-packed: wire up `read_object_stream()` callbackPatrick Steinhardt1-0/+16
2026-06-17odb/source-packed: wire up `read_object_info()` callbackPatrick Steinhardt1-0/+60
2026-06-17odb/source-packed: wire up `reprepare()` callbackPatrick Steinhardt1-0/+157
2026-06-17odb/source-packed: wire up `close()` callbackPatrick Steinhardt1-0/+16
2026-06-17odb/source-packed: start converting to a proper `struct odb_source`Patrick Steinhardt1-5/+44
2026-06-17odb/source-packed: store pointer to "files" instead of generic sourcePatrick Steinhardt1-2/+2
2026-06-17packfile: move packed source into "odb/" subsystemPatrick Steinhardt1-0/+11