1. 8d06d09 Fix broken ByteBuffer copy ctor by Ara Ayvazyan · 6 years ago
  2. 6008679 update by Vizerai · 6 years ago
  3. efee8f2 Allow unlimited as the max receive message length by Yash Tibrewal · 6 years ago
  4. 41e4ced Adding opencensus grpc plugin. by Vizerai · 6 years ago
  5. 2d43a45 Regenerate projects by Mehrdad Afshari · 6 years ago
  6. a0aab7e Add load data store by Juanli Shen · 6 years ago
  7. fe2fa0c Add C++ experimental API extensions for ALTS C stack by Yihua Zhang · 6 years ago
  8. 52d4c7c Ensure lib is initialize for ByteBuffer use by Noah Eisen · 6 years ago
  9. cf5b266 Make GrpcProtoBufferReaderWriter public by ncteisen · 6 years ago
  10. 90cfc8e Regenerate projects by Mehrdad Afshari · 6 years ago
  11. a4da2d2 Eliminate existence of SneakyCallOpSet, some server cleanup by Vijay Pai · 6 years ago
  12. 129f38a Merge pull request #14517 from makdharma/extensible_api by Nicolas Noble · 6 years ago
  13. 606742d replaced loop with range expression by makdharma · 6 years ago
  14. d10a885 removed unnecessary "virtual" by makdharma · 6 years ago
  15. 3d8b32d Convert byte_stream API to C++. by Mark D. Roth · 6 years ago
  16. 9cd0099 variable init sequence fix by makdharma · 6 years ago
  17. 02b64f5 Fix a thread name by Vijay Pai · 6 years ago
  18. 809cf96 Name needs to only be alphanumeric+underscore+dash by Vijay Pai · 6 years ago
  19. 7fed69b Use static_cast rather than reinterpret_cast whenever possible by Vijay Pai · 6 years ago
  20. 162ae4f Remove std::thread, keep everything else unchanged (#13) by Vijay Pai · 6 years ago
  21. e1a7283 moved Next implementation to CC file. by makdharma · 6 years ago
  22. 8b05d02 Merge branch 'master' into 2phase_thd by Vijay Pai · 6 years ago
  23. 8065000 Remove "final" keyword and make methods protected. by makdharma · 6 years ago
  24. 9073ea0 Regenerate projects by Mehrdad Afshari · 6 years ago
  25. a8453a2 Merge branch 'master' into 2phase_thd by Vijay Pai · 6 years ago
  26. 9614395 Fix grpc++->grpcpp leftover files by Muxi Yan · 6 years ago
  27. da69355 C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start) by Vijay Pai · 6 years ago
  28. 0e00c43 Move headers from grpc++ to grpcpp by Muxi Yan · 6 years ago
  29. c745690 Internalize gpr_thd except for id and currentid by Vijay Pai · 6 years ago
  30. c7cc3f9 Merge pull request #14394 from srini100/master by Srini Polavarapu · 6 years ago
  31. 89f70d1 Merge branch 'master' of https://github.com/grpc/grpc into docfix by Srini Polavarapu · 6 years ago
  32. 4d20a66 Run clang fmt by Noah Eisen · 6 years ago
  33. be82e64 Autofix c casts to c++ casts by Noah Eisen · 6 years ago
  34. 3cca825 Consolidate build instructions in INSTALL.md and src/cpp/README.md by Srini Polavarapu · 6 years ago
  35. 239b7d4 Merge branch 'master' into gpr_review by Vijay Pai · 6 years ago
  36. 73a50ab Merge pull request #14286 from dgquintas/fix_compresion_alg_accessors by Vijay Pai · 6 years ago
  37. d4d0a30 Privatize useful.h and avl.h by Vijay Pai · 6 years ago
  38. a21ab2b Fix compression algorithm accessors by David Garcia Quintas · 6 years ago
  39. fe75ef5 clang-format by Vijay Pai · 6 years ago
  40. e1e7042 Restructure to simplify, harden, and avoid forward declaration by Vijay Pai · 6 years ago
  41. 2b226ad Remove alarm from core, implement in C++ layer only by Vijay Pai · 6 years ago
  42. 4388404 Regenerate projects by Mehrdad Afshari · 6 years ago
  43. dbdf495 Split lib/support into lib/gpr and lib/gpr++. by Mark D. Roth · 6 years ago
  44. c9ec2c0 Revert "Stop using std::thread in C++ library since it can trigger exceptions" by Jan Tattermusch · 6 years ago
  45. b4b0ac7 Resolve leak by freeing request payload if resources exhausted by Vijay Pai · 6 years ago
  46. 92e267e Add needed header by Vijay Pai · 6 years ago
  47. 5dd3226 Switch C++ sync server to use gpr_thd rather than std::thread and provide resource exhaustion mechanism by Vijay Pai · 7 years ago
  48. 8cf1470 Revert "Revert "All instances of exec_ctx being passed around in src/core removed"" by Yash Tibrewal · 7 years ago
  49. ad4d2dd Revert "All instances of exec_ctx being passed around in src/core removed" by Yash Tibrewal · 7 years ago
  50. 36522e9 Merge master after no Extern C changes by Yash Tibrewal · 7 years ago
  51. 10f2790 Merge branch 'master' into execctx by Yash Tibrewal · 7 years ago
  52. c354269 Remove _ prefixed variable names by Yash Tibrewal · 7 years ago
  53. aa358d5 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  54. 14e96f9 Bump 1.8.0-dev to 1.9.0-dev by Mehrdad Afshari · 7 years ago
  55. 61c4d6b Fix stats by ncteisen · 7 years ago
  56. adbfbd5 Remove all extern C by ncteisen · 7 years ago
  57. 177039b Merge master by Yash Tibrewal · 7 years ago
  58. 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
  59. 75122c2 Address some PR comments by Yash Tibrewal · 7 years ago
  60. be98d24 clang-format after nullptr changes by Craig Tiller · 7 years ago
  61. 4ac2b8e Enable clang-tidy as a sanity check, fix up all known failures by Craig Tiller · 7 years ago
  62. 4e9265c Merge with master by Yash Tibrewal · 7 years ago
  63. 9ad6068 Merge pull request #13199 from ncteisen/zero-copy by Noah Eisen · 7 years ago
  64. f97d2f5 Add init/shutdown to codegen interface by ncteisen · 7 years ago
  65. baa14a9 Update clang-format to 5.0 by Craig Tiller · 7 years ago
  66. 0237262 Refactor SerializationTraits by ncteisen · 7 years ago
  67. b16df75 Update with internal C++ interfaces by Yuchen Zeng · 7 years ago
  68. 6a48dc5 Remove c++ channel connectivity watcher by Yuchen Zeng · 7 years ago
  69. 7a64885 Adopt the static factory pattern (#10) by Vijay Pai · 7 years ago
  70. 06e174a Separate public and internal C++ interfaces by Vijay Pai · 7 years ago
  71. 903981a Catch out of order error code by yang-g · 7 years ago
  72. 42bd87e Adds gRPC Experimental CQ DoThenAsyncNext lambda API by Ken Payson · 7 years ago
  73. 0ee7574 Removing instances of exec_ctx being passed around in functions in by Yash Tibrewal · 7 years ago
  74. 53cec0f Update create_channel.cc by Vijay Pai · 7 years ago
  75. 1f42fae Fix initialization bug in channel creation by Krasimir Georgiev · 7 years ago
  76. a19a073 Workaround bug for a moment by Craig Tiller · 7 years ago
  77. 9887379 Update version to 1.8.0-dev, update g word to 'generous' by murgatroid99 · 7 years ago
  78. 520cc8f Fix ClangTidy by ncteisen · 7 years ago
  79. ede8ed2 Merge pull request #12374 from markdroth/plugin_credentials_api_fix by Mark D. Roth · 7 years ago
  80. cfd20c4 Add CompositeCallCredentials by yang-g · 7 years ago
  81. 6456e49 Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix by Mark D. Roth · 7 years ago
  82. 61b26f9 Code review changes. by Mark D. Roth · 7 years ago
  83. fe40815 Readd grpclb fallback by Juanli Shen · 7 years ago
  84. b4c01f9 Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix by Mark D. Roth · 7 years ago
  85. 2046d0b Add unary call mode to GenericStub to allow generic RPC with 1 CQ trip by Vijay Pai · 7 years ago
  86. a44cffa Base the new SerializationTraits API on implicit type conversion rather than SFINAE by Vijay Pai · 7 years ago
  87. efce6e1 Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer"" by Vijay Pai · 7 years ago
  88. 9eb8672 Removing deprecated string to char * conversions by Yash Tibrewal · 7 years ago
  89. 4b047a3 Construction of streams shouldn't require triggering async ops by Vijay Pai · 7 years ago
  90. 01e83b5 Revert "Add fallback (use backends from resolver if can't reach balancer) to grpclb." by Ken Payson · 7 years ago
  91. aba0a0a Add fallback (use backends from resolver if can't reach balancer) to grpclb. by Juanli Shen · 7 years ago
  92. 0aee498 Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix by Mark D. Roth · 7 years ago
  93. 9e3af38 Merge github.com:grpc/grpc into stats_histo by Craig Tiller · 7 years ago
  94. 8941f60 Merge pull request #12369 from markdroth/call_combiner by Mark D. Roth · 7 years ago
  95. b6ef6e9 Merge pull request #12080 from y-zeng/connectivity by Yuchen Zeng · 7 years ago
  96. 1ff6ee1 clang-format by Mark D. Roth · 7 years ago
  97. 3749a6d Merge github.com:grpc/grpc into stats_histo by Craig Tiller · 7 years ago
  98. 5314616 Merge pull request #12341 from yang-g/extern by Yang Gao · 7 years ago
  99. d3cbd72 Make grpc_call_log_batch take const char* by yang-g · 7 years ago
  100. 26b0a34 Address review comments by Yuchen Zeng · 7 years ago