1. 17fc4d4 Address reviewer comments by Vijay Pai · 6 years ago
  2. 0db6901 Use GPR_CODEGEN_ASSERT in impl/codegen by Vijay Pai · 6 years ago
  3. fc1e354 Reset status field in tag as well as func by Vijay Pai · 6 years ago
  4. 9e6511a Make the core callback interface API so that it can be used in generated code by Vijay Pai · 6 years ago
  5. 46429a2 Merge pull request #16624 from vjpai/callback_alarms by Vijay Pai · 6 years ago
  6. 1359543 Add a comment to address reviewer feedback by Vijay Pai · 6 years ago
  7. d177c8f Merge pull request #16384 from yashykt/doc1 by Yash Tibrewal · 6 years ago
  8. 73d89a6 Catch exceptions in user callbacks by Vijay Pai · 6 years ago
  9. db01bf7 Add callback-based alarms by Vijay Pai · 6 years ago
  10. 5f2bb7a s/GRPC/gRPC by Yash Tibrewal · 6 years ago
  11. 3bc10c0 Merge pull request #16492 from vjpai/client_callback by Vijay Pai · 6 years ago
  12. 20778b0 Address reviewer comments by Vijay Pai · 6 years ago
  13. 42d9bec Revert "Second attempt: Implement Watch method in health check service." by Mark D. Roth · 6 years ago
  14. a8247c8 Merge pull request #16574 from markdroth/health_checking_service by Mark D. Roth · 6 years ago
  15. 605a42d fix #13939 by Jan Tattermusch · 6 years ago
  16. 6d2c8f8 Revert "Merge pull request #16512 from grpc/revert-16351-health_checking_service" by Mark D. Roth · 6 years ago
  17. 4e6ed86 Merge pull request #16407 from ncteisen/lazy-metadata by Noah Eisen · 6 years ago
  18. 5474e92 Allocate using call arenas by Vijay Pai · 6 years ago
  19. 6b6bdbb Address reviewer and clang-tidy comments by Vijay Pai · 6 years ago
  20. 8bf5253 Provide a generic client-side unary callback API by Vijay Pai · 6 years ago
  21. 14a8581 Revert "Implement Watch method in health check service." by Juanli Shen · 6 years ago
  22. 58e99b6 Use strncmp over grpc_slice_str_cmp by ncteisen · 6 years ago
  23. ca77fcd Reviewer comments by ncteisen · 6 years ago
  24. 743d40d Lazily fill metadata map by ncteisen · 6 years ago
  25. 4d985ef Merge pull request #16351 from markdroth/health_checking_service by Mark D. Roth · 6 years ago
  26. 99ce3e1 Implement Watch method in health check service. by Mark D. Roth · 6 years ago
  27. 3ad8df3 Merge pull request #16383 from vjpai/tidy by Vijay Pai · 6 years ago
  28. ccc6ee3 Merge pull request #15984 from g-easy/hdrs by Vijay Pai · 6 years ago
  29. f80af5a Formatting by Yash Tibrewal · 6 years ago
  30. 356fff6 Improve documentation on lifetime of message and status by Yash Tibrewal · 6 years ago
  31. 616b5d7 Cast an index to size_t to avoid sign-conversion warning by Vijay Pai · 6 years ago
  32. 61dabce Merge pull request #16289 from AspirinSJL/warn_api_use by Juanli Shen · 6 years ago
  33. 14ad82a Create a new method handler for resource exhaustion and tie into thread mgr by Vijay Pai · 6 years ago
  34. 4b42288 Merge pull request #16302 from vjpai/callback_cq by Vijay Pai · 6 years ago
  35. bbb9731 Merge branch 'master' into callback_cq by Vijay Pai · 6 years ago
  36. 716857e Merge branch 'master' into rq-threads-2 by Sree Kuchibhotla · 6 years ago
  37. e58d400 Fix type reference in documentation by Mehrdad Afshari · 6 years ago
  38. b7b1e77 Fix minor typo in documentation by Mehrdad Afshari · 6 years ago
  39. e84096b Experimental infrastructure for callback-based CQ by Vijay Pai · 6 years ago
  40. eaa51cb Add explicit check that we're building with bazel. by easy · 6 years ago
  41. 5e9994b Add warning about AsyncNotifyWhenDone bug by Juanli Shen · 6 years ago
  42. f63b51b Merge branch 'master' into rq-threads-2 by Sree Kuchibhotla · 6 years ago
  43. f7e7256 Add experimental API for resetting connection backoff. by Mark D. Roth · 6 years ago
  44. a2a64e5 Fix default argument(put it in header instead of source file) by Sree Kuchibhotla · 6 years ago
  45. 9ce673f Make resource quota argument optional to the Server constructor by Sree Kuchibhotla · 6 years ago
  46. bdd13cb Revert "Revert "Restrict the number of threads in C++ sync server"" by Sree Kuchibhotla · 6 years ago
  47. bea98c3 Revert "Restrict the number of threads in C++ sync server" by Nicolas Noble · 6 years ago
  48. 9b84d7f Merge branch 'master' into rq-threads by Sree Kuchibhotla · 6 years ago
  49. acc6ba0 Add C++ wrapper for local credentials by Yihua Zhang · 6 years ago
  50. 7b8be4d Merge branch 'master' into rq-threads by Sree Kuchibhotla · 6 years ago
  51. ec1c112 Each ThreadManager is a resource user by Sree Kuchibhotla · 6 years ago
  52. 18a9d7d reviewer feedback by ncteisen · 6 years ago
  53. b472149 reviewer feedback by ncteisen · 6 years ago
  54. 6104e4f Move ChannelzServicePlugin to public, experimental by ncteisen · 6 years ago
  55. 913f9b9 Add Core resource quota implementation by Sree Kuchibhotla · 6 years ago
  56. f48d3d5 Initialize member in default ctor by yang-g · 6 years ago
  57. 67bb4e3 Initial scaffolding by Sree Kuchibhotla · 6 years ago
  58. be40b0d Add server load reporting service by Juanli Shen · 6 years ago
  59. 1b6e851 Move GetSpanFromServerContext() to public header. by easy · 6 years ago
  60. bf9ff4e Merge pull request #15945 from vjpai/drop_assert by Vijay Pai · 6 years ago
  61. 86aa172 Merge pull request #15919 from AspirinSJL/reorder by Juanli Shen · 6 years ago
  62. c5336fc Drop a spurious assert, since ServerReader can SendInitialMetadata by Vijay Pai · 6 years ago
  63. 9e77eeb Update comment by Juanli Shen · 6 years ago
  64. 7d47481 Reviewer feedback by ncteisen · 6 years ago
  65. a0a5953 s/CodegenGeneric/Raw/g by ncteisen · 6 years ago
  66. 8db7788 Merge branch 'master' of https://github.com/grpc/grpc into serialization by ncteisen · 6 years ago
  67. 0be746f Merge pull request #15823 from yashykt/writethroughdoc by Yash Tibrewal · 6 years ago
  68. 73a124f Wire to socket doc change by Yash Tibrewal · 6 years ago
  69. 0d878ea Fix build by ncteisen · 6 years ago
  70. d170b83 Allow AsyncServer with one generic to compile by ncteisen · 6 years ago
  71. 93a90e6 Support codegen generic on server side by ncteisen · 6 years ago
  72. 01cbab6 Merge pull request #15070 from Vizerai/filter_port by Jim King · 6 years ago
  73. 9a2c0a8 Merge pull request #15740 from hcaseyal/update_listening_port_documentation by hcaseyal · 6 years ago
  74. 90b4ef5 Update AddListeningPort documentation in ServerBuilder by Hope Casey-Allen · 6 years ago
  75. f9f0b54 update by Vizerai · 6 years ago
  76. 1768437 Merge pull request #15717 from yashykt/sizedoc by Yash Tibrewal · 6 years ago
  77. 500e339 Address reviewer comments by Vijay Pai · 6 years ago
  78. 1b8969b Add useful comment on ServerInterface::Shutdown by Vijay Pai · 6 years ago
  79. 4e3835b Add documentation for default message sizes by Yash Tibrewal · 6 years ago
  80. 801e566 handle empty slice explicitly by yang-g · 6 years ago
  81. e501a3d Merge branch 'master' of https://github.com/Vizerai/grpc into filter_port by Vizerai · 6 years ago
  82. e1d7dee update by Vizerai · 6 years ago
  83. cb27671 update by Vizerai · 6 years ago
  84. 6008679 update by Vizerai · 6 years ago
  85. ac8b72f Add a test that tcp server posix consumes socket mutators by Alexander Polcyn · 6 years ago
  86. fe2fa0c Add C++ experimental API extensions for ALTS C stack by Yihua Zhang · 6 years ago
  87. 92c4e0f Rename ProtoBuffer helpers by ncteisen · 6 years ago
  88. e91cfed Merge pull request #14934 from ncteisen/typos by Noah Eisen · 6 years ago
  89. cf5b266 Make GrpcProtoBufferReaderWriter public by ncteisen · 6 years ago
  90. 4a71908 Fix typos by ncteisen · 6 years ago
  91. 2e3d410 fixup! Use bbuf_ptr by Ara Ayvazyan · 6 years ago
  92. 8016d35 fixup! Fix formatting by Ara Ayvazyan · 6 years ago
  93. f76069a fixup! Fix the payload ownership issue by Ara Ayvazyan · 6 years ago
  94. 4df7438 Fix ServerInterface::PayloadAsyncRequest to work with ByteBuffer by Ara Ayvazyan · 6 years ago
  95. a4da2d2 Eliminate existence of SneakyCallOpSet, some server cleanup by Vijay Pai · 6 years ago
  96. cdddc8c Desneak client unary call, avoid Hyrum's Law (used for 1-thread simplicity) by Vijay Pai · 6 years ago
  97. ba46afe Delete status_test that has no coverage; replace with static_asserts by Vijay Pai · 6 years ago
  98. 3c3c4c9 Update server.h by Vijay Pai · 6 years ago
  99. 589e2cf Update completion_queue.h by Vijay Pai · 6 years ago
  100. 626a65e Added protected default constructor by makdharma · 6 years ago