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