aboutsummaryrefslogtreecommitdiffstats
path: root/streaming.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-14Merge branch 'sb/plug-streaming-leak'Junio C Hamano1-1/+4
2015-03-31streaming.c: fix a memleakJohn Keeping1-1/+4
2014-02-18open_istream(): do not dereference NULL in the error caseJunio C Hamano1-1/+3
2014-01-27Merge branch 'ef/mingw-write'Junio C Hamano1-1/+1
2014-01-17prefer xwrite instead of writeErik Faye-Lund1-1/+1
2013-12-12sha1_object_info_extended(): add an "unsigned flags" parameterChristian Couder1-1/+1
2013-07-24Merge branch 'jk/cat-file-batch-optim'Junio C Hamano1-2/+2
2013-07-23open_istream: remove unneeded check for null pointerStefan Beller1-1/+1
2013-07-18Fix some sparse warningsRamsay Jones1-1/+1
2013-07-12sha1_object_info_extended: make type calculation optionalJeff King1-1/+1
2013-07-07zero-initialize object_info structsJeff King1-1/+1
2013-03-27avoid infinite loop in read_istream_looseJeff King1-1/+1
2013-03-27read_istream_filtered: propagate read error from upstreamJeff King1-1/+1
2013-03-27stream_blob_to_fd: detect errors reading from streamJeff King1-0/+2
2012-05-18pack-objects, streaming: turn "xx >= big_file_threshold" to ".. > .."Nguyễn Thái Ngọc Duy1-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/+55
2011-08-01Merge branch 'jc/streaming-filter'Junio C Hamano1-1/+3
2011-07-22streaming: free git_istream upon closingJeff King1-1/+3
2011-07-19Merge branch 'jc/zlib-wrap'Junio C Hamano1-1/+1
2011-05-26stream filter: add "no more input" to the filtersJunio C Hamano1-3/+23
2011-05-26Add streaming filter APIJunio C Hamano1-1/+99
2011-05-20streaming: read loose objects incrementallyJunio C Hamano1-3/+82
2011-05-20streaming: read non-delta incrementally from a packJunio C Hamano1-3/+102
2011-05-20streaming: a new API to read from the object storeJunio C Hamano1-0/+193