summaryrefslogtreecommitdiff
path: root/streaming.h
AgeCommit message (Expand)AuthorFilesLines
2025-11-23streaming: move into object database subsystemPatrick Steinhardt1-70/+0
2025-11-23streaming: refactor interface to be object-database-centricPatrick Steinhardt1-5/+25
2025-11-23streaming: make the `odb_read_stream` definition publicPatrick Steinhardt1-1/+14
2025-11-23streaming: get rid of `the_repository`Patrick Steinhardt1-1/+17
2025-11-23streaming: rename `git_istream` into `odb_read_stream`Patrick Steinhardt1-6/+6
2023-03-21treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren1-1/+3
2020-01-31streaming: allow open_istream() to handle any repoMatheus Tavares1-1/+3
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu1-4/+4
2018-03-14streaming: convert open_istream to use struct object_idbrian m. carlson1-1/+1
2016-09-07streaming: make stream_blob_to_fd take struct object_idbrian m. carlson1-1/+1
2012-05-03streaming: void pointer instead of char pointerRené Scharfe1-1/+1
2012-03-07streaming: make streaming-write-entry to be more reusableJunio C Hamano1-0/+2
2011-05-26Add streaming filter APIJunio C Hamano1-1/+1
2011-05-20streaming: a new API to read from the object storeJunio C Hamano1-0/+15