1. bea98c3 Revert "Restrict the number of threads in C++ sync server" by Nicolas Noble · 6 years ago
  2. 9b84d7f Merge branch 'master' into rq-threads by Sree Kuchibhotla · 6 years ago
  3. 6eac5e4 std::max is not available on some windows platforms by Sree Kuchibhotla · 6 years ago
  4. c2a22a1 Address core review comments by Sree Kuchibhotla · 6 years ago
  5. 8f39834 Change the default max threads to something more reasonable by Sree Kuchibhotla · 6 years ago
  6. 404d4f3 Merge branch 'master' into rq-threads by Sree Kuchibhotla · 6 years ago
  7. b95772e Add Tests in Core and C++ and fix a few related bugs in thread_manager.cc by Sree Kuchibhotla · 6 years ago
  8. acc6ba0 Add C++ wrapper for local credentials by Yihua Zhang · 6 years ago
  9. 29c9e04 Merge pull request #16067 from srini100/master by Srini Polavarapu · 6 years ago
  10. 7b8be4d Merge branch 'master' into rq-threads by Sree Kuchibhotla · 6 years ago
  11. ec1c112 Each ThreadManager is a resource user by Sree Kuchibhotla · 6 years ago
  12. 18a9d7d reviewer feedback by ncteisen · 6 years ago
  13. b472149 reviewer feedback by ncteisen · 6 years ago
  14. 6104e4f Move ChannelzServicePlugin to public, experimental by ncteisen · 6 years ago
  15. 8c9af74 Regenerate projects by Srini Polavarapu · 6 years ago
  16. c194528 Adds C++ Channelz Service by ncteisen · 6 years ago
  17. 67bb4e3 Initial scaffolding by Sree Kuchibhotla · 6 years ago
  18. be40b0d Add server load reporting service by Juanli Shen · 6 years ago
  19. 86aa172 Merge pull request #15919 from AspirinSJL/reorder by Juanli Shen · 6 years ago
  20. 1f96515 Reorder steps when starting a server by Juanli Shen · 6 years ago
  21. 4fb5378 Fix Bazel build instructions by Kerrick Staley · 6 years ago
  22. f5f1d57 Add load reporting filter by Juanli Shen · 6 years ago
  23. 291bbc7 Add load reporter by Juanli Shen · 6 years ago
  24. f389e52 overhaul of top-level .md files by Jan Tattermusch · 6 years ago
  25. c0d251a Fixing trailing metadata ops. by Vizerai · 6 years ago
  26. 9e3e646 Merge pull request #15274 from JackOfMostTrades/verify-callback-core by Mark D. Roth · 6 years ago
  27. 01cbab6 Merge pull request #15070 from Vizerai/filter_port by Jim King · 6 years ago
  28. bd6ac0f Merge pull request #15681 from ncteisen/even-more-clang by Noah Eisen · 6 years ago
  29. d661628 Merge pull request #15694 from srini100/bump-to-v1.14 by Srini Polavarapu · 6 years ago
  30. 58e0cbf Enable the performance-* clang-tidy checks by Noah Eisen · 6 years ago
  31. 68eff58 Create verify_peer_options when creating ssl credentials in order to expose a verification callback option. by Ian Haken · 7 years ago
  32. 32c0493 Merge branch 'master' of github.com:grpc/grpc into nanopb_build_cleanup by David Garcia Quintas · 6 years ago
  33. c79c156 Regenrate projects by Srini Polavarapu · 6 years ago
  34. bbbcc45 Merge pull request #15394 from yashykt/maxmsglen by Yash Tibrewal · 6 years ago
  35. 3052cff Change comments by Yash Tibrewal · 6 years ago
  36. bc9573d back to using quotes for nanopb includes by David Garcia Quintas · 6 years ago
  37. 087fe27 quotes to angle brackets for nanopb includes by David Garcia Quintas · 6 years ago
  38. 73dec49 clang-format by David Garcia Quintas · 6 years ago
  39. 00e045d Fix the inclusion "third_party/nanopb/..." to simply "..." by David Garcia Quintas · 6 years ago
  40. e501a3d Merge branch 'master' of https://github.com/Vizerai/grpc into filter_port by Vizerai · 6 years ago
  41. cb27671 update by Vizerai · 6 years ago
  42. 8d06d09 Fix broken ByteBuffer copy ctor by Ara Ayvazyan · 6 years ago
  43. 6008679 update by Vizerai · 6 years ago
  44. efee8f2 Allow unlimited as the max receive message length by Yash Tibrewal · 6 years ago
  45. 41e4ced Adding opencensus grpc plugin. by Vizerai · 7 years ago
  46. 2d43a45 Regenerate projects by Mehrdad Afshari · 7 years ago
  47. a0aab7e Add load data store by Juanli Shen · 7 years ago
  48. fe2fa0c Add C++ experimental API extensions for ALTS C stack by Yihua Zhang · 7 years ago
  49. 52d4c7c Ensure lib is initialize for ByteBuffer use by Noah Eisen · 7 years ago
  50. cf5b266 Make GrpcProtoBufferReaderWriter public by ncteisen · 7 years ago
  51. 90cfc8e Regenerate projects by Mehrdad Afshari · 7 years ago
  52. a4da2d2 Eliminate existence of SneakyCallOpSet, some server cleanup by Vijay Pai · 7 years ago
  53. 129f38a Merge pull request #14517 from makdharma/extensible_api by Nicolas Noble · 7 years ago
  54. 606742d replaced loop with range expression by makdharma · 7 years ago
  55. d10a885 removed unnecessary "virtual" by makdharma · 7 years ago
  56. 3d8b32d Convert byte_stream API to C++. by Mark D. Roth · 7 years ago
  57. 9cd0099 variable init sequence fix by makdharma · 7 years ago
  58. 02b64f5 Fix a thread name by Vijay Pai · 7 years ago
  59. 809cf96 Name needs to only be alphanumeric+underscore+dash by Vijay Pai · 7 years ago
  60. 7fed69b Use static_cast rather than reinterpret_cast whenever possible by Vijay Pai · 7 years ago
  61. 162ae4f Remove std::thread, keep everything else unchanged (#13) by Vijay Pai · 7 years ago
  62. e1a7283 moved Next implementation to CC file. by makdharma · 7 years ago
  63. 8b05d02 Merge branch 'master' into 2phase_thd by Vijay Pai · 7 years ago
  64. 8065000 Remove "final" keyword and make methods protected. by makdharma · 7 years ago
  65. 9073ea0 Regenerate projects by Mehrdad Afshari · 7 years ago
  66. a8453a2 Merge branch 'master' into 2phase_thd by Vijay Pai · 7 years ago
  67. 9614395 Fix grpc++->grpcpp leftover files by Muxi Yan · 7 years ago
  68. da69355 C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start) by Vijay Pai · 7 years ago
  69. 0e00c43 Move headers from grpc++ to grpcpp by Muxi Yan · 7 years ago
  70. c745690 Internalize gpr_thd except for id and currentid by Vijay Pai · 7 years ago
  71. c7cc3f9 Merge pull request #14394 from srini100/master by Srini Polavarapu · 7 years ago
  72. 89f70d1 Merge branch 'master' of https://github.com/grpc/grpc into docfix by Srini Polavarapu · 7 years ago
  73. 4d20a66 Run clang fmt by Noah Eisen · 7 years ago
  74. be82e64 Autofix c casts to c++ casts by Noah Eisen · 7 years ago
  75. 3cca825 Consolidate build instructions in INSTALL.md and src/cpp/README.md by Srini Polavarapu · 7 years ago
  76. 239b7d4 Merge branch 'master' into gpr_review by Vijay Pai · 7 years ago
  77. 73a50ab Merge pull request #14286 from dgquintas/fix_compresion_alg_accessors by Vijay Pai · 7 years ago
  78. d4d0a30 Privatize useful.h and avl.h by Vijay Pai · 7 years ago
  79. a21ab2b Fix compression algorithm accessors by David Garcia Quintas · 7 years ago
  80. fe75ef5 clang-format by Vijay Pai · 7 years ago
  81. e1e7042 Restructure to simplify, harden, and avoid forward declaration by Vijay Pai · 7 years ago
  82. 2b226ad Remove alarm from core, implement in C++ layer only by Vijay Pai · 7 years ago
  83. 4388404 Regenerate projects by Mehrdad Afshari · 7 years ago
  84. dbdf495 Split lib/support into lib/gpr and lib/gpr++. by Mark D. Roth · 7 years ago
  85. c9ec2c0 Revert "Stop using std::thread in C++ library since it can trigger exceptions" by Jan Tattermusch · 7 years ago
  86. b4b0ac7 Resolve leak by freeing request payload if resources exhausted by Vijay Pai · 7 years ago
  87. 92e267e Add needed header by Vijay Pai · 7 years ago
  88. 5dd3226 Switch C++ sync server to use gpr_thd rather than std::thread and provide resource exhaustion mechanism by Vijay Pai · 7 years ago
  89. 8cf1470 Revert "Revert "All instances of exec_ctx being passed around in src/core removed"" by Yash Tibrewal · 7 years ago
  90. ad4d2dd Revert "All instances of exec_ctx being passed around in src/core removed" by Yash Tibrewal · 7 years ago
  91. 36522e9 Merge master after no Extern C changes by Yash Tibrewal · 7 years ago
  92. 10f2790 Merge branch 'master' into execctx by Yash Tibrewal · 7 years ago
  93. c354269 Remove _ prefixed variable names by Yash Tibrewal · 7 years ago
  94. aa358d5 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  95. 14e96f9 Bump 1.8.0-dev to 1.9.0-dev by Mehrdad Afshari · 7 years ago
  96. 61c4d6b Fix stats by ncteisen · 7 years ago
  97. adbfbd5 Remove all extern C by ncteisen · 7 years ago
  98. 177039b Merge master by Yash Tibrewal · 7 years ago
  99. 6c26b16 Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ExecCtx and some minor changes by Yash Tibrewal · 7 years ago
  100. 75122c2 Address some PR comments by Yash Tibrewal · 7 years ago