1. 0afbe3e read_istream_pack_non_delta(): document input handling by Jeff King · 6 years ago
  2. 7ecd869 cache.h: add repository argument to oid_object_info_extended by Stefan Beller · 7 years ago
  3. 1f2e7ce replace-object: add repository argument to lookup_replace_object by Stefan Beller · 7 years ago
  4. 47f351e object-store: move lookup_replace_object to replace-object.h by Stefan Beller · 7 years ago
  5. cf0b179 Merge branch 'sb/object-store' by Junio C Hamano · 7 years ago
  6. e35454f sha1_file: add repository argument to map_sha1_file by Stefan Beller · 7 years ago
  7. b383a13 Convert lookup_replace_object to struct object_id by brian m. carlson · 7 years ago
  8. b4f5aca sha1_file: convert read_sha1_file to struct object_id by brian m. carlson · 7 years ago
  9. 575042a streaming: convert istream internals to struct object_id by brian m. carlson · 7 years ago
  10. abef902 sha1_file: convert sha1_object_info* to object_id by brian m. carlson · 7 years ago
  11. 7984f23 Convert remaining callers of sha1_object_info_extended to object_id by brian m. carlson · 7 years ago
  12. ef7b519 streaming: convert open_istream to use struct object_id by brian m. carlson · 7 years ago
  13. c50424a Merge branch 'jk/write-in-full-fix' by Junio C Hamano · 7 years ago
  14. 564bde9 convert less-trivial versions of "write_in_full() != len" by Jeff King · 7 years ago
  15. 84f80ad pack: move use_pack() by Jonathan Tan · 8 years ago
  16. e6e24c9 Merge branch 'jk/pack-objects-optim-mru' by Junio C Hamano · 8 years ago
  17. 71a57ab Merge branch 'jc/verify-loose-object-header' by Junio C Hamano · 8 years ago
  18. 97026fe streaming: make sure to notice corrupt object by Junio C Hamano · 8 years ago
  19. 7eda0e4 streaming: make stream_blob_to_fd take struct object_id by brian m. carlson · 9 years ago
  20. 27b5c1a provide an initializer for "struct object_info" by Jeff King · 9 years ago
  21. d2ae751 Merge branch 'sb/plug-streaming-leak' by Junio C Hamano · 10 years ago
  22. 9ce4ad3 streaming.c: fix a memleak by John Keeping · 10 years ago
  23. 78368f2 open_istream(): do not dereference NULL in the error case by Junio C Hamano · 11 years ago
  24. 7b4e2b7 Merge branch 'ef/mingw-write' by Junio C Hamano · 11 years ago
  25. 7edc02f prefer xwrite instead of write by Erik Faye-Lund · 11 years ago
  26. de7b5d6 sha1_object_info_extended(): add an "unsigned flags" parameter by Christian Couder · 11 years ago
  27. 356df9b Merge branch 'jk/cat-file-batch-optim' by Junio C Hamano · 12 years ago
  28. 6a90778 open_istream: remove unneeded check for null pointer by Stefan Beller · 12 years ago
  29. d099b71 Fix some sparse warnings by Ramsay Jones · 12 years ago
  30. 5b08640 sha1_object_info_extended: make type calculation optional by Jeff King · 12 years ago
  31. 7c07385 zero-initialize object_info structs by Jeff King · 12 years ago
  32. 692f0bc avoid infinite loop in read_istream_loose by Jeff King · 12 years ago
  33. 42e7e2a read_istream_filtered: propagate read error from upstream by Jeff King · 12 years ago
  34. 45d4bda stream_blob_to_fd: detect errors reading from stream by Jeff King · 12 years ago
  35. 754980d pack-objects, streaming: turn "xx >= big_file_threshold" to ".. > .." by Nguyễn Thái Ngọc Duy · 13 years ago
  36. 6163cd8 streaming: void pointer instead of char pointer by René Scharfe · 13 years ago
  37. 47a02ff streaming: make streaming-write-entry to be more reusable by Junio C Hamano · 13 years ago
  38. b04f826 Merge branch 'jc/streaming-filter' by Junio C Hamano · 14 years ago
  39. 95dea6e streaming: free git_istream upon closing by Jeff King · 14 years ago
  40. eb4f407 Merge branch 'jc/zlib-wrap' by Junio C Hamano · 14 years ago
  41. 4ae6670 stream filter: add "no more input" to the filters by Junio C Hamano · 14 years ago
  42. b669109 Add streaming filter API by Junio C Hamano · 14 years ago
  43. 93aa7bd streaming: read loose objects incrementally by Junio C Hamano · 14 years ago
  44. 7ef2d9a streaming: read non-delta incrementally from a pack by Junio C Hamano · 14 years ago
  45. 46bf043 streaming: a new API to read from the object store by Junio C Hamano · 14 years ago