summaryrefslogtreecommitdiffstats
path: root/odb
AgeCommit message (Expand)AuthorLines
2026-04-10odb/source-inmemory: stub out remaining functionsPatrick Steinhardt-0/+31
2026-04-10odb/source-inmemory: implement `freshen_object()` callbackPatrick Steinhardt-0/+10
2026-04-10odb/source-inmemory: implement `count_objects()` callbackPatrick Steinhardt-0/+20
2026-04-10odb/source-inmemory: implement `find_abbrev_len()` callbackPatrick Steinhardt-0/+39
2026-04-10odb/source-inmemory: implement `for_each_object()` callbackPatrick Steinhardt-16/+72
2026-04-10odb/source-inmemory: convert to use oidtreePatrick Steinhardt-31/+54
2026-04-10odb/source-inmemory: implement `write_object_stream()` callbackPatrick Steinhardt-0/+40
2026-04-10odb/source-inmemory: implement `write_object()` callbackPatrick Steinhardt-0/+25
2026-04-10odb/source-inmemory: implement `read_object_stream()` callbackPatrick Steinhardt-0/+52
2026-04-10odb/source-inmemory: implement `read_object_info()` callbackPatrick Steinhardt-0/+53
2026-04-10odb/source-inmemory: implement `free()` callbackPatrick Steinhardt-1/+20
2026-04-10odb: introduce "in-memory" sourcePatrick Steinhardt-0/+50
2026-04-09Merge branch 'jt/odb-transaction-write' into ps/odb-in-memoryJunio C Hamano-0/+173
2026-04-02odb/transaction: make `write_object_stream()` pluggableJustin Tobler-3/+29
2026-04-02object-file: remove flags from transaction packfile writesJustin Tobler-0/+58
2026-04-02odb: update `struct odb_write_stream` read() callbackJustin Tobler-0/+23
2026-04-02odb/transaction: use pluggable `begin_transaction()`Justin Tobler-2/+2
2026-04-02odb: split `struct odb_transaction` into separate headerJustin Tobler-0/+66
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