summaryrefslogtreecommitdiffstats
path: root/odb
AgeCommit message (Expand)AuthorLines
2026-03-31odb: use enum for `odb_write_object` flagsPatrick Steinhardt-3/+3
2026-03-20odb: introduce generic `odb_find_abbrev_len()`Patrick Steinhardt-0/+49
2026-03-20odb: introduce `struct odb_for_each_object_options`Patrick Steinhardt-7/+7
2026-03-12odb/source: introduce generic object countingPatrick Steinhardt-0/+57
2026-03-12odb: stop including "odb/source.h"Patrick Steinhardt-51/+2
2026-03-05odb/source: make `begin_transaction()` function pluggablePatrick Steinhardt-0/+38
2026-03-05odb/source: make `write_alternate()` function pluggablePatrick Steinhardt-0/+82
2026-03-05odb/source: make `read_alternates()` function pluggablePatrick Steinhardt-0/+50
2026-03-05odb/source: make `write_object_stream()` function pluggablePatrick Steinhardt-0/+37
2026-03-05odb/source: make `write_object()` function pluggablePatrick Steinhardt-0/+48
2026-03-05odb/source: make `freshen_object()` function pluggablePatrick Steinhardt-0/+34
2026-03-05odb/source: make `for_each_object()` function pluggablePatrick Steinhardt-0/+88
2026-03-05odb/source: make `read_object_stream()` function pluggablePatrick Steinhardt-7/+37
2026-03-05odb/source: make `read_object_info()` function pluggablePatrick Steinhardt-0/+93
2026-03-05odb/source: make `close()` function pluggablePatrick Steinhardt-0/+25
2026-03-05odb/source: make `reprepare()` function pluggablePatrick Steinhardt-0/+25
2026-03-05odb/source: make `free()` function pluggablePatrick Steinhardt-9/+11
2026-03-05odb/source: introduce source type for robustnessPatrick Steinhardt-2/+22
2026-03-05odb: move reparenting logic into respective subsystemsPatrick Steinhardt-0/+23
2026-03-05odb: embed base source in the "files" backendPatrick Steinhardt-21/+70
2026-03-05odb: introduce "files" sourcePatrick Steinhardt-10/+54
2026-03-05odb: split `struct odb_source` into separate headerPatrick Steinhardt-0/+88
2026-01-09packfile: move packfile store into object sourcePatrick Steinhardt-5/+4
2025-11-23streaming: drop redundant type and size pointersPatrick Steinhardt-13/+4
2025-11-23streaming: move into object database subsystemPatrick Steinhardt-0/+369