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