summaryrefslogtreecommitdiff
path: root/odb.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-15odb: use size_t for object_info.sizep and the size APIsJohannes Schindelin1-6/+6
2026-05-15odb: generic in-memory sourcePatrick Steinhardt1-4/+4
2026-05-15odb/source-inmemory: implement `write_object()` callbackPatrick Steinhardt1-14/+2
2026-05-15odb/source-inmemory: implement `read_object_info()` callbackPatrick Steinhardt1-38/+1
2026-05-15odb: fix unnecessary call to `find_cached_object()`Patrick Steinhardt1-2/+1
2026-05-15odb/source-inmemory: implement `free()` callbackPatrick Steinhardt1-21/+4
2026-05-15odb: introduce "in-memory" sourcePatrick Steinhardt1-8/+13
2026-05-15Merge branch 'jt/odb-transaction-write' into ps/odb-in-memoryJunio C Hamano1-25/+0
2026-05-15odb: split `struct odb_transaction` into separate headerJustin Tobler1-25/+0
2026-03-31odb: rename `odb_has_object()` flagsPatrick Steinhardt1-3/+3
2026-03-31odb: use enum for `odb_write_object` flagsPatrick Steinhardt1-1/+1
2026-03-31treewide: use enum for `odb_for_each_object()` flagsPatrick Steinhardt1-1/+1
2026-03-20odb: introduce generic `odb_find_abbrev_len()`Patrick Steinhardt1-0/+73
2026-03-20odb: introduce `struct odb_for_each_object_options`Patrick Steinhardt1-7/+19
2026-03-12odb: introduce generic object countingPatrick Steinhardt1-1/+36
2026-03-05odb/source: make `write_alternate()` function pluggablePatrick Steinhardt1-52/+0
2026-03-05odb/source: make `read_alternates()` function pluggablePatrick Steinhardt1-22/+4
2026-03-05odb/source: make `write_object_stream()` function pluggablePatrick Steinhardt1-1/+1
2026-03-05odb/source: make `write_object()` function pluggablePatrick Steinhardt1-2/+2
2026-03-05odb/source: make `freshen_object()` function pluggablePatrick Steinhardt1-10/+2
2026-03-05odb/source: make `for_each_object()` function pluggablePatrick Steinhardt1-11/+1
2026-03-05odb/source: make `read_object_info()` function pluggablePatrick Steinhardt1-12/+10
2026-03-05odb/source: make `close()` function pluggablePatrick Steinhardt1-4/+2
2026-03-05odb/source: make `reprepare()` function pluggablePatrick Steinhardt1-5/+2
2026-03-05odb: move reparenting logic into respective subsystemsPatrick Steinhardt1-37/+0
2026-03-05odb: embed base source in the "files" backendPatrick Steinhardt1-8/+18
2026-03-05odb: introduce "files" sourcePatrick Steinhardt1-6/+6
2026-03-05odb: split `struct odb_source` into separate headerPatrick Steinhardt1-25/+0
2026-02-23Merge branch 'ps/object-info-bits-cleanup' into ps/odb-sourcesJunio C Hamano1-2/+2
2026-02-23Merge branch 'ps/odb-for-each-object' into ps/odb-sourcesJunio C Hamano1-0/+31
2026-02-12odb: convert `odb_has_object()` flags into an enumPatrick Steinhardt1-1/+1
2026-02-12odb: convert object info flags into an enumPatrick Steinhardt1-1/+1
2026-02-02odb: transparently handle common transaction behaviorJustin Tobler1-1/+13
2026-02-02odb: prepare `struct odb_transaction` to become genericJustin Tobler1-1/+4
2026-02-02object-file: rename transaction functionsJustin Tobler1-2/+2
2026-01-26odb: introduce mtime fields for object info requestsPatrick Steinhardt1-0/+2
2026-01-26odb: introduce `odb_for_each_object()`Patrick Steinhardt1-0/+29
2026-01-21Merge branch 'ps/packfile-store-in-odb-source'Junio C Hamano1-25/+19
2026-01-15Merge branch 'ps/odb-misc-fixes'Junio C Hamano1-1/+1
2026-01-15Merge branch 'ps/packfile-store-in-odb-source' into ps/odb-for-each-objectJunio C Hamano1-26/+20
2026-01-09packfile: move MIDX into packfile storePatrick Steinhardt1-7/+1
2026-01-09packfile: move packfile store into object sourcePatrick Steinhardt1-18/+18
2026-01-09packfile: create store via its owning sourcePatrick Steinhardt1-1/+1
2026-01-07Merge branch 'ps/odb-misc-fixes' into ps/packfile-store-in-odb-sourceJunio C Hamano1-1/+1
2026-01-07odb: properly close sources before freeing themPatrick Steinhardt1-1/+1
2025-12-30Merge branch 'jc/object-read-stream-fix'Junio C Hamano1-16/+13
2025-12-22Merge branch 'ps/odb-alternates-object-sources'Junio C Hamano1-149/+158
2025-12-18odb: do not use "blank" substitute for NULLJunio C Hamano1-16/+13
2025-12-16Merge branch 'ps/object-read-stream'Junio C Hamano1-25/+4
2025-12-15Merge branch 'ps/object-read-stream' into ps/packfile-store-in-odb-sourceJunio C Hamano1-25/+4