summaryrefslogtreecommitdiff
path: root/odb/streaming.c
AgeCommit message (Expand)AuthorFilesLines
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