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