index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
streaming.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-06
Merge branch 'jk/loose-object-cache-oid'
Junio C Hamano
1
-8
/
+8
2019-02-05
Merge branch 'sb/more-repo-in-api'
Junio C Hamano
1
-1
/
+1
2019-01-08
sha1-file: modernize loose header/stream functions
Jeff King
1
-6
/
+6
2019-01-08
sha1-file: modernize loose object file functions
Jeff King
1
-2
/
+2
2018-11-14
object-store: allow read_object_file_extended to read from any repo
Stefan Beller
1
-1
/
+1
2018-10-31
read_istream_pack_non_delta(): document input handling
Jeff King
1
-0
/
+9
2018-04-26
cache.h: add repository argument to oid_object_info_extended
Stefan Beller
1
-1
/
+1
2018-04-12
replace-object: add repository argument to lookup_replace_object
Stefan Beller
1
-1
/
+1
2018-04-12
object-store: move lookup_replace_object to replace-object.h
Stefan Beller
1
-0
/
+1
2018-04-11
Merge branch 'sb/object-store'
Junio C Hamano
1
-1
/
+4
2018-03-26
sha1_file: add repository argument to map_sha1_file
Stefan Beller
1
-1
/
+4
2018-03-14
Convert lookup_replace_object to struct object_id
brian m. carlson
1
-11
/
+5
2018-03-14
sha1_file: convert read_sha1_file to struct object_id
brian m. carlson
1
-1
/
+1
2018-03-14
streaming: convert istream internals to struct object_id
brian m. carlson
1
-6
/
+9
2018-03-14
sha1_file: convert sha1_object_info* to object_id
brian m. carlson
1
-1
/
+1
2018-03-14
Convert remaining callers of sha1_object_info_extended to object_id
brian m. carlson
1
-1
/
+4
2018-03-14
streaming: convert open_istream to use struct object_id
brian m. carlson
1
-3
/
+3
2017-09-25
Merge branch 'jk/write-in-full-fix'
Junio C Hamano
1
-1
/
+1
2017-09-14
convert less-trivial versions of "write_in_full() != len"
Jeff King
1
-1
/
+1
2017-08-23
pack: move use_pack()
Jonathan Tan
1
-0
/
+1
2016-10-10
Merge branch 'jk/pack-objects-optim-mru'
Junio C Hamano
1
-1
/
+1
2016-10-03
Merge branch 'jc/verify-loose-object-header'
Junio C Hamano
1
-6
/
+6
2016-09-26
streaming: make sure to notice corrupt object
Junio C Hamano
1
-6
/
+6
2016-09-07
streaming: make stream_blob_to_fd take struct object_id
brian m. carlson
1
-2
/
+2
2016-08-11
provide an initializer for "struct object_info"
Jeff King
1
-1
/
+1
2015-04-14
Merge branch 'sb/plug-streaming-leak'
Junio C Hamano
1
-1
/
+4
2015-03-31
streaming.c: fix a memleak
John Keeping
1
-1
/
+4
2014-02-18
open_istream(): do not dereference NULL in the error case
Junio C Hamano
1
-1
/
+3
2014-01-27
Merge branch 'ef/mingw-write'
Junio C Hamano
1
-1
/
+1
2014-01-17
prefer xwrite instead of write
Erik Faye-Lund
1
-1
/
+1
2013-12-12
sha1_object_info_extended(): add an "unsigned flags" parameter
Christian Couder
1
-1
/
+1
2013-07-24
Merge branch 'jk/cat-file-batch-optim'
Junio C Hamano
1
-2
/
+2
2013-07-23
open_istream: remove unneeded check for null pointer
Stefan Beller
1
-1
/
+1
2013-07-18
Fix some sparse warnings
Ramsay Jones
1
-1
/
+1
2013-07-12
sha1_object_info_extended: make type calculation optional
Jeff King
1
-1
/
+1
2013-07-07
zero-initialize object_info structs
Jeff King
1
-1
/
+1
2013-03-27
avoid infinite loop in read_istream_loose
Jeff King
1
-1
/
+1
2013-03-27
read_istream_filtered: propagate read error from upstream
Jeff King
1
-1
/
+1
2013-03-27
stream_blob_to_fd: detect errors reading from stream
Jeff King
1
-0
/
+2
2012-05-18
pack-objects, streaming: turn "xx >= big_file_threshold" to ".. > .."
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2012-05-03
streaming: void pointer instead of char pointer
René Scharfe
1
-1
/
+1
2012-03-07
streaming: make streaming-write-entry to be more reusable
Junio C Hamano
1
-0
/
+55
2011-08-01
Merge branch 'jc/streaming-filter'
Junio C Hamano
1
-1
/
+3
2011-07-22
streaming: free git_istream upon closing
Jeff King
1
-1
/
+3
2011-07-19
Merge branch 'jc/zlib-wrap'
Junio C Hamano
1
-1
/
+1
2011-05-26
stream filter: add "no more input" to the filters
Junio C Hamano
1
-3
/
+23
2011-05-26
Add streaming filter API
Junio C Hamano
1
-1
/
+99
2011-05-20
streaming: read loose objects incrementally
Junio C Hamano
1
-3
/
+82
2011-05-20
streaming: read non-delta incrementally from a pack
Junio C Hamano
1
-3
/
+102
2011-05-20
streaming: a new API to read from the object store
Junio C Hamano
1
-0
/
+193