summaryrefslogtreecommitdiffstats
path: root/streaming.c
Commit message (Expand)AuthorAgeFilesLines
* streaming: make stream_blob_to_fd take struct object_idbrian m. carlson2016-09-071-2/+2
* Merge branch 'sb/plug-streaming-leak'Junio C Hamano2015-04-141-1/+4
|\
| * streaming.c: fix a memleakJohn Keeping2015-03-311-1/+4
* | open_istream(): do not dereference NULL in the error caseJunio C Hamano2014-02-181-1/+3
* | Merge branch 'ef/mingw-write'Junio C Hamano2014-01-271-1/+1
|\ \
| * | prefer xwrite instead of writeErik Faye-Lund2014-01-171-1/+1
* | | sha1_object_info_extended(): add an "unsigned flags" parameterChristian Couder2013-12-121-1/+1
|/ /
* | Merge branch 'jk/cat-file-batch-optim'Junio C Hamano2013-07-241-2/+2
|\ \
| * | Fix some sparse warningsRamsay Jones2013-07-181-1/+1
| * | sha1_object_info_extended: make type calculation optionalJeff King2013-07-121-1/+1
* | | open_istream: remove unneeded check for null pointerStefan Beller2013-07-231-1/+1
|/ /
* | zero-initialize object_info structsJeff King2013-07-071-1/+1
* | avoid infinite loop in read_istream_looseJeff King2013-03-271-1/+1
* | read_istream_filtered: propagate read error from upstreamJeff King2013-03-271-1/+1
* | stream_blob_to_fd: detect errors reading from streamJeff King2013-03-271-0/+2
* | pack-objects, streaming: turn "xx >= big_file_threshold" to ".. > .."Nguyễn Thái Ngọc Duy2012-05-181-1/+1
* | streaming: void pointer instead of char pointerRené Scharfe2012-05-031-1/+1
|/
* streaming: make streaming-write-entry to be more reusableJunio C Hamano2012-03-071-0/+55
* Merge branch 'jc/streaming-filter'Junio C Hamano2011-08-011-1/+3
|\
| * streaming: free git_istream upon closingJeff King2011-07-221-1/+3
* | Merge branch 'jc/zlib-wrap'Junio C Hamano2011-07-191-1/+1
|/
* stream filter: add "no more input" to the filtersJunio C Hamano2011-05-261-3/+23
* Add streaming filter APIJunio C Hamano2011-05-261-1/+99
* streaming: read loose objects incrementallyJunio C Hamano2011-05-201-3/+82
* streaming: read non-delta incrementally from a packJunio C Hamano2011-05-201-3/+102
* streaming: a new API to read from the object storeJunio C Hamano2011-05-201-0/+193