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