1. 9e6511a Make the core callback interface API so that it can be used in generated code by Vijay Pai · 6 years ago
  2. f6e7b77 Merge pull request #16655 from vjpai/callback_tidy by Vijay Pai · 6 years ago
  3. 46429a2 Merge pull request #16624 from vjpai/callback_alarms by Vijay Pai · 6 years ago
  4. deb3126 Fix clang-tidy concerns by Vijay Pai · 6 years ago
  5. 73d89a6 Catch exceptions in user callbacks by Vijay Pai · 6 years ago
  6. db01bf7 Add callback-based alarms by Vijay Pai · 6 years ago
  7. 20778b0 Address reviewer comments by Vijay Pai · 6 years ago
  8. 5474e92 Allocate using call arenas by Vijay Pai · 6 years ago
  9. 6b6bdbb Address reviewer and clang-tidy comments by Vijay Pai · 6 years ago
  10. 8bf5253 Provide a generic client-side unary callback API by Vijay Pai · 6 years ago
  11. 8ceb27a Regenerate projects by Juanli Shen · 6 years ago
  12. b840d5e Revert "Add more filter priority levels" by Yang Gao · 6 years ago
  13. f63b51b Merge branch 'master' into rq-threads-2 by Sree Kuchibhotla · 6 years ago
  14. bdd13cb Revert "Revert "Restrict the number of threads in C++ sync server"" by Sree Kuchibhotla · 6 years ago
  15. d6ef707 Add more filter priority levels by yang-g · 6 years ago
  16. bea98c3 Revert "Restrict the number of threads in C++ sync server" by Nicolas Noble · 6 years ago
  17. 404d4f3 Merge branch 'master' into rq-threads by Sree Kuchibhotla · 6 years ago
  18. 8c9af74 Regenerate projects by Srini Polavarapu · 6 years ago
  19. 67bb4e3 Initial scaffolding by Sree Kuchibhotla · 6 years ago
  20. f5f1d57 Add load reporting filter by Juanli Shen · 6 years ago
  21. c79c156 Regenrate projects by Srini Polavarapu · 6 years ago
  22. 2d43a45 Regenerate projects by Mehrdad Afshari · 6 years ago
  23. cf5b266 Make GrpcProtoBufferReaderWriter public by ncteisen · 7 years ago
  24. 90cfc8e Regenerate projects by Mehrdad Afshari · 6 years ago
  25. 3d8b32d Convert byte_stream API to C++. by Mark D. Roth · 7 years ago
  26. 7fed69b Use static_cast rather than reinterpret_cast whenever possible by Vijay Pai · 7 years ago
  27. 9073ea0 Regenerate projects by Mehrdad Afshari · 7 years ago
  28. 9614395 Fix grpc++->grpcpp leftover files by Muxi Yan · 7 years ago
  29. 0e00c43 Move headers from grpc++ to grpcpp by Muxi Yan · 7 years ago
  30. 4d20a66 Run clang fmt by Noah Eisen · 7 years ago
  31. be82e64 Autofix c casts to c++ casts by Noah Eisen · 7 years ago
  32. fe75ef5 clang-format by Vijay Pai · 7 years ago
  33. e1e7042 Restructure to simplify, harden, and avoid forward declaration by Vijay Pai · 7 years ago
  34. 2b226ad Remove alarm from core, implement in C++ layer only by Vijay Pai · 7 years ago
  35. 4388404 Regenerate projects by Mehrdad Afshari · 7 years ago
  36. 8cf1470 Revert "Revert "All instances of exec_ctx being passed around in src/core removed"" by Yash Tibrewal · 7 years ago
  37. ad4d2dd Revert "All instances of exec_ctx being passed around in src/core removed" by Yash Tibrewal · 7 years ago
  38. 36522e9 Merge master after no Extern C changes by Yash Tibrewal · 7 years ago
  39. 10f2790 Merge branch 'master' into execctx by Yash Tibrewal · 7 years ago
  40. c354269 Remove _ prefixed variable names by Yash Tibrewal · 7 years ago
  41. aa358d5 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  42. 14e96f9 Bump 1.8.0-dev to 1.9.0-dev by Mehrdad Afshari · 7 years ago
  43. adbfbd5 Remove all extern C by ncteisen · 7 years ago
  44. 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
  45. 75122c2 Address some PR comments by Yash Tibrewal · 7 years ago
  46. 4e9265c Merge with master by Yash Tibrewal · 7 years ago
  47. 9ad6068 Merge pull request #13199 from ncteisen/zero-copy by Noah Eisen · 7 years ago
  48. f97d2f5 Add init/shutdown to codegen interface by ncteisen · 7 years ago
  49. baa14a9 Update clang-format to 5.0 by Craig Tiller · 7 years ago
  50. 0237262 Refactor SerializationTraits by ncteisen · 7 years ago
  51. 06e174a Separate public and internal C++ interfaces by Vijay Pai · 7 years ago
  52. 42bd87e Adds gRPC Experimental CQ DoThenAsyncNext lambda API by Ken Payson · 7 years ago
  53. 0ee7574 Removing instances of exec_ctx being passed around in functions in by Yash Tibrewal · 7 years ago
  54. 9887379 Update version to 1.8.0-dev, update g word to 'generous' by murgatroid99 · 7 years ago
  55. fe40815 Readd grpclb fallback by Juanli Shen · 7 years ago
  56. 01e83b5 Revert "Add fallback (use backends from resolver if can't reach balancer) to grpclb." by Ken Payson · 7 years ago
  57. aba0a0a Add fallback (use backends from resolver if can't reach balancer) to grpclb. by Juanli Shen · 7 years ago
  58. 764cf04 Revert "Revert "Implement call combiner"" by Mark D. Roth · 7 years ago
  59. 451b92a Merge pull request #12306 from kpayson64/ref_counting_slices by kpayson64 · 7 years ago
  60. 8d51e8d Merge pull request #12331 from markdroth/c++_filter_api_fix by Mark D. Roth · 7 years ago
  61. 4754398 Clang_format by Ken Payson · 7 years ago
  62. 196fa2e Add recv_message() method to TransportStreamOpBatch class. by Mark D. Roth · 7 years ago
  63. dce6fc6 Add missing extern C by yang-g · 7 years ago
  64. bf19961 Revert "Implement call combiner" by Mark D. Roth · 7 years ago
  65. 567e0f1 Have write ops take ownership over slices by Ken Payson · 7 years ago
  66. 76e264b Implement call combiner. by Mark D. Roth · 7 years ago
  67. 713597f Master version bump to 1.7.x by David Garcia Quintas · 7 years ago
  68. 6abd200 Revert "Separate internal-only and public parts of C++ API" by Vijay Pai · 7 years ago
  69. 0696611 Do not return calls on server when request proto fails to deserialize. by Mark D. Roth · 7 years ago
  70. c0baec6 Internalize structs and methods meant for being exposed through codegen by Vijay Pai · 7 years ago
  71. cc4ef59 Improvements to C++ filter API: by Mark D. Roth · 7 years ago
  72. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  73. aebcdbd master bumped to 1.5.x by David Garcia Quintas · 7 years ago
  74. fde16af Merge branch 'master' of https://github.com/grpc/grpc into serialization-refactor by ncteisen · 7 years ago
  75. cc7e17b Merge branch 'master' of https://github.com/grpc/grpc into serialization-refactor by ncteisen · 7 years ago
  76. 59db187 Merge branch 'tsan-c++' into hybrid by Craig Tiller · 7 years ago
  77. e107b0d Add to codegen interface, refactor proto serialization by ncteisen · 7 years ago
  78. c3666d7 Merge github.com:grpc/grpc into hybrid by Craig Tiller · 7 years ago
  79. 2c6f637 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  80. 0e5fa9e Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  81. 9e1acc0 master to 1.4.0-dev by David Garcia Quintas · 7 years ago
  82. 75bfb97 Finish hybrid server stuff, ensure it gets tested by Craig Tiller · 7 years ago
  83. a6ff103 Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  84. fa416cb Dont break codegen barrier by Craig Tiller · 7 years ago
  85. 41f46ab Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  86. bbcf378 Merge pull request #10457 from ctiller/fixmsan by Craig Tiller · 7 years ago
  87. 5de4656 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  88. be094fc Fix compile by Craig Tiller · 7 years ago
  89. 7a8232d review feedback by Craig Tiller · 7 years ago
  90. f854f2a Merge github.com:grpc/grpc into new_transport_op by Craig Tiller · 7 years ago
  91. c1a32fa Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  92. 5f95f1a Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  93. 9c54a0c Merge pull request #10382 from ctiller/checks by Craig Tiller · 7 years ago
  94. a0f3abd Review feedback: bikeshedding round by Craig Tiller · 7 years ago
  95. 84a2ac8 Merge github.com:grpc/grpc into new_transport_op by Craig Tiller · 7 years ago
  96. 66051c6 Async end2end test passes by Craig Tiller · 7 years ago
  97. e04906d Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  98. 29b527f Reinstate one check, fix fall out by Craig Tiller · 7 years ago
  99. 5c0ef36 Add comment by Sree Kuchibhotla · 7 years ago
  100. ef8e002 Do not call grpc_init() for per-call-completion-queues created by a C++ by Sree Kuchibhotla · 7 years ago