aboutsummaryrefslogtreecommitdiff
path: root/streaming.c
AgeCommit message (Expand)Author
2025-11-23streaming: move into object database subsystemPatrick Steinhardt
2025-11-23streaming: refactor interface to be object-database-centricPatrick Steinhardt
2025-11-23streaming: move logic to read packed objects streams into backendPatrick Steinhardt
2025-11-23streaming: move logic to read loose objects streams into backendPatrick Steinhardt
2025-11-23streaming: make the `odb_read_stream` definition publicPatrick Steinhardt
2025-11-23streaming: get rid of `the_repository`Patrick Steinhardt
2025-11-23streaming: rely on object sources to create object streamPatrick Steinhardt
2025-11-23streaming: move zlib stream into backendsPatrick Steinhardt
2025-11-23streaming: create structure for filtered object streamsPatrick Steinhardt
2025-11-23streaming: create structure for packed object streamsPatrick Steinhardt
2025-11-23streaming: create structure for loose object streamsPatrick Steinhardt
2025-11-23streaming: create structure for in-core object streamsPatrick Steinhardt
2025-11-23streaming: allocate stream inside the backend-specific logicPatrick Steinhardt
2025-11-23streaming: explicitly pass packfile info when streaming a packed objectPatrick Steinhardt
2025-11-23streaming: propagate final object type via the streamPatrick Steinhardt
2025-11-23streaming: drop the `open()` callback functionPatrick Steinhardt
2025-11-23streaming: rename `git_istream` into `odb_read_stream`Patrick Steinhardt
2025-11-03object-file: read objects via the loose object sourcePatrick Steinhardt
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-05-16object-file: drop OBJECT_INFO_ALLOW_UNKNOWN_TYPE flagJeff King
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2025-03-10environment: move access to "core.bigFileThreshold" into repo settingsPatrick Steinhardt
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-04-11treewide: remove cache.h inclusion due to object-file.h changesElijah Newren
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren
2023-04-11treewide: be explicit about dependence on convert.hElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren
2023-01-08streaming: inline call to read_object_file_extended()Jeff King
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19streaming: mark unused virtual method parametersJeff King
2021-10-01object-file.c: stop dying in parse_loose_header()Ævar Arnfjörð Bjarmason
2021-10-01object-file.c: return ULHR_TOO_LONG on "header too long"Ævar Arnfjörð Bjarmason
2021-10-01object-file.c: use "enum" return type for unpack_loose_header()Ævar Arnfjörð Bjarmason
2021-10-01object-file.c: simplify unpack_loose_short_header()Ævar Arnfjörð Bjarmason
2021-10-01object-file.c: make parse_loose_header_extended() publicÆvar Arnfjörð Bjarmason
2021-05-06streaming.c: move {open,close,read} from vtable to "struct git_istream"Ævar Arnfjörð Bjarmason
2021-05-06streaming.c: stop passing around "object_info *" to open()Ævar Arnfjörð Bjarmason
2021-05-06streaming.c: remove {open,close,read}_method_decl() macrosÆvar Arnfjörð Bjarmason
2021-05-06streaming.c: remove enum/function/vtbl indirectionÆvar Arnfjörð Bjarmason
2021-05-06streaming.c: avoid forward declarationsÆvar Arnfjörð Bjarmason
2020-01-31streaming: allow open_istream() to handle any repoMatheus Tavares
2019-02-06Merge branch 'jk/loose-object-cache-oid'Junio C Hamano
2019-02-05Merge branch 'sb/more-repo-in-api'Junio C Hamano
2019-01-08sha1-file: modernize loose header/stream functionsJeff King
2019-01-08sha1-file: modernize loose object file functionsJeff King
2018-11-14object-store: allow read_object_file_extended to read from any repoStefan Beller