summaryrefslogtreecommitdiff
path: root/odb/streaming.c
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge branch 'ps/odb-eagerly-load-alternates'Junio C Hamano1-1/+0
2026-08-17odb: eagerly initialize alternatesPatrick Steinhardt1-1/+0
2026-08-05odb/streaming: unify function names to create new streamsPatrick Steinhardt1-5/+5
2026-08-05odb/streaming: rename `struct read_object_fd_data`Patrick Steinhardt1-17/+17
2026-08-05odb/streaming: consolidate read and write streamsPatrick Steinhardt1-19/+16
2026-08-05odb/streaming: rename `struct odb_read_stream`Patrick Steinhardt1-24/+24
2026-08-05odb/streaming: support streaming arbitrary object typesPatrick Steinhardt1-1/+2
2026-08-05odb/streaming: drop `is_finished` fieldPatrick Steinhardt1-4/+1
2026-08-05odb/streaming: track write stream size in the structurePatrick Steinhardt1-0/+1
2026-06-15odb: use size_t for object_info.sizep and the size APIsJohannes Schindelin1-12/+1
2026-05-27Merge branch 'jt/odb-transaction-write'Junio C Hamano1-0/+51
2026-05-15object-file: remove flags from transaction packfile writesJustin Tobler1-0/+46
2026-05-15odb: update `struct odb_write_stream` read() callbackJustin Tobler1-0/+5
2026-05-09odb, packfile: use size_t for streaming object sizesJohannes Schindelin1-1/+12
2026-03-12odb: stop including "odb/source.h"Patrick Steinhardt1-0/+1
2026-03-05odb/source: make `read_object_stream()` function pluggablePatrick Steinhardt1-7/+2
2026-03-05odb: embed base source in the "files" backendPatrick Steinhardt1-1/+2
2026-03-05odb: introduce "files" sourcePatrick Steinhardt1-1/+1
2026-01-09packfile: move packfile store into object sourcePatrick Steinhardt1-5/+4
2025-11-23streaming: drop redundant type and size pointersPatrick Steinhardt1-8/+2
2025-11-23streaming: move into object database subsystemPatrick Steinhardt1-0/+299