summaryrefslogtreecommitdiffstats
path: root/odb/source-files.c
AgeCommit message (Expand)AuthorLines
2026-03-31odb: use enum for `odb_write_object` flagsPatrick Steinhardt-1/+1
2026-03-20odb: introduce generic `odb_find_abbrev_len()`Patrick Steinhardt-0/+25
2026-03-20odb: introduce `struct odb_for_each_object_options`Patrick Steinhardt-4/+4
2026-03-12odb/source: introduce generic object countingPatrick Steinhardt-0/+30
2026-03-05odb/source: make `begin_transaction()` function pluggablePatrick Steinhardt-0/+11
2026-03-05odb/source: make `write_alternate()` function pluggablePatrick Steinhardt-0/+56
2026-03-05odb/source: make `read_alternates()` function pluggablePatrick Steinhardt-0/+22
2026-03-05odb/source: make `write_object_stream()` function pluggablePatrick Steinhardt-0/+9
2026-03-05odb/source: make `write_object()` function pluggablePatrick Steinhardt-0/+12
2026-03-05odb/source: make `freshen_object()` function pluggablePatrick Steinhardt-0/+11
2026-03-05odb/source: make `for_each_object()` function pluggablePatrick Steinhardt-0/+23
2026-03-05odb/source: make `read_object_stream()` function pluggablePatrick Steinhardt-0/+12
2026-03-05odb/source: make `read_object_info()` function pluggablePatrick Steinhardt-0/+15
2026-03-05odb/source: make `close()` function pluggablePatrick Steinhardt-0/+7
2026-03-05odb/source: make `reprepare()` function pluggablePatrick Steinhardt-0/+8
2026-03-05odb/source: make `free()` function pluggablePatrick Steinhardt-3/+4
2026-03-05odb/source: introduce source type for robustnessPatrick Steinhardt-1/+1
2026-03-05odb: move reparenting logic into respective subsystemsPatrick Steinhardt-0/+23
2026-03-05odb: embed base source in the "files" backendPatrick Steinhardt-4/+10
2026-03-05odb: introduce "files" sourcePatrick Steinhardt-0/+23