1. 153eaa7 s/BUFFER_POOL/RESOURCE_QUOTA/g by Craig Tiller · 8 years ago
  2. 8f67b64 Merge github.com:grpc/grpc into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  3. 9243c74 Merge pull request #8365 from vjpai/fc_1dstream by Vijay Pai · 8 years ago
  4. bcc59f4 Remove a useless forward declaration by Vijay Pai · 8 years ago
  5. 5ee0797 Merge branch 'master' into fc_1dstream by Vijay Pai · 8 years ago
  6. 9ea0f2c Merge github.com:grpc/grpc into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  7. 6952b21 Merge github.com:grpc/grpc into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  8. 2f1d870 Header fixes by Craig Tiller · 8 years ago
  9. 9fa9315 Merge remote-tracking branch 'upstream/master' into fc_1dstream by Vijay Pai · 8 years ago
  10. 605a8f1 Merge remote-tracking branch 'upstream/master' into service_config by Mark D. Roth · 8 years ago
  11. f1e5d12 Merge pull request #8371 from yang-g/server_context_spouse by Yang Gao · 8 years ago
  12. 20afa3d BufferPool --> ResourceQuota by Craig Tiller · 8 years ago
  13. b0db131 resolve review comment by yang-g · 8 years ago
  14. 4287998 Add a test spouse for server context by yang-g · 8 years ago
  15. 23c5b81 Other golden file by Vijay Pai · 8 years ago
  16. 96e0311 clang-format by Vijay Pai · 8 years ago
  17. 075b18e Bug fix on failure condition by Vijay Pai · 8 years ago
  18. 61536a7 Making split streaming testable by Vijay Pai · 8 years ago
  19. 22fcbf9 Merge branch 'master' into fc_1dstream by Vijay Pai · 8 years ago
  20. 7f6b0e7 Merge branch 'direct-calls' into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  21. f0da36b Clarifying comment by Craig Tiller · 8 years ago
  22. c99945e Merge branch 'direct-calls' into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  23. 4bcdd73 Merge remote-tracking branch 'upstream/master' into fail_fast by Mark D. Roth · 8 years ago
  24. 0b259a8 Merge remote-tracking branch 'upstream/master' into service_config by Mark D. Roth · 8 years ago
  25. 1bb0ce5 Merge branch 'direct-calls' into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  26. db5b1cb Add all plumbing and typedef's for controlled server-side streaming by Vijay Pai · 8 years ago
  27. afa8c10 clang-format by Mark D. Roth · 8 years ago
  28. eb7574b clang-format by Mark D. Roth · 8 years ago
  29. 4944ee2 Merge remote-tracking branch 'upstream/master' into fail_fast by Mark D. Roth · 8 years ago
  30. 4089138 Merge remote-tracking branch 'upstream/master' into service_config by Mark D. Roth · 8 years ago
  31. 146a377 PHP Proto3: upgrade protobuf to v3.1.0 and regenerate reflection.proto by Stanley Cheung · 8 years ago
  32. 8c00909 Merge github.com:grpc/grpc into adjustable_window by Craig Tiller · 8 years ago
  33. e2180f0 Merge github.com:grpc/grpc into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  34. d24b822 Merge pull request #8046 from gislan/master by Yang Gao · 8 years ago
  35. ef49a5d Merge pull request #7833 from sreecha/fix_channel_from_fd_api by Nicolas Noble · 8 years ago
  36. 66306c2 Merge pull request #8224 from sreecha/grpc_signal by Nicolas Noble · 8 years ago
  37. d88c461 Merge branch 'direct-calls' into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  38. e99538d Merge branch 'fail_fast' into service_config by Mark D. Roth · 8 years ago
  39. a40d471 Plumb through GRPC_INITIAL_METADATA_WAIT_FOR_READY_EXPLICITLY_SET. by Mark D. Roth · 8 years ago
  40. 0c80c7d Collecting failure status progress by Craig Tiller · 8 years ago
  41. 10d13f6 Make initial connect retry backoff configurable by Craig Tiller · 8 years ago
  42. db1a5cc Buffer pool C++ wrapper by Craig Tiller · 8 years ago
  43. ef7efb1 Merge branch 'fail_fast' into service_config by Mark D. Roth · 8 years ago
  44. 59c9f90 Rename GRPC_INITIAL_METADATA_IGNORE_CONNECTIVITY to by Mark D. Roth · 8 years ago
  45. 5db2497 Merge remote-tracking branch 'upstream/master' into fail_fast by Mark D. Roth · 8 years ago
  46. 56e470e Merge remote-tracking branch 'upstream/master' into service_config by Mark D. Roth · 8 years ago
  47. b97f867 Merge pull request #8185 from y-zeng/gen_proto_comment by Yuchen Zeng · 8 years ago
  48. fbf8dd8 Merge pull request #8168 from markdroth/max_message_size_fix by Nicolas Noble · 8 years ago
  49. ef6b976 Add tracing, fix some transport bugs wrt buffer_pools by Craig Tiller · 8 years ago
  50. bd48c91 Use SIGMINRT + 6 as the default signal for gRPC epoll engine by Sree Kuchibhotla · 8 years ago
  51. 9477724 Change C++ API to expose wait_for_ready instead of fail_fast. by Mark D. Roth · 8 years ago
  52. 4c3a468 Move method config table code to its own module. by Mark D. Roth · 8 years ago
  53. ef394a9 Fix typo by Yuchen Zeng · 8 years ago
  54. d801cd7 Merge branch 'direct-calls' into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  55. d467348 Update tests by Craig Tiller · 8 years ago
  56. 27e96f9 Add comments about how to re-generate reflection proto files by Yuchen Zeng · 8 years ago
  57. 8a6c825 Fix Android CPP Build issues by Perumaal S · 8 years ago
  58. c2ab9ae Add buffer pool public apis by Craig Tiller · 8 years ago
  59. bbfe147 Set default max send message size to unlimited. by Mark D. Roth · 8 years ago
  60. 34dac9d Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  61. ee43d7b Merge pull request #8069 from grpc/revert-8068-revert-7279-grand-unified-closures by Craig Tiller · 8 years ago
  62. abf03ae Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  63. 24869d5 Merge pull request #7996 from yang-g/canonical by Yang Gao · 8 years ago
  64. 0e25610 Code review changes. by Mark D. Roth · 8 years ago
  65. a51f541 Merge pull request #7559 from dgquintas/codegen_cleanse by Craig Tiller · 8 years ago
  66. f5afcd9 Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  67. 57726ca Revert "Revert "Grand unified closures"" by Craig Tiller · 8 years ago
  68. 537f7c2 Revert "Grand unified closures" by Craig Tiller · 8 years ago
  69. 5d3f2e6 Merge github.com:grpc/grpc into grand-unified-closures by Craig Tiller · 8 years ago
  70. 765e654 Merge branch 'master' into fix_channel_from_fd_api by Sree Kuchibhotla · 8 years ago
  71. d098910 Merge branch 'master' into fix_channel_from_fd_api by Sree Kuchibhotla · 8 years ago
  72. d558149 Add a helper to get canonical code from status by yang-g · 8 years ago
  73. dbdc6e4 Add method for creating insecure channel from FD with custom arguments by Adam Czachorowski · 8 years ago
  74. 1b5f057 Merge pull request #7196 from soltanmm/old-mac-donald-had-a-farm by Nicolas Noble · 8 years ago
  75. 8f416db Merge github.com:grpc/grpc into grand-unified-closures by Craig Tiller · 8 years ago
  76. ebfcd97 Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  77. 2b98b77 add cacheable option to client_context by Makarand Dharmapurikar · 8 years ago
  78. cd0ea63 Merge pull request #7864 from ctiller/bigger_frames by Craig Tiller · 8 years ago
  79. 344834b Merge github.com:grpc/grpc into grand-unified-closures by Craig Tiller · 8 years ago
  80. 3ad6188 Fix a few lingering references to max_message_size. by Mark D. Roth · 8 years ago
  81. 7bfa1a8 Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  82. 6980362 Allow setting max send message size via C++ ServerBuilder API. by Mark D. Roth · 8 years ago
  83. d10f177 Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  84. 255dad3 Merge github.com:grpc/grpc into grand-unified-closures by Craig Tiller · 8 years ago
  85. 8d40e08 Merge pull request #7018 from vjpai/fc_unary by kpayson64 · 8 years ago
  86. 1ccf621 Merge github.com:grpc/grpc into bigger_frames by Craig Tiller · 8 years ago
  87. e44902e Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  88. cfa1847 Merge pull request #7918 from y-zeng/server_builder by kpayson64 · 8 years ago
  89. 29b75b1 Merge pull request #7890 from yeputons/add-iwyu-pragmas-grpc-h by Nicolas Noble · 8 years ago
  90. 410208c Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  91. 9d7e049 Merge pull request #7862 from makdharma/grpc_caching by makdharma · 8 years ago
  92. 089dbc0 Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  93. 79d7d99 Merge pull request #7842 from jboeuf/security_context_extension by Mark D. Roth · 8 years ago
  94. 5c9a343 clang-format by Vijay Pai · 8 years ago
  95. dadda8b Merge github.com:grpc/grpc into grand-unified-closures by Craig Tiller · 8 years ago
  96. 84033b1 Stick to StatusCode::INTERNAL when there's no service by Vijay Pai · 8 years ago
  97. a6babb0 addressed comments from review by Makarand Dharmapurikar · 8 years ago
  98. e3817f4 Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  99. 2998daa Another golden file by Vijay Pai · 8 years ago
  100. 77073ce clang-format by Vijay Pai · 8 years ago