aboutsummaryrefslogtreecommitdiff
path: root/streaming.c
Commit message (Expand)AuthorAge
* Merge branch 'jk/write-in-full-fix'Junio C Hamano2017-09-25
|\
| * convert less-trivial versions of "write_in_full() != len"Jeff King2017-09-14
* | pack: move use_pack()Jonathan Tan2017-08-23
|/
* Merge branch 'jk/pack-objects-optim-mru'Junio C Hamano2016-10-10
|\
| * provide an initializer for "struct object_info"Jeff King2016-08-11
* | Merge branch 'jc/verify-loose-object-header'Junio C Hamano2016-10-03
|\ \
| * | streaming: make sure to notice corrupt objectJunio C Hamano2016-09-26
| |/
* | streaming: make stream_blob_to_fd take struct object_idbrian m. carlson2016-09-07
|/
* Merge branch 'sb/plug-streaming-leak'Junio C Hamano2015-04-14
|\
| * streaming.c: fix a memleakJohn Keeping2015-03-31
* | open_istream(): do not dereference NULL in the error caseJunio C Hamano2014-02-18
* | Merge branch 'ef/mingw-write'Junio C Hamano2014-01-27
|\ \
| * | prefer xwrite instead of writeErik Faye-Lund2014-01-17
* | | sha1_object_info_extended(): add an "unsigned flags" parameterChristian Couder2013-12-12
|/ /
* | Merge branch 'jk/cat-file-batch-optim'Junio C Hamano2013-07-24
|\ \
| * | Fix some sparse warningsRamsay Jones2013-07-18
| * | sha1_object_info_extended: make type calculation optionalJeff King2013-07-12
* | | open_istream: remove unneeded check for null pointerStefan Beller2013-07-23
|/ /
* | zero-initialize object_info structsJeff King2013-07-07
* | avoid infinite loop in read_istream_looseJeff King2013-03-27
* | read_istream_filtered: propagate read error from upstreamJeff King2013-03-27
* | stream_blob_to_fd: detect errors reading from streamJeff King2013-03-27
* | pack-objects, streaming: turn "xx >= big_file_threshold" to ".. > .."Nguyễn Thái Ngọc Duy2012-05-18
* | streaming: void pointer instead of char pointerRené Scharfe2012-05-03
|/
* streaming: make streaming-write-entry to be more reusableJunio C Hamano2012-03-07
* Merge branch 'jc/streaming-filter'Junio C Hamano2011-08-01
|\
| * streaming: free git_istream upon closingJeff King2011-07-22
* | Merge branch 'jc/zlib-wrap'Junio C Hamano2011-07-19
|/
* stream filter: add "no more input" to the filtersJunio C Hamano2011-05-26
* Add streaming filter APIJunio C Hamano2011-05-26
* streaming: read loose objects incrementallyJunio C Hamano2011-05-20
* streaming: read non-delta incrementally from a packJunio C Hamano2011-05-20
* streaming: a new API to read from the object storeJunio C Hamano2011-05-20