- 5cf88fd git-compat-util.h: use "UNUSED", not "UNUSED(var)" by Ævar Arnfjörð Bjarmason · 2 years, 7 months ago
- 9f5a9de streaming: mark unused virtual method parameters by Jeff King · 2 years, 7 months ago
- dccb32b object-file.c: stop dying in parse_loose_header() by Ævar Arnfjörð Bjarmason · 3 years, 5 months ago
- 5848fb1 object-file.c: return ULHR_TOO_LONG on "header too long" by Ævar Arnfjörð Bjarmason · 3 years, 5 months ago
- 3b6a8db object-file.c: use "enum" return type for unpack_loose_header() by Ævar Arnfjörð Bjarmason · 3 years, 5 months ago
- 01cab97 object-file.c: simplify unpack_loose_short_header() by Ævar Arnfjörð Bjarmason · 3 years, 5 months ago
- ddb3474 object-file.c: make parse_loose_header_extended() public by Ævar Arnfjörð Bjarmason · 3 years, 5 months ago
- d4e2d15 streaming.c: move {open,close,read} from vtable to "struct git_istream" by Ævar Arnfjörð Bjarmason · 3 years, 10 months ago
- de94c0e streaming.c: stop passing around "object_info *" to open() by Ævar Arnfjörð Bjarmason · 3 years, 10 months ago
- bc062ad streaming.c: remove {open,close,read}_method_decl() macros by Ævar Arnfjörð Bjarmason · 3 years, 10 months ago
- 0d9af06 streaming.c: remove enum/function/vtbl indirection by Ævar Arnfjörð Bjarmason · 3 years, 10 months ago
- b655283 streaming.c: avoid forward declarations by Ævar Arnfjörð Bjarmason · 3 years, 10 months ago
- c8123e7 streaming: allow open_istream() to handle any repo by Matheus Tavares · 5 years ago
- cba595a Merge branch 'jk/loose-object-cache-oid' by Junio C Hamano · 6 years ago
- b99a579 Merge branch 'sb/more-repo-in-api' by Junio C Hamano · 6 years ago
- 00a7760 sha1-file: modernize loose header/stream functions by Jeff King · 6 years ago
- 514c5fd sha1-file: modernize loose object file functions by Jeff King · 6 years ago
- a3b72c8 object-store: allow read_object_file_extended to read from any repo by Stefan Beller · 6 years ago
- 0afbe3e read_istream_pack_non_delta(): document input handling by Jeff King · 6 years ago
- 7ecd869 cache.h: add repository argument to oid_object_info_extended by Stefan Beller · 7 years ago
- 1f2e7ce replace-object: add repository argument to lookup_replace_object by Stefan Beller · 7 years ago
- 47f351e object-store: move lookup_replace_object to replace-object.h by Stefan Beller · 7 years ago
- cf0b179 Merge branch 'sb/object-store' by Junio C Hamano · 7 years ago
- e35454f sha1_file: add repository argument to map_sha1_file by Stefan Beller · 7 years ago
- b383a13 Convert lookup_replace_object to struct object_id by brian m. carlson · 7 years ago
- b4f5aca sha1_file: convert read_sha1_file to struct object_id by brian m. carlson · 7 years ago
- 575042a streaming: convert istream internals to struct object_id by brian m. carlson · 7 years ago
- abef902 sha1_file: convert sha1_object_info* to object_id by brian m. carlson · 7 years ago
- 7984f23 Convert remaining callers of sha1_object_info_extended to object_id by brian m. carlson · 7 years ago
- ef7b519 streaming: convert open_istream to use struct object_id by brian m. carlson · 7 years ago
- c50424a Merge branch 'jk/write-in-full-fix' by Junio C Hamano · 7 years ago
- 564bde9 convert less-trivial versions of "write_in_full() != len" by Jeff King · 7 years ago
- 84f80ad pack: move use_pack() by Jonathan Tan · 8 years ago
- e6e24c9 Merge branch 'jk/pack-objects-optim-mru' by Junio C Hamano · 8 years ago
- 71a57ab Merge branch 'jc/verify-loose-object-header' by Junio C Hamano · 8 years ago
- 97026fe streaming: make sure to notice corrupt object by Junio C Hamano · 8 years ago
- 7eda0e4 streaming: make stream_blob_to_fd take struct object_id by brian m. carlson · 9 years ago
- 27b5c1a provide an initializer for "struct object_info" by Jeff King · 9 years ago
- d2ae751 Merge branch 'sb/plug-streaming-leak' by Junio C Hamano · 10 years ago
- 9ce4ad3 streaming.c: fix a memleak by John Keeping · 10 years ago
- 78368f2 open_istream(): do not dereference NULL in the error case by Junio C Hamano · 11 years ago
- 7b4e2b7 Merge branch 'ef/mingw-write' by Junio C Hamano · 11 years ago
- 7edc02f prefer xwrite instead of write by Erik Faye-Lund · 11 years ago
- de7b5d6 sha1_object_info_extended(): add an "unsigned flags" parameter by Christian Couder · 11 years ago
- 356df9b Merge branch 'jk/cat-file-batch-optim' by Junio C Hamano · 12 years ago
- 6a90778 open_istream: remove unneeded check for null pointer by Stefan Beller · 12 years ago
- d099b71 Fix some sparse warnings by Ramsay Jones · 12 years ago
- 5b08640 sha1_object_info_extended: make type calculation optional by Jeff King · 12 years ago
- 7c07385 zero-initialize object_info structs by Jeff King · 12 years ago
- 692f0bc avoid infinite loop in read_istream_loose by Jeff King · 12 years ago
- 42e7e2a read_istream_filtered: propagate read error from upstream by Jeff King · 12 years ago
- 45d4bda stream_blob_to_fd: detect errors reading from stream by Jeff King · 12 years ago
- 754980d pack-objects, streaming: turn "xx >= big_file_threshold" to ".. > .." by Nguyễn Thái Ngọc Duy · 13 years ago
- 6163cd8 streaming: void pointer instead of char pointer by René Scharfe · 13 years ago
- 47a02ff streaming: make streaming-write-entry to be more reusable by Junio C Hamano · 13 years ago
- b04f826 Merge branch 'jc/streaming-filter' by Junio C Hamano · 14 years ago
- 95dea6e streaming: free git_istream upon closing by Jeff King · 14 years ago
- eb4f407 Merge branch 'jc/zlib-wrap' by Junio C Hamano · 14 years ago
- 4ae6670 stream filter: add "no more input" to the filters by Junio C Hamano · 14 years ago
- b669109 Add streaming filter API by Junio C Hamano · 14 years ago
- 93aa7bd streaming: read loose objects incrementally by Junio C Hamano · 14 years ago
- 7ef2d9a streaming: read non-delta incrementally from a pack by Junio C Hamano · 14 years ago
- 46bf043 streaming: a new API to read from the object store by Junio C Hamano · 14 years ago