index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
streaming.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
object-file.c: stop dying in parse_loose_header()
Ævar Arnfjörð Bjarmason
2021-10-02
1
-1
/
+2
*
object-file.c: return ULHR_TOO_LONG on "header too long"
Ævar Arnfjörð Bjarmason
2021-10-02
1
-0
/
+1
*
object-file.c: use "enum" return type for unpack_loose_header()
Ævar Arnfjörð Bjarmason
2021-10-02
1
-10
/
+13
*
object-file.c: simplify unpack_loose_short_header()
Ævar Arnfjörð Bjarmason
2021-10-02
1
-1
/
+2
*
object-file.c: make parse_loose_header_extended() public
Ævar Arnfjörð Bjarmason
2021-10-02
1
-1
/
+4
*
streaming.c: move {open,close,read} from vtable to "struct git_istream"
Ævar Arnfjörð Bjarmason
2021-05-06
1
-43
/
+29
*
streaming.c: stop passing around "object_info *" to open()
Ævar Arnfjörð Bjarmason
2021-05-06
1
-22
/
+20
*
streaming.c: remove {open,close,read}_method_decl() macros
Ævar Arnfjörð Bjarmason
2021-05-06
1
-25
/
+22
*
streaming.c: remove enum/function/vtbl indirection
Ævar Arnfjörð Bjarmason
2021-05-06
1
-25
/
+11
*
streaming.c: avoid forward declarations
Ævar Arnfjörð Bjarmason
2021-05-06
1
-88
/
+83
*
streaming: allow open_istream() to handle any repo
Matheus Tavares
2020-01-31
1
-13
/
+15
*
Merge branch 'jk/loose-object-cache-oid'
Junio C Hamano
2019-02-07
1
-8
/
+8
|
\
|
*
sha1-file: modernize loose header/stream functions
Jeff King
2019-01-08
1
-6
/
+6
|
*
sha1-file: modernize loose object file functions
Jeff King
2019-01-08
1
-2
/
+2
*
|
Merge branch 'sb/more-repo-in-api'
Junio C Hamano
2019-02-05
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
object-store: allow read_object_file_extended to read from any repo
Stefan Beller
2018-11-14
1
-1
/
+1
*
|
read_istream_pack_non_delta(): document input handling
Jeff King
2018-10-31
1
-0
/
+9
|
/
*
cache.h: add repository argument to oid_object_info_extended
Stefan Beller
2018-04-26
1
-1
/
+1
*
replace-object: add repository argument to lookup_replace_object
Stefan Beller
2018-04-12
1
-1
/
+1
*
object-store: move lookup_replace_object to replace-object.h
Stefan Beller
2018-04-12
1
-0
/
+1
*
Merge branch 'sb/object-store'
Junio C Hamano
2018-04-11
1
-1
/
+4
|
\
|
*
sha1_file: add repository argument to map_sha1_file
Stefan Beller
2018-03-26
1
-1
/
+4
*
|
Convert lookup_replace_object to struct object_id
brian m. carlson
2018-03-14
1
-11
/
+5
*
|
sha1_file: convert read_sha1_file to struct object_id
brian m. carlson
2018-03-14
1
-1
/
+1
*
|
streaming: convert istream internals to struct object_id
brian m. carlson
2018-03-14
1
-6
/
+9
*
|
sha1_file: convert sha1_object_info* to object_id
brian m. carlson
2018-03-14
1
-1
/
+1
*
|
Convert remaining callers of sha1_object_info_extended to object_id
brian m. carlson
2018-03-14
1
-1
/
+4
*
|
streaming: convert open_istream to use struct object_id
brian m. carlson
2018-03-14
1
-3
/
+3
|
/
*
Merge branch 'jk/write-in-full-fix'
Junio C Hamano
2017-09-25
1
-1
/
+1
|
\
|
*
convert less-trivial versions of "write_in_full() != len"
Jeff King
2017-09-14
1
-1
/
+1
*
|
pack: move use_pack()
Jonathan Tan
2017-08-24
1
-0
/
+1
|
/
*
Merge branch 'jk/pack-objects-optim-mru'
Junio C Hamano
2016-10-10
1
-1
/
+1
|
\
|
*
provide an initializer for "struct object_info"
Jeff King
2016-08-11
1
-1
/
+1
*
|
Merge branch 'jc/verify-loose-object-header'
Junio C Hamano
2016-10-03
1
-6
/
+6
|
\
\
|
*
|
streaming: make sure to notice corrupt object
Junio C Hamano
2016-09-26
1
-6
/
+6
|
|
/
*
/
streaming: make stream_blob_to_fd take struct object_id
brian m. carlson
2016-09-07
1
-2
/
+2
|
/
*
Merge branch 'sb/plug-streaming-leak'
Junio C Hamano
2015-04-14
1
-1
/
+4
|
\
|
*
streaming.c: fix a memleak
John Keeping
2015-03-31
1
-1
/
+4
*
|
open_istream(): do not dereference NULL in the error case
Junio C Hamano
2014-02-19
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-25
1
-2
/
+2
|
\
\
|
*
|
Fix some sparse warnings
Ramsay Jones
2013-07-19
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
[next]