1. 9e6511a Make the core callback interface API so that it can be used in generated code by Vijay Pai · 6 years ago
  2. f6e7b77 Merge pull request #16655 from vjpai/callback_tidy by Vijay Pai · 6 years ago
  3. 46429a2 Merge pull request #16624 from vjpai/callback_alarms by Vijay Pai · 6 years ago
  4. deb3126 Fix clang-tidy concerns by Vijay Pai · 6 years ago
  5. 0e5b2a7 Merge pull request #16638 from vjpai/callback_exceptions by Vijay Pai · 6 years ago
  6. ef60c57 Merge pull request #16459 from arfaian/master by Juanli Shen · 6 years ago
  7. 73d89a6 Catch exceptions in user callbacks by Vijay Pai · 6 years ago
  8. db01bf7 Add callback-based alarms by Vijay Pai · 6 years ago
  9. 3bc10c0 Merge pull request #16492 from vjpai/client_callback by Vijay Pai · 6 years ago
  10. 0382d06 Don't use cq_tag on Server CallOpSet's yet by Vijay Pai · 6 years ago
  11. 71aa602 Merge pull request #16360 from ncteisen/channelz-cpp-server by Noah Eisen · 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. 6ef3b0d Merge branch 'master' of https://github.com/grpc/grpc into channelz-cpp-server by ncteisen · 6 years ago
  15. 722bc69 Merge branch 'master' of https://github.com/grpc/grpc into channelz-server by ncteisen · 6 years ago
  16. 4835376 Merge branch 'channelz-subchannels' into channelz-cpp by ncteisen · 6 years ago
  17. 5946ae5 Merge branch 'channelz-subchannels' into channelz-server by ncteisen · 6 years ago
  18. 4205b97 reviewer feedback by ncteisen · 6 years ago
  19. 7975c6a Fix internal build breakage from #16351. by Mark D. Roth · 6 years ago
  20. 6d2c8f8 Revert "Merge pull request #16512 from grpc/revert-16351-health_checking_service" by Mark D. Roth · 6 years ago
  21. 4e6ed86 Merge pull request #16407 from ncteisen/lazy-metadata by Noah Eisen · 6 years ago
  22. 5474e92 Allocate using call arenas by Vijay Pai · 6 years ago
  23. 6b6bdbb Address reviewer and clang-tidy comments by Vijay Pai · 6 years ago
  24. 8bf5253 Provide a generic client-side unary callback API by Vijay Pai · 6 years ago
  25. 14a8581 Revert "Implement Watch method in health check service." by Juanli Shen · 6 years ago
  26. 72ac3d0 Merge branch 'channelz-server' into channelz-cpp-server by ncteisen · 6 years ago
  27. e165579 Subchannel support to C++ by ncteisen · 6 years ago
  28. 743d40d Lazily fill metadata map by ncteisen · 6 years ago
  29. 6076b1d Merge branch 'channelz-subchannels' into channelz-server by ncteisen · 6 years ago
  30. 4d985ef Merge pull request #16351 from markdroth/health_checking_service by Mark D. Roth · 6 years ago
  31. 99ce3e1 Implement Watch method in health check service. by Mark D. Roth · 6 years ago
  32. 8ceb27a Regenerate projects by Juanli Shen · 6 years ago
  33. 99e09fe Fix compilation error due to missing absl qualification. by Arian Arfaian · 6 years ago
  34. ccc6ee3 Merge pull request #15984 from g-easy/hdrs by Vijay Pai · 6 years ago
  35. 472b932 Merge pull request #16374 from vjpai/census by Vijay Pai · 6 years ago
  36. b22c300 Fix typo by Yash Tibrewal · 6 years ago
  37. d9f4c76 Add a nullptr check by Yash Tibrewal · 6 years ago
  38. 381bcab Move a file from src/cpp to src/core since core depends on it by Vijay Pai · 6 years ago
  39. b840d5e Revert "Add more filter priority levels" by Yang Gao · 6 years ago
  40. 8a86f53 Merge pull request #16356 from vjpai/exhaustion by Vijay Pai · 6 years ago
  41. 9c32dab Expand comment based on reviewer feedback by Vijay Pai · 6 years ago
  42. 70ef911 Add C++ support for GetServers by ncteisen · 6 years ago
  43. 408f64c Merge branch 'channelz-server' into channelz-cpp-server by ncteisen · 6 years ago
  44. f3c600f Fix up C++ test to be more stable by ncteisen · 6 years ago
  45. d9781df Address reviewer comments by Vijay Pai · 6 years ago
  46. 14ad82a Create a new method handler for resource exhaustion and tie into thread mgr by Vijay Pai · 6 years ago
  47. 6321a53 fix typo by ncteisen · 6 years ago
  48. f025b6e Change thread default to INT_MAX by ncteisen · 6 years ago
  49. 0bf39e2 Subchannel support to C++ by ncteisen · 6 years ago
  50. f63b51b Merge branch 'master' into rq-threads-2 by Sree Kuchibhotla · 6 years ago
  51. 5cb99c9 fix format by Junhao Li · 6 years ago
  52. b9decfb include cmath to fix gcc8 compilation error by Junhao Li · 6 years ago
  53. 60069ba Merge pull request #16225 from markdroth/reset_connection_backoff by Mark D. Roth · 6 years ago
  54. f7e7256 Add experimental API for resetting connection backoff. by Mark D. Roth · 6 years ago
  55. a2a64e5 Fix default argument(put it in header instead of source file) by Sree Kuchibhotla · 6 years ago
  56. 9ce673f Make resource quota argument optional to the Server constructor by Sree Kuchibhotla · 6 years ago
  57. bdd13cb Revert "Revert "Restrict the number of threads in C++ sync server"" by Sree Kuchibhotla · 6 years ago
  58. d6ef707 Add more filter priority levels by yang-g · 6 years ago
  59. bea98c3 Revert "Restrict the number of threads in C++ sync server" by Nicolas Noble · 6 years ago
  60. 9b84d7f Merge branch 'master' into rq-threads by Sree Kuchibhotla · 6 years ago
  61. 6eac5e4 std::max is not available on some windows platforms by Sree Kuchibhotla · 6 years ago
  62. c2a22a1 Address core review comments by Sree Kuchibhotla · 6 years ago
  63. 8f39834 Change the default max threads to something more reasonable by Sree Kuchibhotla · 6 years ago
  64. 404d4f3 Merge branch 'master' into rq-threads by Sree Kuchibhotla · 6 years ago
  65. b95772e Add Tests in Core and C++ and fix a few related bugs in thread_manager.cc by Sree Kuchibhotla · 6 years ago
  66. acc6ba0 Add C++ wrapper for local credentials by Yihua Zhang · 6 years ago
  67. 29c9e04 Merge pull request #16067 from srini100/master by Srini Polavarapu · 6 years ago
  68. 7b8be4d Merge branch 'master' into rq-threads by Sree Kuchibhotla · 6 years ago
  69. ec1c112 Each ThreadManager is a resource user by Sree Kuchibhotla · 6 years ago
  70. 18a9d7d reviewer feedback by ncteisen · 6 years ago
  71. b472149 reviewer feedback by ncteisen · 6 years ago
  72. 6104e4f Move ChannelzServicePlugin to public, experimental by ncteisen · 6 years ago
  73. 8c9af74 Regenerate projects by Srini Polavarapu · 6 years ago
  74. c194528 Adds C++ Channelz Service by ncteisen · 6 years ago
  75. 67bb4e3 Initial scaffolding by Sree Kuchibhotla · 6 years ago
  76. be40b0d Add server load reporting service by Juanli Shen · 6 years ago
  77. 1b6e851 Move GetSpanFromServerContext() to public header. by easy · 6 years ago
  78. 86aa172 Merge pull request #15919 from AspirinSJL/reorder by Juanli Shen · 6 years ago
  79. 1f96515 Reorder steps when starting a server by Juanli Shen · 6 years ago
  80. 4fb5378 Fix Bazel build instructions by Kerrick Staley · 6 years ago
  81. f5f1d57 Add load reporting filter by Juanli Shen · 6 years ago
  82. 291bbc7 Add load reporter by Juanli Shen · 6 years ago
  83. f389e52 overhaul of top-level .md files by Jan Tattermusch · 6 years ago
  84. c0d251a Fixing trailing metadata ops. by Vizerai · 6 years ago
  85. 9e3e646 Merge pull request #15274 from JackOfMostTrades/verify-callback-core by Mark D. Roth · 6 years ago
  86. 01cbab6 Merge pull request #15070 from Vizerai/filter_port by Jim King · 6 years ago
  87. bd6ac0f Merge pull request #15681 from ncteisen/even-more-clang by Noah Eisen · 6 years ago
  88. d661628 Merge pull request #15694 from srini100/bump-to-v1.14 by Srini Polavarapu · 6 years ago
  89. 58e0cbf Enable the performance-* clang-tidy checks by Noah Eisen · 6 years ago
  90. 68eff58 Create verify_peer_options when creating ssl credentials in order to expose a verification callback option. by Ian Haken · 7 years ago
  91. 32c0493 Merge branch 'master' of github.com:grpc/grpc into nanopb_build_cleanup by David Garcia Quintas · 6 years ago
  92. c79c156 Regenrate projects by Srini Polavarapu · 6 years ago
  93. bbbcc45 Merge pull request #15394 from yashykt/maxmsglen by Yash Tibrewal · 6 years ago
  94. 3052cff Change comments by Yash Tibrewal · 6 years ago
  95. bc9573d back to using quotes for nanopb includes by David Garcia Quintas · 6 years ago
  96. 087fe27 quotes to angle brackets for nanopb includes by David Garcia Quintas · 6 years ago
  97. 73dec49 clang-format by David Garcia Quintas · 6 years ago
  98. 00e045d Fix the inclusion "third_party/nanopb/..." to simply "..." by David Garcia Quintas · 6 years ago
  99. e501a3d Merge branch 'master' of https://github.com/Vizerai/grpc into filter_port by Vizerai · 6 years ago
  100. cb27671 update by Vizerai · 6 years ago