index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
streaming.c
Age
Commit message (
Expand
)
Author
2025-11-23
streaming: move into object database subsystem
Patrick Steinhardt
2025-11-23
streaming: refactor interface to be object-database-centric
Patrick Steinhardt
2025-11-23
streaming: move logic to read packed objects streams into backend
Patrick Steinhardt
2025-11-23
streaming: move logic to read loose objects streams into backend
Patrick Steinhardt
2025-11-23
streaming: make the `odb_read_stream` definition public
Patrick Steinhardt
2025-11-23
streaming: get rid of `the_repository`
Patrick Steinhardt
2025-11-23
streaming: rely on object sources to create object stream
Patrick Steinhardt
2025-11-23
streaming: move zlib stream into backends
Patrick Steinhardt
2025-11-23
streaming: create structure for filtered object streams
Patrick Steinhardt
2025-11-23
streaming: create structure for packed object streams
Patrick Steinhardt
2025-11-23
streaming: create structure for loose object streams
Patrick Steinhardt
2025-11-23
streaming: create structure for in-core object streams
Patrick Steinhardt
2025-11-23
streaming: allocate stream inside the backend-specific logic
Patrick Steinhardt
2025-11-23
streaming: explicitly pass packfile info when streaming a packed object
Patrick Steinhardt
2025-11-23
streaming: propagate final object type via the stream
Patrick Steinhardt
2025-11-23
streaming: drop the `open()` callback function
Patrick Steinhardt
2025-11-23
streaming: rename `git_istream` into `odb_read_stream`
Patrick Steinhardt
2025-11-03
object-file: read objects via the loose object source
Patrick Steinhardt
2025-07-01
odb: rename `oid_object_info()`
Patrick Steinhardt
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
2025-05-16
object-file: drop OBJECT_INFO_ALLOW_UNKNOWN_TYPE flag
Jeff King
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
2025-03-10
environment: move access to "core.bigFileThreshold" into repo settings
Patrick Steinhardt
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-04-11
treewide: remove cache.h inclusion due to object-file.h changes
Elijah Newren
2023-04-11
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
2023-04-11
treewide: be explicit about dependence on convert.h
Elijah Newren
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
2023-01-08
streaming: inline call to read_object_file_extended()
Jeff King
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
2022-08-19
streaming: mark unused virtual method parameters
Jeff King
2021-10-01
object-file.c: stop dying in parse_loose_header()
Ævar Arnfjörð Bjarmason
2021-10-01
object-file.c: return ULHR_TOO_LONG on "header too long"
Ævar Arnfjörð Bjarmason
2021-10-01
object-file.c: use "enum" return type for unpack_loose_header()
Ævar Arnfjörð Bjarmason
2021-10-01
object-file.c: simplify unpack_loose_short_header()
Ævar Arnfjörð Bjarmason
2021-10-01
object-file.c: make parse_loose_header_extended() public
Ævar Arnfjörð Bjarmason
2021-05-06
streaming.c: move {open,close,read} from vtable to "struct git_istream"
Ævar Arnfjörð Bjarmason
2021-05-06
streaming.c: stop passing around "object_info *" to open()
Ævar Arnfjörð Bjarmason
2021-05-06
streaming.c: remove {open,close,read}_method_decl() macros
Ævar Arnfjörð Bjarmason
2021-05-06
streaming.c: remove enum/function/vtbl indirection
Ævar Arnfjörð Bjarmason
2021-05-06
streaming.c: avoid forward declarations
Ævar Arnfjörð Bjarmason
2020-01-31
streaming: allow open_istream() to handle any repo
Matheus Tavares
2019-02-06
Merge branch 'jk/loose-object-cache-oid'
Junio C Hamano
2019-02-05
Merge branch 'sb/more-repo-in-api'
Junio C Hamano
2019-01-08
sha1-file: modernize loose header/stream functions
Jeff King
2019-01-08
sha1-file: modernize loose object file functions
Jeff King
2018-11-14
object-store: allow read_object_file_extended to read from any repo
Stefan Beller
[next]