1. 33d87e3 Fix internal_data to be the same size as the new grpc_linked_mdelem by Hope Casey-Allen · 6 years ago
  2. 4d985ef Merge pull request #16351 from markdroth/health_checking_service by Mark D. Roth · 6 years ago
  3. 99ce3e1 Implement Watch method in health check service. by Mark D. Roth · 6 years ago
  4. 3ad8df3 Merge pull request #16383 from vjpai/tidy by Vijay Pai · 6 years ago
  5. b59d867 Python post-fork handler: exit if grpc shutdown fails by Eric Gribkoff · 6 years ago
  6. ccc6ee3 Merge pull request #15984 from g-easy/hdrs by Vijay Pai · 6 years ago
  7. 46008f0 Merge pull request #15926 from cartr/platform_solaris_aix by Vijay Pai · 6 years ago
  8. 616b5d7 Cast an index to size_t to avoid sign-conversion warning by Vijay Pai · 6 years ago
  9. 8ba4563 Merge pull request #16373 from markdroth/mu_guard_cleanup by Mark D. Roth · 6 years ago
  10. 61dabce Merge pull request #16289 from AspirinSJL/warn_api_use by Juanli Shen · 6 years ago
  11. 7a7e4f5 Move C++ mu_guard class out of C-core public headers and fix style. by Mark D. Roth · 6 years ago
  12. 14ad82a Create a new method handler for resource exhaustion and tie into thread mgr by Vijay Pai · 6 years ago
  13. 4b42288 Merge pull request #16302 from vjpai/callback_cq by Vijay Pai · 6 years ago
  14. bbb9731 Merge branch 'master' into callback_cq by Vijay Pai · 6 years ago
  15. 716857e Merge branch 'master' into rq-threads-2 by Sree Kuchibhotla · 6 years ago
  16. e58d400 Fix type reference in documentation by Mehrdad Afshari · 6 years ago
  17. b7b1e77 Fix minor typo in documentation by Mehrdad Afshari · 6 years ago
  18. e84096b Experimental infrastructure for callback-based CQ by Vijay Pai · 6 years ago
  19. eaa51cb Add explicit check that we're building with bazel. by easy · 6 years ago
  20. 5e9994b Add warning about AsyncNotifyWhenDone bug by Juanli Shen · 6 years ago
  21. f63b51b Merge branch 'master' into rq-threads-2 by Sree Kuchibhotla · 6 years ago
  22. 60069ba Merge pull request #16225 from markdroth/reset_connection_backoff by Mark D. Roth · 6 years ago
  23. f7e7256 Add experimental API for resetting connection backoff. by Mark D. Roth · 6 years ago
  24. a2a64e5 Fix default argument(put it in header instead of source file) by Sree Kuchibhotla · 6 years ago
  25. a21ab01 Merge branch 'master' into rq-threads-2 by Sree Kuchibhotla · 6 years ago
  26. fa8aa6d Update grpc.h comment by Juanli Shen · 6 years ago
  27. 9ce673f Make resource quota argument optional to the Server constructor by Sree Kuchibhotla · 6 years ago
  28. bdd13cb Revert "Revert "Restrict the number of threads in C++ sync server"" by Sree Kuchibhotla · 6 years ago
  29. bea98c3 Revert "Restrict the number of threads in C++ sync server" by Nicolas Noble · 6 years ago
  30. 2ef6a33 Merge branch 'master' into rq-threads by Sree Kuchibhotla · 6 years ago
  31. 8fc60d3 Merge pull request #16163 from apolcyn/revert_revert_windows_breakage by apolcyn · 6 years ago
  32. 9b84d7f Merge branch 'master' into rq-threads by Sree Kuchibhotla · 6 years ago
  33. 9896c64 Revert "Merge pull request #16158 from apolcyn/revert_windows_breakage" by Alexander Polcyn · 6 years ago
  34. f34c653 Revert "Merge pull request #15797 from apolcyn/windows_compile_and_sort" by Alexander Polcyn · 6 years ago
  35. 1b1d5e5 Get c-ares to compile and do address sorting on windows by Alex Polcyn · 6 years ago
  36. acc6ba0 Add C++ wrapper for local credentials by Yihua Zhang · 6 years ago
  37. 7b8be4d Merge branch 'master' into rq-threads by Sree Kuchibhotla · 6 years ago
  38. ec1c112 Each ThreadManager is a resource user by Sree Kuchibhotla · 6 years ago
  39. 18a9d7d reviewer feedback by ncteisen · 6 years ago
  40. b472149 reviewer feedback by ncteisen · 6 years ago
  41. 6104e4f Move ChannelzServicePlugin to public, experimental by ncteisen · 6 years ago
  42. a3f31d1 Merge pull request #16040 from yang-g/cq by Yang Gao · 6 years ago
  43. b86a744 Expose GetChannel and GetTopChannels Core API by ncteisen · 6 years ago
  44. f2a57cd Merge remote-tracking branch 'upstream/master' into rq-threads by Sree Kuchibhotla · 6 years ago
  45. a9f3d78 Merge pull request #15980 from ncteisen/channelz-subchannel-refs by Noah Eisen · 6 years ago
  46. 913f9b9 Add Core resource quota implementation by Sree Kuchibhotla · 6 years ago
  47. f48d3d5 Initialize member in default ctor by yang-g · 6 years ago
  48. 67bb4e3 Initial scaffolding by Sree Kuchibhotla · 6 years ago
  49. be40b0d Add server load reporting service by Juanli Shen · 6 years ago
  50. 25082c5 Reviewer feedback by ncteisen · 6 years ago
  51. fa0373c GRPC_ARG_HTTP2_MIN_RECV_PING_INTERVAL_WITHOUT_DATA_MS only makes sense for the server by Yash Tibrewal · 6 years ago
  52. 018498a Implements subchannel refs for pick_first by ncteisen · 6 years ago
  53. 1b6e851 Move GetSpanFromServerContext() to public header. by easy · 6 years ago
  54. bf9ff4e Merge pull request #15945 from vjpai/drop_assert by Vijay Pai · 6 years ago
  55. 86aa172 Merge pull request #15919 from AspirinSJL/reorder by Juanli Shen · 6 years ago
  56. c5336fc Drop a spurious assert, since ServerReader can SendInitialMetadata by Vijay Pai · 6 years ago
  57. 252d3f3 Merge pull request #15909 from yihuazhang/local_channel_credentials by yihuaz · 6 years ago
  58. a0a0610 port_platform.h: GPR_GETPID_IN_UNISTD_H on Solaris/AIX by Carter Sande · 6 years ago
  59. d573604 port_platform.h: Make Solaris detection macro more precise by Carter Sande · 6 years ago
  60. 9e77eeb Update comment by Juanli Shen · 6 years ago
  61. c5f1eda implement loca credentials by Yihua Zhang · 6 years ago
  62. 7d47481 Reviewer feedback by ncteisen · 6 years ago
  63. a0a5953 s/CodegenGeneric/Raw/g by ncteisen · 6 years ago
  64. 8db7788 Merge branch 'master' of https://github.com/grpc/grpc into serialization by ncteisen · 6 years ago
  65. b51f6ab Add Solaris and AIX autodetection by Carter Sande · 6 years ago
  66. 174166d Add header back in build.yaml by Juanli Shen · 6 years ago
  67. f5f1d57 Add load reporting filter by Juanli Shen · 6 years ago
  68. 0be746f Merge pull request #15823 from yashykt/writethroughdoc by Yash Tibrewal · 6 years ago
  69. 73a124f Wire to socket doc change by Yash Tibrewal · 6 years ago
  70. 0d878ea Fix build by ncteisen · 6 years ago
  71. 9e26b6c Regenerate project and fix sanity by ncteisen · 6 years ago
  72. d170b83 Allow AsyncServer with one generic to compile by ncteisen · 6 years ago
  73. 93a90e6 Support codegen generic on server side by ncteisen · 6 years ago
  74. 1ab1287 Reviewer feedback by ncteisen · 6 years ago
  75. 68d4f50 Merge branch 'master' of https://github.com/grpc/grpc into channelz by ncteisen · 6 years ago
  76. 9e3e646 Merge pull request #15274 from JackOfMostTrades/verify-callback-core by Mark D. Roth · 6 years ago
  77. 01cbab6 Merge pull request #15070 from Vizerai/filter_port by Jim King · 6 years ago
  78. c7166ae Make channelz an opt in feature by ncteisen · 6 years ago
  79. f92460e Merge branch 'master' of https://github.com/grpc/grpc into channelz by ncteisen · 6 years ago
  80. 9a2c0a8 Merge pull request #15740 from hcaseyal/update_listening_port_documentation by hcaseyal · 6 years ago
  81. 90b4ef5 Update AddListeningPort documentation in ServerBuilder by Hope Casey-Allen · 6 years ago
  82. f9f0b54 update by Vizerai · 6 years ago
  83. 56e59ef Merge pull request #15699 from yashykt/noproxyarg by Yash Tibrewal · 6 years ago
  84. 68eff58 Create verify_peer_options when creating ssl credentials in order to expose a verification callback option. by Ian Haken · 7 years ago
  85. 1768437 Merge pull request #15717 from yashykt/sizedoc by Yash Tibrewal · 6 years ago
  86. 500e339 Address reviewer comments by Vijay Pai · 6 years ago
  87. 1b8969b Add useful comment on ServerInterface::Shutdown by Vijay Pai · 6 years ago
  88. 4e3835b Add documentation for default message sizes by Yash Tibrewal · 6 years ago
  89. 21dbaab Add channel arg to enable/disable http proxy by Yash Tibrewal · 6 years ago
  90. 801e566 handle empty slice explicitly by yang-g · 6 years ago
  91. 16280c7 Remove unused API by ncteisen · 6 years ago
  92. d23739e Reviewer feedback by ncteisen · 6 years ago
  93. d7728cd Merge pull request #15069 from muxi/prototype-cfstream by Muxi Yan · 6 years ago
  94. 9a1bb05 Build out the channelz unit test by ncteisen · 6 years ago
  95. c3c6e06 Add basic support for GetChannel by ncteisen · 6 years ago
  96. e501a3d Merge branch 'master' of https://github.com/Vizerai/grpc into filter_port by Vizerai · 6 years ago
  97. 4dbd18a Make mobile log per-host and rename as context by Muxi Yan · 6 years ago
  98. e1d7dee update by Vizerai · 6 years ago
  99. cb27671 update by Vizerai · 6 years ago
  100. 6008679 update by Vizerai · 6 years ago