summaryrefslogtreecommitdiff
path: root/odb/source.h
AgeCommit message (Expand)Author
2026-03-12odb/source: introduce generic object countingPatrick Steinhardt
2026-03-12odb: stop including "odb/source.h"Patrick Steinhardt
2026-03-05odb/source: make `begin_transaction()` function pluggablePatrick Steinhardt
2026-03-05odb/source: make `write_alternate()` function pluggablePatrick Steinhardt
2026-03-05odb/source: make `read_alternates()` function pluggablePatrick Steinhardt
2026-03-05odb/source: make `write_object_stream()` function pluggablePatrick Steinhardt
2026-03-05odb/source: make `write_object()` function pluggablePatrick Steinhardt
2026-03-05odb/source: make `freshen_object()` function pluggablePatrick Steinhardt
2026-03-05odb/source: make `for_each_object()` function pluggablePatrick Steinhardt
2026-03-05odb/source: make `read_object_stream()` function pluggablePatrick Steinhardt
2026-03-05odb/source: make `read_object_info()` function pluggablePatrick Steinhardt
2026-03-05odb/source: make `close()` function pluggablePatrick Steinhardt
2026-03-05odb/source: make `reprepare()` function pluggablePatrick Steinhardt
2026-03-05odb/source: make `free()` function pluggablePatrick Steinhardt
2026-03-05odb/source: introduce source type for robustnessPatrick Steinhardt
2026-03-05odb: embed base source in the "files" backendPatrick Steinhardt
2026-03-05odb: introduce "files" sourcePatrick Steinhardt
2026-03-05odb: split `struct odb_source` into separate headerPatrick Steinhardt