summaryrefslogtreecommitdiff
path: root/odb/source-inmemory.c
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge branch 'ps/odb-generic-corrupt-objects'Junio C Hamano1-5/+6
2026-08-19odb/source: allow `read_object_info()` to bubble up error messagesPatrick Steinhardt1-1/+2
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-05odb/streaming: consolidate read and write streamsPatrick Steinhardt1-2/+2
2026-08-05odb/streaming: rename `struct odb_read_stream`Patrick Steinhardt1-4/+4
2026-08-05odb/streaming: support streaming arbitrary object typesPatrick Steinhardt1-2/+3
2026-08-05odb/streaming: drop `is_finished` fieldPatrick Steinhardt1-1/+8
2026-08-05odb/streaming: track write stream size in the structurePatrick Steinhardt1-6/+5
2026-07-18odb: support setting mtime when writing objectsPatrick Steinhardt1-2/+4
2026-07-18odb: compute object hash in `odb_write_object_ext()`Patrick Steinhardt1-3/+3
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-1/+2
2026-07-13Merge branch 'ps/odb-generalize-prepare'Junio C Hamano1-2/+3
2026-07-10odb/transaction: introduce ODB transaction flagsJustin Tobler1-1/+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/+3
2026-06-22odb/source: generalize `reprepare()` callbackPatrick Steinhardt1-2/+3
2026-06-16object-file.c: use size_t for header lengthsPhilip Oakley1-1/+1
2026-05-15odb/source-inmemory: stub out remaining functionsPatrick Steinhardt1-0/+31
2026-05-15odb/source-inmemory: implement `freshen_object()` callbackPatrick Steinhardt1-0/+10
2026-05-15odb/source-inmemory: implement `count_objects()` callbackPatrick Steinhardt1-0/+20
2026-05-15odb/source-inmemory: implement `find_abbrev_len()` callbackPatrick Steinhardt1-0/+39
2026-05-15odb/source-inmemory: implement `for_each_object()` callbackPatrick Steinhardt1-16/+72
2026-05-15odb/source-inmemory: convert to use oidtreePatrick Steinhardt1-20/+52
2026-05-15odb/source-inmemory: implement `write_object_stream()` callbackPatrick Steinhardt1-0/+40
2026-05-15odb/source-inmemory: implement `write_object()` callbackPatrick Steinhardt1-0/+25
2026-05-15odb/source-inmemory: implement `read_object_stream()` callbackPatrick Steinhardt1-0/+52
2026-05-15odb/source-inmemory: implement `read_object_info()` callbackPatrick Steinhardt1-0/+53
2026-05-15odb/source-inmemory: implement `free()` callbackPatrick Steinhardt1-0/+12
2026-05-15odb: introduce "in-memory" sourcePatrick Steinhardt1-0/+12