aboutsummaryrefslogtreecommitdiff
path: root/odb.h
AgeCommit message (Expand)Author
14 daysodb: drop unneeded headers and forward declsPatrick Steinhardt
14 daysodb: rename `odb_has_object()` flagsPatrick Steinhardt
14 daysodb: use enum for `odb_write_object` flagsPatrick Steinhardt
14 daysodb: rename `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-20object-name: move logic to iterate through loose prefixed objectsPatrick Steinhardt
2026-03-20odb: introduce `struct odb_for_each_object_options`Patrick Steinhardt
2026-03-12odb: introduce generic object countingPatrick Steinhardt
2026-03-12object-file: generalize counting objectsPatrick Steinhardt
2026-03-12odb: stop including "odb/source.h"Patrick Steinhardt
2026-03-05odb/source: make `read_alternates()` 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: 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-12odb: drop gaps in object info flag valuesPatrick Steinhardt
2026-02-02odb: prepare `struct odb_transaction` to become genericJustin Tobler
2026-01-26odb: introduce mtime fields for object info requestsPatrick Steinhardt
2026-01-26odb: introduce `odb_for_each_object()`Patrick Steinhardt
2026-01-26object-file: introduce function to iterate through objectsPatrick Steinhardt
2026-01-26odb: rename `FOR_EACH_OBJECT_*` flagsPatrick Steinhardt
2026-01-21Merge branch 'ps/read-object-info-improvements'Junio C Hamano
2026-01-15Merge branch 'ps/packfile-store-in-odb-source' into ps/odb-for-each-objectJunio C Hamano
2026-01-12packfile: extend `is_delta` field to allow for "unknown" statePatrick Steinhardt
2026-01-12packfile: always declare object info to be OI_PACKEDPatrick Steinhardt
2026-01-09packfile: move MIDX into packfile storePatrick Steinhardt
2026-01-09packfile: move packfile store into object sourcePatrick Steinhardt
2025-11-25odb: handle changing a repository's commondirPatrick Steinhardt
2025-11-25odb: handle initialization of sources in `odb_new()`Patrick Steinhardt
2025-11-25odb: move logic to disable ref updates into repoPatrick Steinhardt
2025-11-19odb: refactor `odb_clear()` to `odb_free()`Patrick Steinhardt
2025-11-19odb: adopt logic to close object databasesPatrick Steinhardt
2025-11-03object-file: refactor writing objects via a streamPatrick Steinhardt
2025-11-03object-file: refactor freshening of objectsPatrick Steinhardt
2025-11-03object-file: move loose object map into loose sourcePatrick Steinhardt
2025-11-03object-file: move loose object cache into loose sourcePatrick Steinhardt
2025-11-03object-file: introduce `struct odb_source_loose`Patrick Steinhardt
2025-11-03object-file: move `fetch_if_missing`Patrick Steinhardt
2025-11-03odb: introduce `odb_source_new()`Patrick Steinhardt
2025-10-07Merge branch 'ps/odb-clean-stale-wrappers'Junio C Hamano
2025-10-07Merge branch 'ps/packfile-store'Junio C Hamano
2025-10-02Merge branch 'jt/odb-transaction'Junio C Hamano
2025-09-24packfile: split up responsibilities of `reprepare_packed_git()`Patrick Steinhardt
2025-09-24odb: move kept cache into `struct packfile_store`Patrick Steinhardt
2025-09-24odb: move MRU list of packfiles into `struct packfile_store`Patrick Steinhardt
2025-09-24odb: move packfile map into `struct packfile_store`Patrick Steinhardt