summaryrefslogtreecommitdiff
path: root/odb/source-files.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-01odb/source-loose: wire up `find_abbrev_len()` callbackPatrick Steinhardt1-1/+1
2026-06-01odb/source-loose: wire up `for_each_object()` callbackPatrick Steinhardt1-1/+1
2026-06-01odb/source-loose: wire up `read_object_stream()` callbackPatrick Steinhardt1-1/+1
2026-06-01odb/source-loose: wire up `read_object_info()` callbackPatrick Steinhardt1-1/+1
2026-06-01odb/source-loose: wire up `close()` callbackPatrick Steinhardt1-0/+1
2026-06-01odb/source-loose: wire up `reprepare()` callbackPatrick Steinhardt1-1/+1
2026-06-01odb/source-loose: start converting to a proper `struct odb_source`Patrick Steinhardt1-1/+1
2026-06-01odb/source-loose: store pointer to "files" instead of generic sourcePatrick Steinhardt1-1/+1
2026-03-31odb: use enum for `odb_write_object` flagsPatrick Steinhardt1-1/+1
2026-03-20odb: introduce generic `odb_find_abbrev_len()`Patrick Steinhardt1-0/+25
2026-03-20odb: introduce `struct odb_for_each_object_options`Patrick Steinhardt1-4/+4
2026-03-12odb/source: introduce generic object countingPatrick Steinhardt1-0/+30
2026-03-05odb/source: make `begin_transaction()` function pluggablePatrick Steinhardt1-0/+11
2026-03-05odb/source: make `write_alternate()` function pluggablePatrick Steinhardt1-0/+56
2026-03-05odb/source: make `read_alternates()` function pluggablePatrick Steinhardt1-0/+22
2026-03-05odb/source: make `write_object_stream()` function pluggablePatrick Steinhardt1-0/+9
2026-03-05odb/source: make `write_object()` function pluggablePatrick Steinhardt1-0/+12
2026-03-05odb/source: make `freshen_object()` function pluggablePatrick Steinhardt1-0/+11
2026-03-05odb/source: make `for_each_object()` function pluggablePatrick Steinhardt1-0/+23
2026-03-05odb/source: make `read_object_stream()` function pluggablePatrick Steinhardt1-0/+12
2026-03-05odb/source: make `read_object_info()` function pluggablePatrick Steinhardt1-0/+15
2026-03-05odb/source: make `close()` function pluggablePatrick Steinhardt1-0/+7
2026-03-05odb/source: make `reprepare()` function pluggablePatrick Steinhardt1-0/+8
2026-03-05odb/source: make `free()` function pluggablePatrick Steinhardt1-3/+4
2026-03-05odb/source: introduce source type for robustnessPatrick Steinhardt1-1/+1
2026-03-05odb: move reparenting logic into respective subsystemsPatrick Steinhardt1-0/+23
2026-03-05odb: embed base source in the "files" backendPatrick Steinhardt1-4/+10
2026-03-05odb: introduce "files" sourcePatrick Steinhardt1-0/+23