1. 5291023 Merge github.com:grpc/grpc into flowctl+millis by Craig Tiller · 7 years ago
  2. 37fdb73 More build errors by Yash Tibrewal · 7 years ago
  3. d8b84a2 Removing few more build errors by Yash Tibrewal · 7 years ago
  4. 4a91bf4 Fixing build.yaml. More pointer conversions and changes required by other builds by Yash Tibrewal · 7 years ago
  5. 8306284 Changes for C to C++. Adding extern C to header files for compatibility. by Yash Tibrewal · 7 years ago[Renamed from src/core/lib/surface/call.c]
  6. 1c9b584 Changes for C to C++. Adding extern C to header files for compatibility. by Yash Tibrewal · 7 years ago
  7. 81e476e Merge pull request #12624 from yashykt/ctocc6 by Yash Tibrewal · 7 years ago
  8. 1ed11b7 Merge github.com:grpc/grpc into pollset_kick_stats by Craig Tiller · 7 years ago
  9. 533d118 Removing designated initializers, implicit string literal to char * by Yash Tibrewal · 7 years ago
  10. adbcec4 Merge github.com:grpc/grpc into pollset_kick_stats by Craig Tiller · 7 years ago
  11. 9eb8672 Removing deprecated string to char * conversions by Yash Tibrewal · 7 years ago
  12. b2a54ac Reverting suffixes and changing field names instead by Yash Tibrewal · 7 years ago
  13. b98f045 Merge github.com:grpc/grpc into pollset_kick_stats by Craig Tiller · 7 years ago
  14. 090aca5 Using already type casted variables by Yash Tibrewal · 7 years ago
  15. 52778c4 Adding pointer conversions. Renaming a few variables and type names to avoid C++ compilation issues by Yash Tibrewal · 7 years ago
  16. 4aac9a6 Merge github.com:grpc/grpc into pollset_kick_stats by Craig Tiller · 7 years ago
  17. ca3c1c0 More explicit pointer type conversion by Yash Tibrewal · 7 years ago
  18. 56969c2 Merge github.com:grpc/grpc into pollset_kick_stats by Craig Tiller · 7 years ago
  19. 180c6b1 Reset cancellation closure when unreffing the call to avoid race conditions. by Mark D. Roth · 7 years ago
  20. 0ff222a Add pollset_kick stats by Craig Tiller · 7 years ago
  21. 764cf04 Revert "Revert "Implement call combiner"" by Mark D. Roth · 7 years ago
  22. ccad382 Merge github.com:grpc/grpc into stats by Craig Tiller · 7 years ago
  23. bf19961 Revert "Implement call combiner" by Mark D. Roth · 7 years ago
  24. 03c908f Merge github.com:grpc/grpc into stats by Craig Tiller · 7 years ago
  25. 12bc68e Merge pull request #12137 from y-zeng/call_atm by Yuchen Zeng · 7 years ago
  26. 6eb505b Add explanation for recv_state by Yuchen Zeng · 7 years ago
  27. 76e264b Implement call combiner. by Mark D. Roth · 7 years ago
  28. e40e259 Add more comments for the atomic operations by Yuchen Zeng · 7 years ago
  29. 0ce19a2 Use atm load instead of atm cas by Yuchen Zeng · 7 years ago
  30. 04b5803 Fix comment format by Muxi Yan · 7 years ago
  31. 370051b Simplify bctlp atomic operations by Yuchen Zeng · 7 years ago
  32. 873bb70 Fix data race in call.c by Yuchen Zeng · 7 years ago
  33. 69b8fe0 Merge branch 'master' into stream_compression_config by Muxi Yan · 7 years ago
  34. c073e43 Merge pull request #12008 from ncteisen/fuzz-direct-leak-in-malloc by Noah Eisen · 7 years ago
  35. b667f12 Merge pull request #11979 from apolcyn/ensure_cancel_with_status_memory_api by apolcyn · 7 years ago
  36. e6432bf Fix leak if duplicated static md by Noah Eisen · 7 years ago
  37. 088e85c add comment and test for memory api of grpc_call_cancel_with_status by Alexander Polcyn · 7 years ago
  38. 7d6b914 Change return type to bool by yang-g · 7 years ago
  39. 0eaf7de Allow adding events to cq after shutdown is called. by yang-g · 7 years ago
  40. 0603895 Merge remote-tracking branch 'upstream/master' into stream_compression_config by Muxi Yan · 7 years ago
  41. df174cc bug fix by Muxi Yan · 7 years ago
  42. 68a0fd5 Separate stream compression from message-wise compression by Muxi Yan · 7 years ago
  43. c97fc14 Revert "Stream compression configuration" by Muxi Yan · 7 years ago
  44. 2808668 Add a simple stats framework to gRPC C core by Craig Tiller · 7 years ago
  45. 7712c7c clang format by ncteisen · 7 years ago
  46. 06bce6e Tracers know their name by ncteisen · 7 years ago
  47. a4dc077 Stream compression configuration by Muxi Yan · 7 years ago
  48. 07c016b Merge github.com:grpc/grpc into hps by Craig Tiller · 7 years ago
  49. 2024353 Merge pull request #11499 from markdroth/trailers_only by Mark D. Roth · 7 years ago
  50. bd3b93b Add support for Trailers-Only responses. by Mark D. Roth · 7 years ago
  51. 9c43fc0 Add refcount tracers for resolver, lb_policy, stream by ncteisen · 7 years ago
  52. 969b46e Add rich closure debug mode by ncteisen · 7 years ago
  53. 274bbbe Add rich closure debug mode by ncteisen · 7 years ago
  54. b3899fd Merge github.com:grpc/grpc into ALL-the-things by Craig Tiller · 7 years ago
  55. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  56. 095a220 Stop setting deadline on server requests, assert so that this never happens again by Craig Tiller · 7 years ago
  57. ee4b145 Remove workqueue, covered_by_poller as concepts, get Mac build up by Craig Tiller · 7 years ago
  58. eda29c6 Merge branch 'epex4' into uberpoll by Craig Tiller · 7 years ago
  59. 3b65436 Add initializers for all tracers by Craig Tiller · 7 years ago
  60. 84f75d4 Fix ASAN/TSAN failures by Craig Tiller · 7 years ago
  61. 1fb0c39 Merge github.com:grpc/grpc into epex4 by Craig Tiller · 7 years ago
  62. 576e546 Changes required to make build possible: create separate grpc++_base{,_unsecure}, move grpc_compression_trace definition, and remove an assertion about library initialization from server by Vijay Pai · 7 years ago
  63. 3df4584 Merge github.com:grpc/grpc into epex4 by Craig Tiller · 7 years ago
  64. a4894fc Merge pull request #10182 from ctiller/cpparena by Craig Tiller · 7 years ago
  65. 7bc14b5 Merge github.com:grpc/grpc into epex4 by Craig Tiller · 7 years ago
  66. bea92ba Fix bins/opt/end2end_test --gtest_filter=ProxyEnd2end/ProxyEnd2endTest.RpcDeadlineExpires/1 GRPC_POLL_STRATEGY=poll by Craig Tiller · 7 years ago
  67. cac4e17 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  68. f840110 Fixup tests by Craig Tiller · 7 years ago
  69. 2c6f637 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  70. 29723ee Revert "Revert "Implement lazy deframe"" by Muxi Yan · 7 years ago
  71. c71e6a6 Revert "Implement lazy deframe" by Craig Tiller · 7 years ago
  72. b3d308b Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  73. c20fa90 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  74. 2c01070 Work with error refs by Muxi Yan · 7 years ago
  75. 3a0b847 Merge remote-tracking branch 'upstream/master' into lazy-deframe by Muxi Yan · 7 years ago
  76. 9fd9a44 Fix nullptr deref by Craig Tiller · 7 years ago
  77. 41f46ab Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  78. 769b7c3 Bug fix by Muxi Yan · 7 years ago
  79. 2a4731e More merging fixes and asan fix by Muxi Yan · 7 years ago
  80. 5de4656 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  81. b3cec5d Merge remote-tracking branch 'upstream/master' into lazy-deframe by Muxi Yan · 7 years ago
  82. 61666f5 Merge branch 'lazy-batches' into lazy-parent by Craig Tiller · 7 years ago
  83. 0df90f0 Merge github.com:grpc/grpc into lazy-batches by Craig Tiller · 7 years ago
  84. 7a8232d review feedback by Craig Tiller · 7 years ago
  85. 0fa217d clang-format by Muxi Yan · 7 years ago
  86. a0f3abd Review feedback: bikeshedding round by Craig Tiller · 7 years ago
  87. e198b71 Review feedback round #1 by Craig Tiller · 7 years ago
  88. ac39957 Polished with better thread safety by Muxi Yan · 7 years ago
  89. dd36b15 Call ref/unref, bugfixes by Craig Tiller · 7 years ago
  90. 547631e Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  91. 75b6908 Merge github.com:grpc/grpc into new_transport_op by Craig Tiller · 7 years ago
  92. 6544a2d Merge pull request #10353 from yang-g/lost_child by Yang Gao · 7 years ago
  93. 6696894 Merge branch 'lazy-batches' into lazy-parent by Craig Tiller · 7 years ago
  94. 1c10a7b Lazily track parenting by Craig Tiller · 7 years ago
  95. b58de72 Lazily allocate batch control objects by Craig Tiller · 7 years ago
  96. 220861e Merge github.com:grpc/grpc into new_transport_op by Craig Tiller · 7 years ago
  97. aab6992 Remove call from sibling list when it is not first child. by yang-g · 7 years ago
  98. eb2b115 Fix error slice bug by ncteisen · 7 years ago
  99. b6090a6 Merge github.com:grpc/grpc into new_transport_op by Craig Tiller · 7 years ago
  100. c732abb Merge remote-tracking branch 'upstream/master' into lazy-deframe by Muxi Yan · 7 years ago