summaryrefslogtreecommitdiffstats
path: root/odb.c
AgeCommit message (Expand)AuthorLines
2026-03-31odb: rename `odb_has_object()` flagsPatrick Steinhardt-3/+3
2026-03-31odb: use enum for `odb_write_object` flagsPatrick Steinhardt-1/+1
2026-03-31treewide: use enum for `odb_for_each_object()` flagsPatrick Steinhardt-1/+1
2026-03-20odb: introduce generic `odb_find_abbrev_len()`Patrick Steinhardt-0/+73
2026-03-20odb: introduce `struct odb_for_each_object_options`Patrick Steinhardt-7/+19
2026-03-12odb: introduce generic object countingPatrick Steinhardt-1/+36
2026-03-05odb/source: make `write_alternate()` function pluggablePatrick Steinhardt-52/+0
2026-03-05odb/source: make `read_alternates()` function pluggablePatrick Steinhardt-22/+4
2026-03-05odb/source: make `write_object_stream()` function pluggablePatrick Steinhardt-1/+1
2026-03-05odb/source: make `write_object()` function pluggablePatrick Steinhardt-2/+2
2026-03-05odb/source: make `freshen_object()` function pluggablePatrick Steinhardt-10/+2
2026-03-05odb/source: make `for_each_object()` function pluggablePatrick Steinhardt-11/+1
2026-03-05odb/source: make `read_object_info()` function pluggablePatrick Steinhardt-12/+10
2026-03-05odb/source: make `close()` function pluggablePatrick Steinhardt-4/+2
2026-03-05odb/source: make `reprepare()` function pluggablePatrick Steinhardt-5/+2
2026-03-05odb: move reparenting logic into respective subsystemsPatrick Steinhardt-37/+0
2026-03-05odb: embed base source in the "files" backendPatrick Steinhardt-8/+18
2026-03-05odb: introduce "files" sourcePatrick Steinhardt-6/+6
2026-03-05odb: split `struct odb_source` into separate headerPatrick Steinhardt-25/+0
2026-02-23Merge branch 'ps/object-info-bits-cleanup' into ps/odb-sourcesJunio C Hamano-2/+2
2026-02-23Merge branch 'ps/odb-for-each-object' into ps/odb-sourcesJunio C Hamano-0/+31
2026-02-12odb: convert `odb_has_object()` flags into an enumPatrick Steinhardt-1/+1
2026-02-12odb: convert object info flags into an enumPatrick Steinhardt-1/+1
2026-02-02odb: transparently handle common transaction behaviorJustin Tobler-1/+13
2026-02-02odb: prepare `struct odb_transaction` to become genericJustin Tobler-1/+4
2026-02-02object-file: rename transaction functionsJustin Tobler-2/+2
2026-01-26odb: introduce mtime fields for object info requestsPatrick Steinhardt-0/+2
2026-01-26odb: introduce `odb_for_each_object()`Patrick Steinhardt-0/+29
2026-01-21Merge branch 'ps/packfile-store-in-odb-source'Junio C Hamano-25/+19
2026-01-15Merge branch 'ps/odb-misc-fixes'Junio C Hamano-1/+1
2026-01-15Merge branch 'ps/packfile-store-in-odb-source' into ps/odb-for-each-objectJunio C Hamano-26/+20
2026-01-09packfile: move MIDX into packfile storePatrick Steinhardt-7/+1
2026-01-09packfile: move packfile store into object sourcePatrick Steinhardt-18/+18
2026-01-09packfile: create store via its owning sourcePatrick Steinhardt-1/+1
2026-01-07Merge branch 'ps/odb-misc-fixes' into ps/packfile-store-in-odb-sourceJunio C Hamano-1/+1
2026-01-07odb: properly close sources before freeing themPatrick Steinhardt-1/+1
2025-12-30Merge branch 'jc/object-read-stream-fix'Junio C Hamano-16/+13
2025-12-22Merge branch 'ps/odb-alternates-object-sources'Junio C Hamano-149/+158
2025-12-18odb: do not use "blank" substitute for NULLJunio C Hamano-16/+13
2025-12-16Merge branch 'ps/object-read-stream'Junio C Hamano-25/+4
2025-12-15Merge branch 'ps/object-read-stream' into ps/packfile-store-in-odb-sourceJunio C Hamano-25/+4
2025-12-11odb: write alternates via sourcesPatrick Steinhardt-16/+35
2025-12-11odb: read alternates via sourcesPatrick Steinhardt-6/+6
2025-12-11odb: drop forward declaration of `read_info_alternates()`Patrick Steinhardt-71/+54
2025-12-11odb: remove mutual recursion when parsing alternatesPatrick Steinhardt-33/+27
2025-12-11odb: stop splitting alternate in `odb_add_to_alternates_file()`Patrick Steinhardt-1/+1
2025-12-11odb: move computation of normalized objdir into `alt_odb_usable()`Patrick Steinhardt-12/+15
2025-12-11odb: resolve relative alternative paths when parsingPatrick Steinhardt-32/+32
2025-12-11odb: refactor parsing of alternates to be self-containedPatrick Steinhardt-30/+40
2025-11-25odb: handle recreation of quarantine directoriesPatrick Steinhardt-0/+7