summaryrefslogtreecommitdiff
path: root/t/unit-tests/u-odb-inmemory.c
AgeCommit message (Expand)AuthorFilesLines
13 daysMerge branch 'ps/odb-generic-corrupt-objects'Junio C Hamano1-2/+3
2026-08-23Merge branch 'ps/odb-streams'Junio C Hamano1-17/+20
2026-08-20Merge branch 'ps/odb-make-creation-pluggable'Junio C Hamano1-1/+1
2026-08-19odb/source: allow `read_object_info()` to bubble up error messagesPatrick Steinhardt1-2/+2
2026-08-19odb/source: let callers discern missing and corrupt objectsPatrick Steinhardt1-1/+2
2026-08-06setup: handle ODB-related environment variables in `odb_new()`Patrick Steinhardt1-1/+1
2026-08-05odb/streaming: consolidate read and write streamsPatrick Steinhardt1-3/+3
2026-08-05odb/streaming: rename `struct odb_read_stream`Patrick Steinhardt1-6/+6
2026-08-05odb/streaming: support streaming arbitrary object typesPatrick Steinhardt1-2/+5
2026-08-05odb/streaming: drop `is_finished` fieldPatrick Steinhardt1-2/+3
2026-08-05odb/streaming: track write stream size in the structurePatrick Steinhardt1-6/+5
2026-07-18odb: support setting mtime when writing objectsPatrick Steinhardt1-3/+3
2026-07-18odb: compute object hash in `odb_write_object_ext()`Patrick Steinhardt1-0/+1
2026-07-18t/u-odb-inmemory: implement wrapper for writing objectsPatrick Steinhardt1-25/+23
2026-06-15odb: use size_t for object_info.sizep and the size APIsJohannes Schindelin1-1/+1
2026-05-15t/unit-tests: add tests for the in-memory object sourcePatrick Steinhardt1-0/+313