1. c5fb957 Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  2. 9243c74 Merge pull request #8365 from vjpai/fc_1dstream by Vijay Pai · 8 years ago
  3. bcc59f4 Remove a useless forward declaration by Vijay Pai · 8 years ago
  4. 5ee0797 Merge branch 'master' into fc_1dstream by Vijay Pai · 8 years ago
  5. 491e1a6 Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  6. da069a5 Rename sync_methods_ to sync_requests_ by Sree Kuchibhotla · 8 years ago
  7. 385c9b2 Address code review comments by Sree Kuchibhotla · 8 years ago
  8. 556aebb Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  9. 9fa9315 Merge remote-tracking branch 'upstream/master' into fc_1dstream by Vijay Pai · 8 years ago
  10. e4eb51f reorder params in Server by Sree Kuchibhotla · 8 years ago
  11. 605a8f1 Merge remote-tracking branch 'upstream/master' into service_config by Mark D. Roth · 8 years ago
  12. f1e5d12 Merge pull request #8371 from yang-g/server_context_spouse by Yang Gao · 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. c37a8a5 Fix test by Sree Kuchibhotla · 8 years ago
  17. d39f40d Fix include files by Sree Kuchibhotla · 8 years ago
  18. 8f7739b Rename GrpcRpcManager -> ThreadManager by Sree Kuchibhotla · 8 years ago
  19. 96e0311 clang-format by Vijay Pai · 8 years ago
  20. 9676619 Refactor SyncServerSettings code by Sree Kuchibhotla · 8 years ago
  21. 075b18e Bug fix on failure condition by Vijay Pai · 8 years ago
  22. e4996d6 Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  23. 61536a7 Making split streaming testable by Vijay Pai · 8 years ago
  24. 22fcbf9 Merge branch 'master' into fc_1dstream by Vijay Pai · 8 years ago
  25. f0da36b Clarifying comment by Craig Tiller · 8 years ago
  26. 4bcdd73 Merge remote-tracking branch 'upstream/master' into fail_fast by Mark D. Roth · 8 years ago
  27. 0b259a8 Merge remote-tracking branch 'upstream/master' into service_config by Mark D. Roth · 8 years ago
  28. 5f806d3 Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  29. 33382d0 Cleanup server_cc.cc by Sree Kuchibhotla · 8 years ago
  30. 384eea8 Merge remote-tracking branch 'upstream/master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  31. db5b1cb Add all plumbing and typedef's for controlled server-side streaming by Vijay Pai · 8 years ago
  32. afa8c10 clang-format by Mark D. Roth · 8 years ago
  33. eb7574b clang-format by Mark D. Roth · 8 years ago
  34. 4944ee2 Merge remote-tracking branch 'upstream/master' into fail_fast by Mark D. Roth · 8 years ago
  35. 4089138 Merge remote-tracking branch 'upstream/master' into service_config by Mark D. Roth · 8 years ago
  36. 146a377 PHP Proto3: upgrade protobuf to v3.1.0 and regenerate reflection.proto by Stanley Cheung · 8 years ago
  37. 8c00909 Merge github.com:grpc/grpc into adjustable_window by Craig Tiller · 8 years ago
  38. d24b822 Merge pull request #8046 from gislan/master by Yang Gao · 8 years ago
  39. ef49a5d Merge pull request #7833 from sreecha/fix_channel_from_fd_api by Nicolas Noble · 8 years ago
  40. 66306c2 Merge pull request #8224 from sreecha/grpc_signal by Nicolas Noble · 8 years ago
  41. e99538d Merge branch 'fail_fast' into service_config by Mark D. Roth · 8 years ago
  42. a40d471 Plumb through GRPC_INITIAL_METADATA_WAIT_FOR_READY_EXPLICITLY_SET. by Mark D. Roth · 8 years ago
  43. 10d13f6 Make initial connect retry backoff configurable by Craig Tiller · 8 years ago
  44. ef7efb1 Merge branch 'fail_fast' into service_config by Mark D. Roth · 8 years ago
  45. 59c9f90 Rename GRPC_INITIAL_METADATA_IGNORE_CONNECTIVITY to by Mark D. Roth · 8 years ago
  46. 5db2497 Merge remote-tracking branch 'upstream/master' into fail_fast by Mark D. Roth · 8 years ago
  47. 56e470e Merge remote-tracking branch 'upstream/master' into service_config by Mark D. Roth · 8 years ago
  48. b97f867 Merge pull request #8185 from y-zeng/gen_proto_comment by Yuchen Zeng · 8 years ago
  49. fbf8dd8 Merge pull request #8168 from markdroth/max_message_size_fix by Nicolas Noble · 8 years ago
  50. 892dbf4 Make settings configurable by Sree Kuchibhotla · 8 years ago
  51. bd48c91 Use SIGMINRT + 6 as the default signal for gRPC epoll engine by Sree Kuchibhotla · 8 years ago
  52. 9477724 Change C++ API to expose wait_for_ready instead of fail_fast. by Mark D. Roth · 8 years ago
  53. c63455a Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  54. 862acb9 fix shutdown crash by Sree Kuchibhotla · 8 years ago
  55. 4c3a468 Move method config table code to its own module. by Mark D. Roth · 8 years ago
  56. ef394a9 Fix typo by Yuchen Zeng · 8 years ago
  57. 27e96f9 Add comments about how to re-generate reflection proto files by Yuchen Zeng · 8 years ago
  58. 8a6c825 Fix Android CPP Build issues by Perumaal S · 8 years ago
  59. f6f153d temporarily port #7833 by Sree Kuchibhotla · 8 years ago
  60. bbfe147 Set default max send message size to unlimited. by Mark D. Roth · 8 years ago
  61. 7974232 Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  62. 4028d2c More fixes by Sree Kuchibhotla · 8 years ago
  63. aabada9 One RPCMgr instance per CQ by Sree Kuchibhotla · 8 years ago
  64. 34dac9d Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  65. ee43d7b Merge pull request #8069 from grpc/revert-8068-revert-7279-grand-unified-closures by Craig Tiller · 8 years ago
  66. abf03ae Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  67. 24869d5 Merge pull request #7996 from yang-g/canonical by Yang Gao · 8 years ago
  68. 0e25610 Code review changes. by Mark D. Roth · 8 years ago
  69. a51f541 Merge pull request #7559 from dgquintas/codegen_cleanse by Craig Tiller · 8 years ago
  70. f5afcd9 Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  71. 57726ca Revert "Revert "Grand unified closures"" by Craig Tiller · 8 years ago
  72. 537f7c2 Revert "Grand unified closures" by Craig Tiller · 8 years ago
  73. 5d3f2e6 Merge github.com:grpc/grpc into grand-unified-closures by Craig Tiller · 8 years ago
  74. 765e654 Merge branch 'master' into fix_channel_from_fd_api by Sree Kuchibhotla · 8 years ago
  75. d098910 Merge branch 'master' into fix_channel_from_fd_api by Sree Kuchibhotla · 8 years ago
  76. d558149 Add a helper to get canonical code from status by yang-g · 8 years ago
  77. dbdc6e4 Add method for creating insecure channel from FD with custom arguments by Adam Czachorowski · 8 years ago
  78. 1b5f057 Merge pull request #7196 from soltanmm/old-mac-donald-had-a-farm by Nicolas Noble · 8 years ago
  79. 8f416db Merge github.com:grpc/grpc into grand-unified-closures by Craig Tiller · 8 years ago
  80. ebfcd97 Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  81. 2b98b77 add cacheable option to client_context by Makarand Dharmapurikar · 8 years ago
  82. cd0ea63 Merge pull request #7864 from ctiller/bigger_frames by Craig Tiller · 8 years ago
  83. 344834b Merge github.com:grpc/grpc into grand-unified-closures by Craig Tiller · 8 years ago
  84. 3ad6188 Fix a few lingering references to max_message_size. by Mark D. Roth · 8 years ago
  85. 7bfa1a8 Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  86. 6980362 Allow setting max send message size via C++ ServerBuilder API. by Mark D. Roth · 8 years ago
  87. d10f177 Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  88. 255dad3 Merge github.com:grpc/grpc into grand-unified-closures by Craig Tiller · 8 years ago
  89. 8d40e08 Merge pull request #7018 from vjpai/fc_unary by kpayson64 · 8 years ago
  90. 1ccf621 Merge github.com:grpc/grpc into bigger_frames by Craig Tiller · 8 years ago
  91. e44902e Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  92. cfa1847 Merge pull request #7918 from y-zeng/server_builder by kpayson64 · 8 years ago
  93. 29b75b1 Merge pull request #7890 from yeputons/add-iwyu-pragmas-grpc-h by Nicolas Noble · 8 years ago
  94. 410208c Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  95. 9d7e049 Merge pull request #7862 from makdharma/grpc_caching by makdharma · 8 years ago
  96. 089dbc0 Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  97. 79d7d99 Merge pull request #7842 from jboeuf/security_context_extension by Mark D. Roth · 8 years ago
  98. 5c9a343 clang-format by Vijay Pai · 8 years ago
  99. dadda8b Merge github.com:grpc/grpc into grand-unified-closures by Craig Tiller · 8 years ago
  100. 84033b1 Stick to StatusCode::INTERNAL when there's no service by Vijay Pai · 8 years ago