1. 611e7e7 Reintroduce a lambda capture as part of C++11-izing code by Vijay Pai · 7 years ago
  2. 97106a7 Removed 3rd party dep on thrift by David Garcia Quintas · 7 years ago
  3. 017b452 Use larger block size in proto write by Craig Tiller · 7 years ago
  4. c090c61 Merge pull request #10644 from MakMukhi/master by MakMukhi · 7 years ago
  5. 50f7e1a Merge github.com:grpc/grpc into hybrid by Craig Tiller · 8 years ago
  6. f5a1b75 Merge pull request #10761 from ctiller/ubsan by Craig Tiller · 8 years ago
  7. 59db187 Merge branch 'tsan-c++' into hybrid by Craig Tiller · 8 years ago
  8. 56bbe02 Fix ubsan reported failure by Craig Tiller · 8 years ago
  9. 06a30ee Merge github.com:grpc/grpc into cpparena by Craig Tiller · 8 years ago
  10. c63a119 Merge pull request #10682 from yang-g/status_helper by Yang Gao · 8 years ago
  11. 3588248 Merge github.com:grpc/grpc into hybrid by Craig Tiller · 8 years ago
  12. 827b061 clang-format by Craig Tiller · 8 years ago
  13. ea07b60 Post-review update by Mahak Mukhi · 8 years ago
  14. cac4e17 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 8 years ago
  15. a12c065 Merge github.com:grpc/grpc into hybrid by Craig Tiller · 8 years ago
  16. 991c101 Initial thread manager fixes by Craig Tiller · 8 years ago
  17. 6bc7016 Remove status_helper as it is not needed any more by yang-g · 8 years ago
  18. c5fc2b7 Merge pull request #10663 from yang-g/globalcallback by Yang Gao · 8 years ago
  19. c5eee16 more sanity fixes by Mahak Mukhi · 8 years ago
  20. c3666d7 Merge github.com:grpc/grpc into hybrid by Craig Tiller · 8 years ago
  21. 2c6f637 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 8 years ago
  22. eafeea4 Update ServerGlobalCallback::AddPort api by yang-g · 8 years ago
  23. 9575627 Merge pull request #10583 from ctiller/server_start by Craig Tiller · 8 years ago
  24. b32e89e added todo by Mahak Mukhi · 8 years ago
  25. 2814b51 formatting by Mahak Mukhi · 8 years ago
  26. bcf0eb6 Merge branch 'master' of github.com:grpc/grpc by Mahak Mukhi · 8 years ago
  27. a103f7b update comments by Craig Tiller · 8 years ago
  28. 57e6485 Merge github.com:grpc/grpc into hybrid by Craig Tiller · 8 years ago
  29. aa5a928 Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 8 years ago
  30. e536eeb Added tests for uni-directional streaming RPCs. by Mahak Mukhi · 8 years ago
  31. 31d92d4 Initial commit: Auto-generate GMOCK code for client stub. by Mahak Mukhi · 8 years ago
  32. c20fa90 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 8 years ago
  33. 75bfb97 Finish hybrid server stuff, ensure it gets tested by Craig Tiller · 8 years ago
  34. 334c467 Start building out C++ interface by Craig Tiller · 8 years ago
  35. eceec8e Add helper function to supply and parse error_details from Status. by yang-g · 8 years ago
  36. 9d9313c Threading robustness by Craig Tiller · 8 years ago
  37. f2b949b Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 8 years ago
  38. f4c8add support C++ error_details by yang-g · 8 years ago
  39. a6ff103 Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 8 years ago
  40. d4e9a48 Convert all async client stream types to not allocate by Craig Tiller · 8 years ago
  41. fa416cb Dont break codegen barrier by Craig Tiller · 8 years ago
  42. 41f46ab Merge github.com:grpc/grpc into cpparena by Craig Tiller · 8 years ago
  43. be094fc Fix compile by Craig Tiller · 8 years ago
  44. e3b5921 Potential msan fix by Craig Tiller · 8 years ago
  45. 3f182df Fix C asan error and check_sources_and_headers.py by Sree Kuchibhotla · 8 years ago
  46. c1a32fa Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 8 years ago
  47. fa71f6f Fix ASAN failure by Sree Kuchibhotla · 8 years ago
  48. 5f95f1a Merge github.com:grpc/grpc into cpparena by Craig Tiller · 8 years ago
  49. d510fcf Add ports to global server callback. by yang-g · 8 years ago
  50. 66051c6 Async end2end test passes by Craig Tiller · 8 years ago
  51. dd36b15 Call ref/unref, bugfixes by Craig Tiller · 8 years ago
  52. 547631e Merge github.com:grpc/grpc into cpparena by Craig Tiller · 8 years ago
  53. d58e74e Merge pull request #10381 from dgquintas/remove_lr_from_server_context by David G. Quintas · 8 years ago
  54. e04906d Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 8 years ago
  55. 55c895a Removed wrong LR include from codegen by David Garcia Quintas · 8 years ago
  56. ef8e002 Do not call grpc_init() for per-call-completion-queues created by a C++ by Sree Kuchibhotla · 8 years ago
  57. 2c614a7 clang by Sree Kuchibhotla · 8 years ago
  58. 14ab588 Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 8 years ago
  59. 978c34f Merge branch 'master' into stream_corked_pr by Yuxuan Li · 8 years ago
  60. e5ddd4b change EnsureInitialMetadataSent to use template by Yuxuan Li · 8 years ago
  61. 74f419f undo prev change by Sree Kuchibhotla · 8 years ago
  62. 057230b Minor bug by Sree Kuchibhotla · 8 years ago
  63. 5bec133 clang format by Sree Kuchibhotla · 8 years ago
  64. 12081c0 Merge branch 'cq_create_api_changes' into cq_create_api_changes_with_factory by Sree Kuchibhotla · 8 years ago
  65. e414d6c Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 8 years ago
  66. f2c3215 Update C++ code by Sree Kuchibhotla · 8 years ago
  67. 36c3707 Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 8 years ago
  68. 60a4190 Remove delete assertion on base class and change to full fetch-add by Vijay Pai · 8 years ago
  69. 18f09a0 Add benchmark suite for chttp2 by Craig Tiller · 8 years ago
  70. 8d00f52 fix EnsureInitialMetadataSent type casting by Yuxuan Li · 8 years ago
  71. 0574b58 merge master and fix conflict on bm_fullstack by Yuxuan Li · 8 years ago
  72. b39eeac merge init_ops, writes_done_ops and write_ops by Yuxuan Li · 8 years ago
  73. 379be59 Pour one out for shared ptr by Vijay Pai · 8 years ago
  74. 40a947e Merge pull request #9889 from y-zeng/channel_arg by Yuchen Zeng · 8 years ago
  75. 5845091 [EXPERIMENTAL] allocate unary response writer against call arena by Craig Tiller · 8 years ago
  76. 0aac9d0 change last_message bit to be in C++ layer only by Yuxuan Li · 8 years ago
  77. bdc76ab bug fix by Yuxuan Li · 8 years ago
  78. 34894e4 Implemented stream coalescing design by Yuxuan Li · 8 years ago
  79. 4751c28 Add channel arguments to server builder by Craig Tiller · 8 years ago
  80. 1dbd981 Prefix grpc_cq_polling_type enums with GRPC_CQ_ by Sree Kuchibhotla · 8 years ago
  81. 9f71b17 Fix clang formatting issues by Sree Kuchibhotla · 8 years ago
  82. 982a6f2 C++ code changes in response to grpc_completion_queue_create() API change by Sree Kuchibhotla · 8 years ago
  83. 77532e8 Destroy pointer args when destructing a ChannelArguments by Yuchen Zeng · 8 years ago
  84. c42d844 Let ServerContext own the initial_metadata array for sync calls by yang-g · 8 years ago
  85. 55c6ebf Merge branch 'master' into health by yang-g · 8 years ago
  86. f07ed45 Restore the NextMessageSize for streamed calls by yang-g · 8 years ago
  87. fafe995 comments by David Garcia Quintas · 8 years ago
  88. f31f096 Use call context to propagare LR costs by David Garcia Quintas · 8 years ago
  89. f0ef224 Merge pull request #9629 from yang-g/qqq by Yang Gao · 8 years ago
  90. 076bac0 Remove async by yang-g · 8 years ago
  91. f2fe4f7 Add a PreServerStart in global server callbacks by yang-g · 8 years ago
  92. 5f3cfe9 Fix read from uninitialized memory bug in GrpcBufferWriter. by Harvey Tuch · 8 years ago
  93. edcde05 Merge remote-tracking branch 'upstream/master' into health by yang-g · 8 years ago
  94. 68bb6a8 Merge github.com:grpc/grpc into rollfwd by Craig Tiller · 8 years ago
  95. 4edd567 Merge github.com:grpc/grpc into maxmsgsz by Craig Tiller · 8 years ago
  96. a719802 merge with head by yang-g · 8 years ago
  97. afceb2e Merge github.com:grpc/grpc into rollfwd by Craig Tiller · 8 years ago
  98. 448c1f0 Move parameters for all grpc_op types into their own sub-structs. by Mark D. Roth · 8 years ago
  99. 7c70b6c Revert "Revert "Metadata handling rewrite"" by Craig Tiller · 8 years ago
  100. 5e01e2a Revert "Metadata handling rewrite" by Craig Tiller · 8 years ago