summaryrefslogtreecommitdiffstats
path: root/streaming.c
Commit message (Expand)AuthorAgeFilesLines
* read_istream_pack_non_delta(): document input handlingJeff King2018-10-311-0/+9
* cache.h: add repository argument to oid_object_info_extendedStefan Beller2018-04-261-1/+1
* replace-object: add repository argument to lookup_replace_objectStefan Beller2018-04-121-1/+1
* object-store: move lookup_replace_object to replace-object.hStefan Beller2018-04-121-0/+1
* Merge branch 'sb/object-store'Junio C Hamano2018-04-111-1/+4
|\
| * sha1_file: add repository argument to map_sha1_fileStefan Beller2018-03-261-1/+4
* | Convert lookup_replace_object to struct object_idbrian m. carlson2018-03-141-11/+5
* | sha1_file: convert read_sha1_file to struct object_idbrian m. carlson2018-03-141-1/+1
* | streaming: convert istream internals to struct object_idbrian m. carlson2018-03-141-6/+9
* | sha1_file: convert sha1_object_info* to object_idbrian m. carlson2018-03-141-1/+1
* | Convert remaining callers of sha1_object_info_extended to object_idbrian m. carlson2018-03-141-1/+4
* | streaming: convert open_istream to use struct object_idbrian m. carlson2018-03-141-3/+3
|/
* Merge branch 'jk/write-in-full-fix'Junio C Hamano2017-09-251-1/+1
|\
| * convert less-trivial versions of "write_in_full() != len"Jeff King2017-09-141-1/+1
* | pack: move use_pack()Jonathan Tan2017-08-231-0/+1
|/
* Merge branch 'jk/pack-objects-optim-mru'Junio C Hamano2016-10-101-1/+1
|\
| * provide an initializer for "struct object_info"Jeff King2016-08-111-1/+1
* | Merge branch 'jc/verify-loose-object-header'Junio C Hamano2016-10-031-6/+6
|\ \
| * | streaming: make sure to notice corrupt objectJunio C Hamano2016-09-261-6/+6
| |/
* / 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