summaryrefslogtreecommitdiffstats
path: root/odb/source.h
AgeCommit message (Expand)AuthorLines
2026-03-31odb: use enum for `odb_write_object` flagsPatrick Steinhardt-2/+2
2026-03-20odb: introduce generic `odb_find_abbrev_len()`Patrick Steinhardt-0/+24
2026-03-20odb: introduce `struct odb_for_each_object_options`Patrick Steinhardt-3/+3
2026-03-12odb/source: introduce generic object countingPatrick Steinhardt-0/+27
2026-03-12odb: stop including "odb/source.h"Patrick Steinhardt-51/+1
2026-03-05odb/source: make `begin_transaction()` function pluggablePatrick Steinhardt-0/+27
2026-03-05odb/source: make `write_alternate()` function pluggablePatrick Steinhardt-0/+26
2026-03-05odb/source: make `read_alternates()` function pluggablePatrick Steinhardt-0/+28
2026-03-05odb/source: make `write_object_stream()` function pluggablePatrick Steinhardt-0/+28
2026-03-05odb/source: make `write_object()` function pluggablePatrick Steinhardt-0/+36
2026-03-05odb/source: make `freshen_object()` function pluggablePatrick Steinhardt-0/+23
2026-03-05odb/source: make `for_each_object()` function pluggablePatrick Steinhardt-0/+65
2026-03-05odb/source: make `read_object_stream()` function pluggablePatrick Steinhardt-0/+23
2026-03-05odb/source: make `read_object_info()` function pluggablePatrick Steinhardt-0/+78
2026-03-05odb/source: make `close()` function pluggablePatrick Steinhardt-0/+18
2026-03-05odb/source: make `reprepare()` function pluggablePatrick Steinhardt-0/+17
2026-03-05odb/source: make `free()` function pluggablePatrick Steinhardt-0/+6
2026-03-05odb/source: introduce source type for robustnessPatrick Steinhardt-0/+15
2026-03-05odb: embed base source in the "files" backendPatrick Steinhardt-6/+25
2026-03-05odb: introduce "files" sourcePatrick Steinhardt-5/+4
2026-03-05odb: split `struct odb_source` into separate headerPatrick Steinhardt-0/+60