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