aboutsummaryrefslogtreecommitdiff
path: root/object-file.h
AgeCommit message (Expand)Author
2026-03-31odb: use enum for `odb_write_object` flagsPatrick Steinhardt
2026-03-20object-name: move logic to compute loose abbreviation lengthPatrick 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-12object-file: generalize counting objectsPatrick Steinhardt
2026-03-12object-file: extract logic to approximate object countPatrick Steinhardt
2026-03-05Merge branch 'ps/fsck-stream-from-the-right-object-instance'Junio C Hamano
2026-03-02Merge branch 'ps/object-info-bits-cleanup'Junio C Hamano
2026-03-02Merge branch 'ps/odb-for-each-object'Junio C Hamano
2026-02-23object-file: adapt `stream_object_signature()` to take a streamPatrick Steinhardt
2026-02-12odb: convert object info flags into an enumPatrick Steinhardt
2026-02-02odb: prepare `struct odb_transaction` to become genericJustin Tobler
2026-02-02object-file: rename transaction functionsJustin Tobler
2026-01-26odb: drop unused `for_each_{loose,packed}_object()` functionsPatrick 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: fix flags parameter to be unsignedPatrick Steinhardt
2026-01-26odb: rename `FOR_EACH_OBJECT_*` flagsPatrick Steinhardt
2025-11-23streaming: move logic to read loose objects streams into backendPatrick Steinhardt
2025-11-03object-file: refactor writing objects via a streamPatrick Steinhardt
2025-11-03object-file: rename `write_object_file()`Patrick Steinhardt
2025-11-03object-file: refactor freshening of objectsPatrick Steinhardt
2025-11-03object-file: rename `has_loose_object()`Patrick Steinhardt
2025-11-03object-file: read objects via the loose object sourcePatrick Steinhardt
2025-11-03object-file: move loose object map into loose sourcePatrick Steinhardt
2025-11-03object-file: hide internals when we need to reprepare loose sourcesPatrick 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-09-16odb: add transaction interfaceJustin Tobler
2025-09-16object-file: relocate ODB transaction codeJustin Tobler
2025-07-16object-file: get rid of `the_repository` in `force_object_loose()`Patrick Steinhardt
2025-07-16object-file: get rid of `the_repository` in `read_loose_object()`Patrick Steinhardt
2025-07-16object-file: get rid of `the_repository` in loose object iteratorsPatrick Steinhardt
2025-07-16object-file: remove declaration for `for_each_file_in_obj_subdir()`Patrick Steinhardt
2025-07-16object-file: inline `for_each_loose_file_in_objdir_buf()`Patrick Steinhardt
2025-07-16object-file: get rid of `the_repository` when writing objectsPatrick Steinhardt
2025-07-16odb: introduce `odb_write_object()`Patrick Steinhardt
2025-07-16object-file: get rid of `the_repository` in `finalize_object_file()`Patrick Steinhardt
2025-07-16object-file: get rid of `the_repository` in `has_loose_object()`Patrick Steinhardt
2025-07-16object-file: stop using `the_hash_algo`Patrick Steinhardt
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-07-01object-store: rename `object_directory` to `odb_source`Patrick Steinhardt
2025-05-16object-file: drop support for writing objects with unknown typesJeff King
2025-05-16object-file: drop OBJECT_INFO_ALLOW_UNKNOWN_TYPE flagJeff King
2025-05-16object-file.h: fix typo in variable declarationJeff King
2025-04-29object-store: move function declarations to their respective subsystemsPatrick Steinhardt
2025-04-29object-store: drop `loose_object_path()`Patrick Steinhardt
2025-04-15object-file: split up concerns of `HASH_*` flagsPatrick Steinhardt