1. a0aab7e Add load data store by Juanli Shen · 6 years ago
  2. fe2fa0c Add C++ experimental API extensions for ALTS C stack by Yihua Zhang · 6 years ago
  3. a4da2d2 Eliminate existence of SneakyCallOpSet, some server cleanup by Vijay Pai · 6 years ago
  4. 129f38a Merge pull request #14517 from makdharma/extensible_api by Nicolas Noble · 6 years ago
  5. 606742d replaced loop with range expression by makdharma · 6 years ago
  6. 9cd0099 variable init sequence fix by makdharma · 6 years ago
  7. 02b64f5 Fix a thread name by Vijay Pai · 6 years ago
  8. 7fed69b Use static_cast rather than reinterpret_cast whenever possible by Vijay Pai · 6 years ago
  9. 162ae4f Remove std::thread, keep everything else unchanged (#13) by Vijay Pai · 6 years ago
  10. 8065000 Remove "final" keyword and make methods protected. by makdharma · 6 years ago
  11. 0e00c43 Move headers from grpc++ to grpcpp by Muxi Yan · 7 years ago
  12. 239b7d4 Merge branch 'master' into gpr_review by Vijay Pai · 6 years ago
  13. d4d0a30 Privatize useful.h and avl.h by Vijay Pai · 7 years ago
  14. a21ab2b Fix compression algorithm accessors by David Garcia Quintas · 7 years ago
  15. c9ec2c0 Revert "Stop using std::thread in C++ library since it can trigger exceptions" by Jan Tattermusch · 7 years ago
  16. b4b0ac7 Resolve leak by freeing request payload if resources exhausted by Vijay Pai · 7 years ago
  17. 5dd3226 Switch C++ sync server to use gpr_thd rather than std::thread and provide resource exhaustion mechanism by Vijay Pai · 7 years ago
  18. 4ac2b8e Enable clang-tidy as a sanity check, fix up all known failures by Craig Tiller · 7 years ago
  19. baa14a9 Update clang-format to 5.0 by Craig Tiller · 7 years ago
  20. 06e174a Separate public and internal C++ interfaces by Vijay Pai · 7 years ago
  21. a19a073 Workaround bug for a moment by Craig Tiller · 7 years ago
  22. efce6e1 Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer"" by Vijay Pai · 7 years ago
  23. 9eb8672 Removing deprecated string to char * conversions by Yash Tibrewal · 7 years ago
  24. 5432dd8 Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer" by Jan Tattermusch · 7 years ago
  25. 6773955 Allow SerializationTraits to use grpc::ByteBuffer, not just grpc_byte_buffer by Vijay Pai · 7 years ago
  26. d3cbd72 Make grpc_call_log_batch take const char* by yang-g · 7 years ago
  27. 66e6c23 Log offending ops and error code before crashing the server by yang-g · 7 years ago
  28. 097cbfc Resolve comments by yang-g · 7 years ago
  29. 0eaf7de Allow adding events to cq after shutdown is called. by yang-g · 7 years ago
  30. 6abd200 Revert "Separate internal-only and public parts of C++ API" by Vijay Pai · 7 years ago
  31. 5079182 Merge pull request #11693 from ncteisen/refactor-thread-pool by Noah Eisen · 7 years ago
  32. 139072f Const correct and clang by ncteisen · 7 years ago
  33. eb70b9e Anon namespace over static by ncteisen · 7 years ago
  34. a5d557b Rename function to avoud future clash by ncteisen · 7 years ago
  35. 30939f8 Make CreateThreadPool settable by ncteisen · 7 years ago
  36. 85fac6d Quiet down server builder by ncteisen · 7 years ago
  37. 3d7d5f4 Create inproc transport, add relevant tests, exclude irrelevant tests by Vijay Pai · 7 years ago
  38. c0baec6 Internalize structs and methods meant for being exposed through codegen by Vijay Pai · 7 years ago
  39. 67a4054 Initialize pending_ops false by Noah Eisen · 7 years ago
  40. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  41. 672f15f Merge pull request #11143 from dgquintas/dns_server by David G. Quintas · 7 years ago
  42. 725d822 merge with head by Yang Gao · 7 years ago
  43. f6b622c Take grpc_workaround_list as parameter by Muxi Yan · 7 years ago
  44. 21035da Add api to server builder plugin to modify the builder by yang-g · 7 years ago
  45. 928681d obsolete -> is obsolete by Muxi Yan · 7 years ago
  46. 94ab1b5 Make ServerBuilder accept (dns:///) URIs instead of just dns names by David Garcia Quintas · 7 years ago
  47. 04f97ca Merge branch 'master' into backward-compat-dev by Muxi Yan · 7 years ago
  48. a044f6d Propagate deadline to GenericServerContext by yang-g · 7 years ago
  49. f5b3db9 Use AddChannelArgument method by Muxi Yan · 7 years ago
  50. b1a80c7 bug fixes by Muxi Yan · 7 years ago
  51. cdc0d03 Add EnableWorkaround API to enable server workarounds by Muxi Yan · 7 years ago
  52. f070d41 Lower the level of a log message to INFO by yang-g · 7 years ago
  53. 59db187 Merge branch 'tsan-c++' into hybrid by Craig Tiller · 7 years ago
  54. 06a30ee Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  55. 3588248 Merge github.com:grpc/grpc into hybrid by Craig Tiller · 7 years ago
  56. cac4e17 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  57. a12c065 Merge github.com:grpc/grpc into hybrid by Craig Tiller · 7 years ago
  58. a3e8789 Fix, restore draining by Craig Tiller · 7 years ago
  59. 991c101 Initial thread manager fixes by Craig Tiller · 7 years ago
  60. a6f64f4 Merge pull request #10391 from dgquintas/lr_back_to_md by David G. Quintas · 7 years ago
  61. c5fc2b7 Merge pull request #10663 from yang-g/globalcallback by Yang Gao · 7 years ago
  62. a818f72 Load Reporting back to using metadata by David Garcia Quintas · 7 years ago
  63. c3666d7 Merge github.com:grpc/grpc into hybrid by Craig Tiller · 7 years ago
  64. 2c6f637 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  65. eafeea4 Update ServerGlobalCallback::AddPort api by yang-g · 7 years ago
  66. 9575627 Merge pull request #10583 from ctiller/server_start by Craig Tiller · 7 years ago
  67. 11c5832 Get rid of second api for marking non-listening cqs by Craig Tiller · 7 years ago
  68. 75bfb97 Finish hybrid server stuff, ensure it gets tested by Craig Tiller · 7 years ago
  69. 334c467 Start building out C++ interface by Craig Tiller · 7 years ago
  70. 9d9313c Threading robustness by Craig Tiller · 7 years ago
  71. c1a32fa Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  72. 4426800 clang format by Sree Kuchibhotla · 7 years ago
  73. fa71f6f Fix ASAN failure by Sree Kuchibhotla · 7 years ago
  74. 5f95f1a Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  75. d510fcf Add ports to global server callback. by yang-g · 7 years ago
  76. 66051c6 Async end2end test passes by Craig Tiller · 7 years ago
  77. dd36b15 Call ref/unref, bugfixes by Craig Tiller · 7 years ago
  78. 55c895a Removed wrong LR include from codegen by David Garcia Quintas · 7 years ago
  79. f2c3215 Update C++ code by Sree Kuchibhotla · 7 years ago
  80. 36c3707 Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  81. 111f2d4 Merge github.com:grpc/grpc into server_channel_args by Craig Tiller · 7 years ago
  82. 12352b2 Add test of server builder, including channel args by Craig Tiller · 8 years ago
  83. 4751c28 Add channel arguments to server builder by Craig Tiller · 8 years ago
  84. 1dbd981 Prefix grpc_cq_polling_type enums with GRPC_CQ_ by Sree Kuchibhotla · 7 years ago
  85. 982a6f2 C++ code changes in response to grpc_completion_queue_create() API change by Sree Kuchibhotla · 7 years ago
  86. 01f1544 Check and act on Dump failure by yang-g · 7 years ago
  87. c42d844 Let ServerContext own the initial_metadata array for sync calls by yang-g · 7 years ago
  88. 55c6ebf Merge branch 'master' into health by yang-g · 7 years ago
  89. f07ed45 Restore the NextMessageSize for streamed calls by yang-g · 7 years ago
  90. f31f096 Use call context to propagare LR costs by David Garcia Quintas · 7 years ago
  91. 076bac0 Remove async by yang-g · 7 years ago
  92. f2fe4f7 Add a PreServerStart in global server callbacks by yang-g · 7 years ago
  93. 1e19b8d Update for API change by yang-g · 8 years ago
  94. edcde05 Merge remote-tracking branch 'upstream/master' into health by yang-g · 8 years ago
  95. 68bb6a8 Merge github.com:grpc/grpc into rollfwd by Craig Tiller · 8 years ago
  96. 4edd567 Merge github.com:grpc/grpc into maxmsgsz by Craig Tiller · 8 years ago
  97. 7c70b6c Revert "Revert "Metadata handling rewrite"" by Craig Tiller · 8 years ago
  98. 5e01e2a Revert "Metadata handling rewrite" by Craig Tiller · 8 years ago
  99. da9de89 Merge github.com:grpc/grpc into maxmsgsz by Craig Tiller · 8 years ago
  100. 62f28bf Remove double-checking of max-message-size in C++ layers by Craig Tiller · 8 years ago