1. 9575627 Merge pull request #10583 from ctiller/server_start by Craig Tiller · 8 years ago
  2. a103f7b update comments by Craig Tiller · 8 years ago
  3. aa5a928 Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 8 years ago
  4. eceec8e Add helper function to supply and parse error_details from Status. by yang-g · 8 years ago
  5. 9d9313c Threading robustness by Craig Tiller · 8 years ago
  6. f2b949b Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 8 years ago
  7. f4c8add support C++ error_details by yang-g · 8 years ago
  8. a6ff103 Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 8 years ago
  9. be094fc Fix compile by Craig Tiller · 8 years ago
  10. e3b5921 Potential msan fix by Craig Tiller · 8 years ago
  11. 3f182df Fix C asan error and check_sources_and_headers.py by Sree Kuchibhotla · 8 years ago
  12. c1a32fa Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 8 years ago
  13. fa71f6f Fix ASAN failure by Sree Kuchibhotla · 8 years ago
  14. d510fcf Add ports to global server callback. by yang-g · 8 years ago
  15. d58e74e Merge pull request #10381 from dgquintas/remove_lr_from_server_context by David G. Quintas · 8 years ago
  16. e04906d Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 8 years ago
  17. 55c895a Removed wrong LR include from codegen by David Garcia Quintas · 8 years ago
  18. ef8e002 Do not call grpc_init() for per-call-completion-queues created by a C++ by Sree Kuchibhotla · 8 years ago
  19. 2c614a7 clang by Sree Kuchibhotla · 8 years ago
  20. 14ab588 Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 8 years ago
  21. 978c34f Merge branch 'master' into stream_corked_pr by Yuxuan Li · 8 years ago
  22. e5ddd4b change EnsureInitialMetadataSent to use template by Yuxuan Li · 8 years ago
  23. 74f419f undo prev change by Sree Kuchibhotla · 8 years ago
  24. 057230b Minor bug by Sree Kuchibhotla · 8 years ago
  25. 5bec133 clang format by Sree Kuchibhotla · 8 years ago
  26. 12081c0 Merge branch 'cq_create_api_changes' into cq_create_api_changes_with_factory by Sree Kuchibhotla · 8 years ago
  27. e414d6c Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 8 years ago
  28. f2c3215 Update C++ code by Sree Kuchibhotla · 8 years ago
  29. 36c3707 Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 8 years ago
  30. 18f09a0 Add benchmark suite for chttp2 by Craig Tiller · 8 years ago
  31. 8d00f52 fix EnsureInitialMetadataSent type casting by Yuxuan Li · 8 years ago
  32. 0574b58 merge master and fix conflict on bm_fullstack by Yuxuan Li · 8 years ago
  33. b39eeac merge init_ops, writes_done_ops and write_ops by Yuxuan Li · 8 years ago
  34. 40a947e Merge pull request #9889 from y-zeng/channel_arg by Yuchen Zeng · 8 years ago
  35. 0aac9d0 change last_message bit to be in C++ layer only by Yuxuan Li · 8 years ago
  36. bdc76ab bug fix by Yuxuan Li · 8 years ago
  37. 34894e4 Implemented stream coalescing design by Yuxuan Li · 8 years ago
  38. 4751c28 Add channel arguments to server builder by Craig Tiller · 8 years ago
  39. 1dbd981 Prefix grpc_cq_polling_type enums with GRPC_CQ_ by Sree Kuchibhotla · 8 years ago
  40. 9f71b17 Fix clang formatting issues by Sree Kuchibhotla · 8 years ago
  41. 982a6f2 C++ code changes in response to grpc_completion_queue_create() API change by Sree Kuchibhotla · 8 years ago
  42. 77532e8 Destroy pointer args when destructing a ChannelArguments by Yuchen Zeng · 8 years ago
  43. c42d844 Let ServerContext own the initial_metadata array for sync calls by yang-g · 8 years ago
  44. 55c6ebf Merge branch 'master' into health by yang-g · 8 years ago
  45. f07ed45 Restore the NextMessageSize for streamed calls by yang-g · 8 years ago
  46. fafe995 comments by David Garcia Quintas · 8 years ago
  47. f31f096 Use call context to propagare LR costs by David Garcia Quintas · 8 years ago
  48. f0ef224 Merge pull request #9629 from yang-g/qqq by Yang Gao · 8 years ago
  49. 076bac0 Remove async by yang-g · 8 years ago
  50. f2fe4f7 Add a PreServerStart in global server callbacks by yang-g · 8 years ago
  51. 5f3cfe9 Fix read from uninitialized memory bug in GrpcBufferWriter. by Harvey Tuch · 8 years ago
  52. edcde05 Merge remote-tracking branch 'upstream/master' into health by yang-g · 8 years ago
  53. 68bb6a8 Merge github.com:grpc/grpc into rollfwd by Craig Tiller · 8 years ago
  54. 4edd567 Merge github.com:grpc/grpc into maxmsgsz by Craig Tiller · 8 years ago
  55. a719802 merge with head by yang-g · 8 years ago
  56. afceb2e Merge github.com:grpc/grpc into rollfwd by Craig Tiller · 8 years ago
  57. 448c1f0 Move parameters for all grpc_op types into their own sub-structs. by Mark D. Roth · 8 years ago
  58. 7c70b6c Revert "Revert "Metadata handling rewrite"" by Craig Tiller · 8 years ago
  59. 5e01e2a Revert "Metadata handling rewrite" by Craig Tiller · 8 years ago
  60. da9de89 Merge github.com:grpc/grpc into maxmsgsz by Craig Tiller · 8 years ago
  61. b7b7486 Merge github.com:grpc/grpc into metadata_filter by Craig Tiller · 8 years ago
  62. aeee09e Merge pull request #8830 from vjpai/its_compat by Vijay Pai · 8 years ago
  63. 1d77059 Fix integer overflow by Craig Tiller · 8 years ago
  64. 3cdee02 Merge branch 'master' into its_compat by Vijay Pai · 8 years ago
  65. 62f28bf Remove double-checking of max-message-size in C++ layers by Craig Tiller · 8 years ago
  66. f0e1778 Add ChannelArguments methods for setting max send/recv message size. by Mark D. Roth · 8 years ago
  67. 81eceb3 Remove bogus assert by Craig Tiller · 8 years ago
  68. 8a7a446 merge with head by yang-g · 8 years ago
  69. 0d8e0b1 Merge github.com:grpc/grpc into fix_errors by Craig Tiller · 8 years ago
  70. e519a03 Small improvements to generated documentation by Craig Tiller · 8 years ago
  71. de3b8a8 Merge branch 'master' into health by yang-g · 8 years ago
  72. 8bd6a05 remove copyright from generated files by yang-g · 8 years ago
  73. 19cc2db Merge branch 'slice_with_exec_ctx' into metadata_filter by Craig Tiller · 8 years ago
  74. 709ce70 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  75. 360f5d2 Merge pull request #9207 from ctiller/cleanup_closures by Craig Tiller · 8 years ago
  76. 17f6904 Merge branch 'slice_with_exec_ctx_and_new_closures' into metadata_filter_and_new_closures by Craig Tiller · 8 years ago
  77. 0b09341 Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closures by Craig Tiller · 8 years ago
  78. 801c6cc Fix some NULL usage by Craig Tiller · 8 years ago
  79. b90631d more cleanup by yang-g · 8 years ago
  80. 8e708b1 WIP by yang-g · 8 years ago
  81. 50993b7 async first take by yang-g · 8 years ago
  82. f56c251 clang-format by yang-g · 8 years ago
  83. 9bef074 Add test for explicit option by yang-g · 8 years ago
  84. ad32764 sync test pass by yang-g · 8 years ago
  85. c9d2954 more by yang-g · 8 years ago
  86. 8d668d8 default service by yang-g · 8 years ago
  87. 6486883 Add more files by yang-g · 8 years ago
  88. 0498124 Add files by yang-g · 8 years ago
  89. 07383e7 Revert "Revert "Reduce memory bloat (each server cq is very expensive)"" by David G. Quintas · 8 years ago
  90. 0e3f1f1 Support compat with old generated PB files by Vijay Pai · 8 years ago
  91. 18b66a0 Revert "Reduce memory bloat (each server cq is very expensive)" by Craig Tiller · 8 years ago
  92. e33daab Merge branch 'master' into reduce_cq by Sree Kuchibhotla · 8 years ago
  93. 78bc54e Fix stack corruption by Craig Tiller · 8 years ago
  94. cadabdf Fix include guards by Craig Tiller · 8 years ago
  95. f658bf0 Start resolving memory issues in C++ metadata by Craig Tiller · 8 years ago
  96. 385dd9a Merge branch 'slice_interning' into metadata_filter by Craig Tiller · 8 years ago
  97. 397bff3 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  98. 6510d47 gpr_atm isn't automatically initialized to 0. Thanks Obama. by Vijay Pai · 8 years ago
  99. bf24dd9 clang-format by Vijay Pai · 8 years ago
  100. cbe1599 Track requests that could cause other requests to be created, and don't do by Vijay Pai · 8 years ago