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