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