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