summaryrefslogtreecommitdiff
path: root/odb/streaming.h
AgeCommit message (Expand)AuthorFilesLines
2026-08-05odb/streaming: unify function names to create new streamsPatrick Steinhardt1-10/+13
2026-08-05odb/streaming: consolidate read and write streamsPatrick Steinhardt1-28/+3
2026-08-05odb/streaming: rename `struct odb_read_stream`Patrick Steinhardt1-12/+12
2026-08-05odb/streaming: support streaming arbitrary object typesPatrick Steinhardt1-1/+2
2026-08-05odb/streaming: drop `is_finished` fieldPatrick Steinhardt1-1/+0
2026-08-05odb/streaming: track write stream size in the structurePatrick Steinhardt1-0/+1
2026-05-27Merge branch 'jt/odb-transaction-write'Junio C Hamano1-0/+30
2026-05-15object-file: remove flags from transaction packfile writesJustin Tobler1-0/+12
2026-05-15odb: update `struct odb_write_stream` read() callbackJustin Tobler1-0/+18
2026-05-09odb, packfile: use size_t for streaming object sizesJohannes Schindelin1-1/+1
2025-11-23streaming: drop redundant type and size pointersPatrick Steinhardt1-5/+2
2025-11-23streaming: move into object database subsystemPatrick Steinhardt1-0/+70