1. efce6e1 Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer"" by Vijay Pai · 7 years ago
  2. 9eb8672 Removing deprecated string to char * conversions by Yash Tibrewal · 7 years ago
  3. 5432dd8 Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer" by Jan Tattermusch · 7 years ago
  4. 6773955 Allow SerializationTraits to use grpc::ByteBuffer, not just grpc_byte_buffer by Vijay Pai · 7 years ago
  5. d3cbd72 Make grpc_call_log_batch take const char* by yang-g · 7 years ago
  6. 66e6c23 Log offending ops and error code before crashing the server by yang-g · 7 years ago
  7. 097cbfc Resolve comments by yang-g · 7 years ago
  8. 0eaf7de Allow adding events to cq after shutdown is called. by yang-g · 7 years ago
  9. 6abd200 Revert "Separate internal-only and public parts of C++ API" by Vijay Pai · 7 years ago
  10. 5079182 Merge pull request #11693 from ncteisen/refactor-thread-pool by Noah Eisen · 7 years ago
  11. 139072f Const correct and clang by ncteisen · 7 years ago
  12. eb70b9e Anon namespace over static by ncteisen · 7 years ago
  13. a5d557b Rename function to avoud future clash by ncteisen · 7 years ago
  14. 30939f8 Make CreateThreadPool settable by ncteisen · 7 years ago
  15. 85fac6d Quiet down server builder by ncteisen · 7 years ago
  16. 3d7d5f4 Create inproc transport, add relevant tests, exclude irrelevant tests by Vijay Pai · 7 years ago
  17. c0baec6 Internalize structs and methods meant for being exposed through codegen by Vijay Pai · 7 years ago
  18. 67a4054 Initialize pending_ops false by Noah Eisen · 7 years ago
  19. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  20. 672f15f Merge pull request #11143 from dgquintas/dns_server by David G. Quintas · 7 years ago
  21. 725d822 merge with head by Yang Gao · 7 years ago
  22. f6b622c Take grpc_workaround_list as parameter by Muxi Yan · 7 years ago
  23. 21035da Add api to server builder plugin to modify the builder by yang-g · 7 years ago
  24. 928681d obsolete -> is obsolete by Muxi Yan · 7 years ago
  25. 94ab1b5 Make ServerBuilder accept (dns:///) URIs instead of just dns names by David Garcia Quintas · 7 years ago
  26. 04f97ca Merge branch 'master' into backward-compat-dev by Muxi Yan · 7 years ago
  27. a044f6d Propagate deadline to GenericServerContext by yang-g · 7 years ago
  28. f5b3db9 Use AddChannelArgument method by Muxi Yan · 7 years ago
  29. b1a80c7 bug fixes by Muxi Yan · 7 years ago
  30. cdc0d03 Add EnableWorkaround API to enable server workarounds by Muxi Yan · 7 years ago
  31. f070d41 Lower the level of a log message to INFO by yang-g · 7 years ago
  32. 59db187 Merge branch 'tsan-c++' into hybrid by Craig Tiller · 7 years ago
  33. 06a30ee Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  34. 3588248 Merge github.com:grpc/grpc into hybrid by Craig Tiller · 7 years ago
  35. cac4e17 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  36. a12c065 Merge github.com:grpc/grpc into hybrid by Craig Tiller · 7 years ago
  37. a3e8789 Fix, restore draining by Craig Tiller · 7 years ago
  38. 991c101 Initial thread manager fixes by Craig Tiller · 7 years ago
  39. a6f64f4 Merge pull request #10391 from dgquintas/lr_back_to_md by David G. Quintas · 7 years ago
  40. c5fc2b7 Merge pull request #10663 from yang-g/globalcallback by Yang Gao · 7 years ago
  41. a818f72 Load Reporting back to using metadata by David Garcia Quintas · 7 years ago
  42. c3666d7 Merge github.com:grpc/grpc into hybrid by Craig Tiller · 7 years ago
  43. 2c6f637 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  44. eafeea4 Update ServerGlobalCallback::AddPort api by yang-g · 7 years ago
  45. 9575627 Merge pull request #10583 from ctiller/server_start by Craig Tiller · 7 years ago
  46. 11c5832 Get rid of second api for marking non-listening cqs by Craig Tiller · 7 years ago
  47. 75bfb97 Finish hybrid server stuff, ensure it gets tested by Craig Tiller · 7 years ago
  48. 334c467 Start building out C++ interface by Craig Tiller · 7 years ago
  49. 9d9313c Threading robustness by Craig Tiller · 7 years ago
  50. c1a32fa Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  51. 4426800 clang format by Sree Kuchibhotla · 7 years ago
  52. fa71f6f Fix ASAN failure by Sree Kuchibhotla · 7 years ago
  53. 5f95f1a Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  54. d510fcf Add ports to global server callback. by yang-g · 7 years ago
  55. 66051c6 Async end2end test passes by Craig Tiller · 7 years ago
  56. dd36b15 Call ref/unref, bugfixes by Craig Tiller · 7 years ago
  57. 55c895a Removed wrong LR include from codegen by David Garcia Quintas · 7 years ago
  58. f2c3215 Update C++ code by Sree Kuchibhotla · 7 years ago
  59. 36c3707 Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  60. 111f2d4 Merge github.com:grpc/grpc into server_channel_args by Craig Tiller · 7 years ago
  61. 12352b2 Add test of server builder, including channel args by Craig Tiller · 8 years ago
  62. 4751c28 Add channel arguments to server builder by Craig Tiller · 8 years ago
  63. 1dbd981 Prefix grpc_cq_polling_type enums with GRPC_CQ_ by Sree Kuchibhotla · 7 years ago
  64. 982a6f2 C++ code changes in response to grpc_completion_queue_create() API change by Sree Kuchibhotla · 7 years ago
  65. 01f1544 Check and act on Dump failure by yang-g · 7 years ago
  66. c42d844 Let ServerContext own the initial_metadata array for sync calls by yang-g · 7 years ago
  67. 55c6ebf Merge branch 'master' into health by yang-g · 7 years ago
  68. f07ed45 Restore the NextMessageSize for streamed calls by yang-g · 7 years ago
  69. f31f096 Use call context to propagare LR costs by David Garcia Quintas · 7 years ago
  70. 076bac0 Remove async by yang-g · 7 years ago
  71. f2fe4f7 Add a PreServerStart in global server callbacks by yang-g · 7 years ago
  72. 1e19b8d Update for API change by yang-g · 7 years ago
  73. edcde05 Merge remote-tracking branch 'upstream/master' into health by yang-g · 7 years ago
  74. 68bb6a8 Merge github.com:grpc/grpc into rollfwd by Craig Tiller · 7 years ago
  75. 4edd567 Merge github.com:grpc/grpc into maxmsgsz by Craig Tiller · 7 years ago
  76. 7c70b6c Revert "Revert "Metadata handling rewrite"" by Craig Tiller · 7 years ago
  77. 5e01e2a Revert "Metadata handling rewrite" by Craig Tiller · 7 years ago
  78. da9de89 Merge github.com:grpc/grpc into maxmsgsz by Craig Tiller · 7 years ago
  79. 62f28bf Remove double-checking of max-message-size in C++ layers by Craig Tiller · 7 years ago
  80. 6d353e2 Fix mac by Craig Tiller · 8 years ago
  81. 85e15a0 Spam cleanup by Craig Tiller · 8 years ago
  82. 95beab2 Uncover the badness by Craig Tiller · 8 years ago
  83. 8bd6a05 remove copyright from generated files by yang-g · 8 years ago
  84. b90631d more cleanup by yang-g · 8 years ago
  85. ef16328 cleanup by yang-g · 8 years ago
  86. a3c9552 async works by yang-g · 8 years ago
  87. 8e708b1 WIP by yang-g · 8 years ago
  88. 50993b7 async first take by yang-g · 8 years ago
  89. 9bef074 Add test for explicit option by yang-g · 8 years ago
  90. 4eaf969 fix todo by yang-g · 8 years ago
  91. b74cf42 test pass by yang-g · 8 years ago
  92. c3c475f move files to subdir and add generated files by yang-g · 8 years ago
  93. fbbb0d7 generated nanopb files, need to update build.yaml and maybe move them to by yang-g · 8 years ago
  94. ad32764 sync test pass by yang-g · 8 years ago
  95. 6d0fbfa WIP by yang-g · 8 years ago
  96. c9d2954 more by yang-g · 8 years ago
  97. 0813736 WIP by yang-g · 8 years ago
  98. 8d668d8 default service by yang-g · 8 years ago
  99. 78bc54e Fix stack corruption by Craig Tiller · 8 years ago
  100. f658bf0 Start resolving memory issues in C++ metadata by Craig Tiller · 8 years ago