| Commit message (Expand) | Author | Age | Files | Lines |
* | open_istream(): do not dereference NULL in the error casejk/janitorial-fixes | Junio C Hamano | 2014-02-18 | 1 | -1/+3 |
* | Merge branch 'ef/mingw-write' | Junio C Hamano | 2014-01-27 | 1 | -1/+1 |
|\ |
|
| * | prefer xwrite instead of write | Erik Faye-Lund | 2014-01-17 | 1 | -1/+1 |
* | | sha1_object_info_extended(): add an "unsigned flags" parameter | Christian Couder | 2013-12-12 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'jk/cat-file-batch-optim' | Junio C Hamano | 2013-07-24 | 1 | -2/+2 |
|\ |
|
| * | Fix some sparse warnings | Ramsay Jones | 2013-07-18 | 1 | -1/+1 |
| * | sha1_object_info_extended: make type calculation optional | Jeff King | 2013-07-12 | 1 | -1/+1 |
* | | open_istream: remove unneeded check for null pointer | Stefan Beller | 2013-07-23 | 1 | -1/+1 |
|/ |
|
* | zero-initialize object_info structs | Jeff King | 2013-07-07 | 1 | -1/+1 |
* | avoid infinite loop in read_istream_loose | Jeff King | 2013-03-27 | 1 | -1/+1 |
* | read_istream_filtered: propagate read error from upstream | Jeff King | 2013-03-27 | 1 | -1/+1 |
* | stream_blob_to_fd: detect errors reading from stream | Jeff King | 2013-03-27 | 1 | -0/+2 |
* | pack-objects, streaming: turn "xx >= big_file_threshold" to ".. > .." | Nguyễn Thái Ngọc Duy | 2012-05-18 | 1 | -1/+1 |
* | streaming: void pointer instead of char pointer | René Scharfe | 2012-05-03 | 1 | -1/+1 |
* | streaming: make streaming-write-entry to be more reusable | Junio C Hamano | 2012-03-07 | 1 | -0/+55 |
* | Merge branch 'jc/streaming-filter' | Junio C Hamano | 2011-08-01 | 1 | -1/+3 |
|\ |
|
| * | streaming: free git_istream upon closing | Jeff King | 2011-07-22 | 1 | -1/+3 |
* | | Merge branch 'jc/zlib-wrap' | Junio C Hamano | 2011-07-19 | 1 | -1/+1 |
|/ |
|
* | stream filter: add "no more input" to the filters | Junio C Hamano | 2011-05-26 | 1 | -3/+23 |
* | Add streaming filter API | Junio C Hamano | 2011-05-26 | 1 | -1/+99 |
* | streaming: read loose objects incrementally | Junio C Hamano | 2011-05-20 | 1 | -3/+82 |
* | streaming: read non-delta incrementally from a pack | Junio C Hamano | 2011-05-20 | 1 | -3/+102 |
* | streaming: a new API to read from the object store | Junio C Hamano | 2011-05-20 | 1 | -0/+193 |