summaryrefslogtreecommitdiff
path: root/odb/source.h
AgeCommit message (Expand)AuthorFilesLines
2026-06-15Merge branch 'ak/typofixes'Junio C Hamano1-1/+1
2026-06-08doc: fix typos via codespellAndrew Kreimer1-1/+1
2026-06-01odb/source-loose: start converting to a proper `struct odb_source`Patrick Steinhardt1-0/+3
2026-05-15odb: introduce "in-memory" sourcePatrick Steinhardt1-0/+3
2026-03-31odb: use enum for `odb_write_object` flagsPatrick Steinhardt1-2/+2
2026-03-20odb: introduce generic `odb_find_abbrev_len()`Patrick Steinhardt1-0/+24
2026-03-20odb: introduce `struct odb_for_each_object_options`Patrick Steinhardt1-3/+3
2026-03-12odb/source: introduce generic object countingPatrick Steinhardt1-0/+27
2026-03-12odb: stop including "odb/source.h"Patrick Steinhardt1-51/+1
2026-03-05odb/source: make `begin_transaction()` function pluggablePatrick Steinhardt1-0/+27
2026-03-05odb/source: make `write_alternate()` function pluggablePatrick Steinhardt1-0/+26
2026-03-05odb/source: make `read_alternates()` function pluggablePatrick Steinhardt1-0/+28
2026-03-05odb/source: make `write_object_stream()` function pluggablePatrick Steinhardt1-0/+28
2026-03-05odb/source: make `write_object()` function pluggablePatrick Steinhardt1-0/+36
2026-03-05odb/source: make `freshen_object()` function pluggablePatrick Steinhardt1-0/+23
2026-03-05odb/source: make `for_each_object()` function pluggablePatrick Steinhardt1-0/+65
2026-03-05odb/source: make `read_object_stream()` function pluggablePatrick Steinhardt1-0/+23
2026-03-05odb/source: make `read_object_info()` function pluggablePatrick Steinhardt1-0/+78
2026-03-05odb/source: make `close()` function pluggablePatrick Steinhardt1-0/+18
2026-03-05odb/source: make `reprepare()` function pluggablePatrick Steinhardt1-0/+17
2026-03-05odb/source: make `free()` function pluggablePatrick Steinhardt1-0/+6
2026-03-05odb/source: introduce source type for robustnessPatrick Steinhardt1-0/+15
2026-03-05odb: embed base source in the "files" backendPatrick Steinhardt1-6/+25
2026-03-05odb: introduce "files" sourcePatrick Steinhardt1-5/+4
2026-03-05odb: split `struct odb_source` into separate headerPatrick Steinhardt1-0/+60