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.h
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: make the `odb_read_stream` definition public
Patrick Steinhardt
2025-11-23
streaming: get rid of `the_repository`
Patrick Steinhardt
2025-11-23
streaming: rename `git_istream` into `odb_read_stream`
Patrick Steinhardt
2023-03-21
treewide: remove unnecessary cache.h inclusion from a few headers
Elijah Newren
2020-01-31
streaming: allow open_istream() to handle any repo
Matheus Tavares
2019-05-05
*.[ch]: remove extern from function declarations using spatch
Denton Liu
2018-03-14
streaming: convert open_istream to use struct object_id
brian m. carlson
2016-09-07
streaming: make stream_blob_to_fd take struct object_id
brian m. carlson
2012-05-03
streaming: void pointer instead of char pointer
René Scharfe
2012-03-07
streaming: make streaming-write-entry to be more reusable
Junio C Hamano
2011-05-26
Add streaming filter API
Junio C Hamano
2011-05-20
streaming: a new API to read from the object store
Junio C Hamano