summaryrefslogtreecommitdiff
path: root/odb.c
AgeCommit message (Expand)AuthorFilesLines
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
2025-12-11odb: write alternates via sourcesPatrick Steinhardt1-16/+35
2025-12-11odb: read alternates via sourcesPatrick Steinhardt1-6/+6
2025-12-11odb: drop forward declaration of `read_info_alternates()`Patrick Steinhardt1-71/+54
2025-12-11odb: remove mutual recursion when parsing alternatesPatrick Steinhardt1-33/+27
2025-12-11odb: stop splitting alternate in `odb_add_to_alternates_file()`Patrick Steinhardt1-1/+1
2025-12-11odb: move computation of normalized objdir into `alt_odb_usable()`Patrick Steinhardt1-12/+15
2025-12-11odb: resolve relative alternative paths when parsingPatrick Steinhardt1-32/+32
2025-12-11odb: refactor parsing of alternates to be self-containedPatrick Steinhardt1-30/+40
2025-11-25odb: handle recreation of quarantine directoriesPatrick Steinhardt1-0/+7
2025-11-25odb: handle changing a repository's commondirPatrick Steinhardt1-3/+34
2025-11-25odb: handle initialization of sources in `odb_new()`Patrick Steinhardt1-1/+13
2025-11-25odb: move logic to disable ref updates into repoPatrick Steinhardt1-1/+2
2025-11-23packfile: introduce function to read object info from a storePatrick Steinhardt1-25/+4
2025-11-19odb: refactor `odb_clear()` to `odb_free()`Patrick Steinhardt1-11/+8
2025-11-19odb: adopt logic to close object databasesPatrick Steinhardt1-1/+17
2025-11-03object-file: refactor writing objects via a streamPatrick Steinhardt1-0/+7