summaryrefslogtreecommitdiff
path: root/streaming.c
AgeCommit message (Expand)Author
2018-10-31read_istream_pack_non_delta(): document input handlingJeff King
2018-04-26cache.h: add repository argument to oid_object_info_extendedStefan Beller
2018-04-12replace-object: add repository argument to lookup_replace_objectStefan Beller
2018-04-12object-store: move lookup_replace_object to replace-object.hStefan Beller
2018-04-11Merge branch 'sb/object-store'Junio C Hamano
2018-03-26sha1_file: add repository argument to map_sha1_fileStefan Beller
2018-03-14Convert lookup_replace_object to struct object_idbrian m. carlson
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson
2018-03-14streaming: convert istream internals to struct object_idbrian m. carlson
2018-03-14sha1_file: convert sha1_object_info* to object_idbrian m. carlson
2018-03-14Convert remaining callers of sha1_object_info_extended to object_idbrian m. carlson
2018-03-14streaming: convert open_istream to use struct object_idbrian m. carlson
2017-09-25Merge branch 'jk/write-in-full-fix'Junio C Hamano
2017-09-14convert less-trivial versions of "write_in_full() != len"Jeff King
2017-08-23pack: move use_pack()Jonathan Tan
2016-10-10Merge branch 'jk/pack-objects-optim-mru'Junio C Hamano
2016-10-03Merge branch 'jc/verify-loose-object-header'Junio C Hamano
2016-09-26streaming: make sure to notice corrupt objectJunio C Hamano
2016-09-07streaming: make stream_blob_to_fd take struct object_idbrian m. carlson
2016-08-11provide an initializer for "struct object_info"Jeff King
2015-04-14Merge branch 'sb/plug-streaming-leak'Junio C Hamano
2015-03-31streaming.c: fix a memleakJohn Keeping
2014-02-19open_istream(): do not dereference NULL in the error caseJunio C Hamano
2014-01-27Merge branch 'ef/mingw-write'Junio C Hamano
2014-01-17prefer xwrite instead of writeErik Faye-Lund
2013-12-12sha1_object_info_extended(): add an "unsigned flags" parameterChristian Couder
2013-07-25Merge branch 'jk/cat-file-batch-optim'Junio C Hamano
2013-07-23open_istream: remove unneeded check for null pointerStefan Beller
2013-07-18Fix some sparse warningsRamsay Jones
2013-07-12sha1_object_info_extended: make type calculation optionalJeff King
2013-07-07zero-initialize object_info structsJeff King
2013-03-27avoid infinite loop in read_istream_looseJeff King
2013-03-27read_istream_filtered: propagate read error from upstreamJeff King
2013-03-27stream_blob_to_fd: detect errors reading from streamJeff King
2012-05-18pack-objects, streaming: turn "xx >= big_file_threshold" to ".. > .."Nguyễn Thái Ngọc Duy
2012-05-03streaming: void pointer instead of char pointerRené Scharfe
2012-03-07streaming: make streaming-write-entry to be more reusableJunio C Hamano
2011-08-01Merge branch 'jc/streaming-filter'Junio C Hamano
2011-07-22streaming: free git_istream upon closingJeff King
2011-07-19Merge branch 'jc/zlib-wrap'Junio C Hamano
2011-05-26stream filter: add "no more input" to the filtersJunio C Hamano
2011-05-26Add streaming filter APIJunio C Hamano
2011-05-21streaming: read loose objects incrementallyJunio C Hamano
2011-05-21streaming: read non-delta incrementally from a packJunio C Hamano
2011-05-21streaming: a new API to read from the object storeJunio C Hamano