summaryrefslogtreecommitdiff
path: root/odb/source-loose.c
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge branch 'ps/odb-generic-corrupt-objects'Junio C Hamano1-22/+30
2026-08-25Merge branch 'ch/chdir-notify-drop-name'Junio C Hamano1-4/+3
2026-08-23Merge branch 'ps/odb-streams'Junio C Hamano1-15/+18
2026-08-20Merge branch 'ps/odb-make-creation-pluggable'Junio C Hamano1-0/+2
2026-08-19odb: handle `OBJECT_INFO_DIE_IF_CORRUPT` genericallyPatrick Steinhardt1-8/+2
2026-08-19odb/source: allow `read_object_info()` to bubble up error messagesPatrick Steinhardt1-8/+15
2026-08-19odb/source: let callers discern missing and corrupt objectsPatrick Steinhardt1-12/+19
2026-08-19odb/source: introduce error status when reading objectsPatrick Steinhardt1-4/+4
2026-08-14chdir-notify.h: Removed unused param 'name'Colin Hinton1-4/+3
2026-08-06setup: detangle loading of loose object mapsPatrick Steinhardt1-0/+2
2026-08-05odb/streaming: consolidate read and write streamsPatrick Steinhardt1-3/+3
2026-08-05odb/streaming: rename `struct odb_read_stream`Patrick Steinhardt1-4/+4
2026-08-05odb/streaming: support streaming arbitrary object typesPatrick Steinhardt1-1/+1
2026-08-05odb/streaming: drop `is_finished` fieldPatrick Steinhardt1-4/+8
2026-08-05odb/streaming: track write stream size in the structurePatrick Steinhardt1-4/+3
2026-07-22Merge branch 'jt/receive-pack-use-odb-transactions'Junio C Hamano1-1/+2
2026-07-18object-file: move logic to write loose objectsPatrick Steinhardt1-4/+350
2026-07-18odb: support setting mtime when writing objectsPatrick Steinhardt1-3/+5
2026-07-18odb: lift object existence check out of the "loose" backendPatrick Steinhardt1-6/+2
2026-07-18odb: compute object hash in `odb_write_object_ext()`Patrick Steinhardt1-5/+7
2026-07-18odb: compute compat object ID in `odb_write_object_ext()`Patrick Steinhardt1-21/+3
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-13Merge branch 'ps/odb-generalize-prepare'Junio C Hamano1-3/+5
2026-07-10odb/transaction: introduce ODB transaction flagsJustin Tobler1-1/+2
2026-07-06Merge branch 'po/hash-object-size-t'Junio C Hamano1-2/+2
2026-07-02odb: drop `whence` field from object infoPatrick Steinhardt1-2/+0
2026-07-02odb: add `source` field to struct object_info_sourcePatrick Steinhardt1-0/+2
2026-06-22odb/source: generalize `reprepare()` callbackPatrick Steinhardt1-3/+5
2026-06-16object-file.c: use size_t for header lengthsPhilip Oakley1-2/+2
2026-06-15odb: use size_t for object_info.sizep and the size APIsJohannes Schindelin1-10/+2
2026-06-01odb/source-loose: drop pointer to the "files" sourcePatrick Steinhardt1-4/+4
2026-06-01odb/source-loose: stub out remaining callbacksPatrick Steinhardt1-0/+22
2026-06-01odb/source-loose: wire up `write_object_stream()` callbackPatrick Steinhardt1-0/+14
2026-06-01object-file: refactor writing objects to use loose sourcePatrick Steinhardt1-4/+5
2026-06-01odb/source-loose: wire up `write_object()` callbackPatrick Steinhardt1-0/+44
2026-06-01odb/source-loose: wire up `freshen_object()` callbackPatrick Steinhardt1-0/+9
2026-06-01odb/source-loose: wire up `count_objects()` callbackPatrick Steinhardt1-0/+61
2026-06-01odb/source-loose: wire up `find_abbrev_len()` callbackPatrick Steinhardt1-0/+40
2026-06-01odb/source-loose: wire up `for_each_object()` callbackPatrick Steinhardt1-0/+264
2026-06-01odb/source-loose: wire up `read_object_stream()` callbackPatrick Steinhardt1-0/+189
2026-06-01odb/source-loose: wire up `read_object_info()` callbackPatrick Steinhardt1-0/+24
2026-06-01odb/source-loose: wire up `close()` callbackPatrick Steinhardt1-0/+6
2026-06-01odb/source-loose: wire up `reprepare()` callbackPatrick Steinhardt1-1/+8
2026-06-01odb/source-loose: start converting to a proper `struct odb_source`Patrick Steinhardt1-0/+45
2026-06-01odb/source-loose: store pointer to "files" instead of generic sourcePatrick Steinhardt1-2/+2
2026-06-01odb/source-loose: move loose source into "odb/" subsystemPatrick Steinhardt1-0/+10