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