summaryrefslogtreecommitdiff
path: root/odb/transaction.c
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge branch 'jt/receive-pack-pluggable-writes'Junio C Hamano1-0/+21
2026-08-20odb/transaction: add transaction interface to write packfilesJustin Tobler1-0/+7
2026-08-20odb/transaction: add transaction finalize interfaceJustin Tobler1-0/+14
2026-08-05odb/streaming: consolidate read and write streamsPatrick Steinhardt1-1/+1
2026-08-05odb/streaming: track write stream size in the structurePatrick Steinhardt1-2/+2
2026-07-10odb/transaction: introduce ODB transaction flagsJustin Tobler1-2/+3
2026-07-10odb/transaction: add transaction env interfaceJustin Tobler1-0/+8
2026-07-10odb/transaction: propagate commit errorsJustin Tobler1-3/+7
2026-07-10odb/transaction: propagate begin errorsJustin Tobler1-4/+10
2026-05-15odb/transaction: make `write_object_stream()` pluggableJustin Tobler1-0/+7
2026-05-15odb/transaction: use pluggable `begin_transaction()`Justin Tobler1-2/+2
2026-05-15odb: split `struct odb_transaction` into separate headerJustin Tobler1-0/+28