1. eceec8e Add helper function to supply and parse error_details from Status. by yang-g · 7 years ago
  2. f4c8add support C++ error_details by yang-g · 7 years ago
  3. be094fc Fix compile by Craig Tiller · 7 years ago
  4. e3b5921 Potential msan fix by Craig Tiller · 7 years ago
  5. d58e74e Merge pull request #10381 from dgquintas/remove_lr_from_server_context by David G. Quintas · 7 years ago
  6. 55c895a Removed wrong LR include from codegen by David Garcia Quintas · 7 years ago
  7. ef8e002 Do not call grpc_init() for per-call-completion-queues created by a C++ by Sree Kuchibhotla · 7 years ago
  8. e5ddd4b change EnsureInitialMetadataSent to use template by Yuxuan Li · 7 years ago
  9. 8d00f52 fix EnsureInitialMetadataSent type casting by Yuxuan Li · 7 years ago
  10. 0574b58 merge master and fix conflict on bm_fullstack by Yuxuan Li · 7 years ago
  11. b39eeac merge init_ops, writes_done_ops and write_ops by Yuxuan Li · 7 years ago
  12. 0aac9d0 change last_message bit to be in C++ layer only by Yuxuan Li · 7 years ago
  13. bdc76ab bug fix by Yuxuan Li · 7 years ago
  14. 34894e4 Implemented stream coalescing design by Yuxuan Li · 7 years ago
  15. 4751c28 Add channel arguments to server builder by Craig Tiller · 8 years ago
  16. c42d844 Let ServerContext own the initial_metadata array for sync calls by yang-g · 7 years ago
  17. f07ed45 Restore the NextMessageSize for streamed calls by yang-g · 7 years ago
  18. f31f096 Use call context to propagare LR costs by David Garcia Quintas · 7 years ago
  19. 5f3cfe9 Fix read from uninitialized memory bug in GrpcBufferWriter. by Harvey Tuch · 8 years ago
  20. 68bb6a8 Merge github.com:grpc/grpc into rollfwd by Craig Tiller · 8 years ago
  21. 4edd567 Merge github.com:grpc/grpc into maxmsgsz by Craig Tiller · 8 years ago
  22. afceb2e Merge github.com:grpc/grpc into rollfwd by Craig Tiller · 8 years ago
  23. 448c1f0 Move parameters for all grpc_op types into their own sub-structs. by Mark D. Roth · 8 years ago
  24. 7c70b6c Revert "Revert "Metadata handling rewrite"" by Craig Tiller · 8 years ago
  25. 5e01e2a Revert "Metadata handling rewrite" by Craig Tiller · 8 years ago
  26. da9de89 Merge github.com:grpc/grpc into maxmsgsz by Craig Tiller · 8 years ago
  27. b7b7486 Merge github.com:grpc/grpc into metadata_filter by Craig Tiller · 8 years ago
  28. 1d77059 Fix integer overflow by Craig Tiller · 8 years ago
  29. 3cdee02 Merge branch 'master' into its_compat by Vijay Pai · 8 years ago
  30. 62f28bf Remove double-checking of max-message-size in C++ layers by Craig Tiller · 8 years ago
  31. 81eceb3 Remove bogus assert by Craig Tiller · 8 years ago
  32. 0d8e0b1 Merge github.com:grpc/grpc into fix_errors by Craig Tiller · 8 years ago
  33. e519a03 Small improvements to generated documentation by Craig Tiller · 8 years ago
  34. 0e3f1f1 Support compat with old generated PB files by Vijay Pai · 8 years ago
  35. 78bc54e Fix stack corruption by Craig Tiller · 8 years ago
  36. cadabdf Fix include guards by Craig Tiller · 8 years ago
  37. f658bf0 Start resolving memory issues in C++ metadata by Craig Tiller · 8 years ago
  38. 385dd9a Merge branch 'slice_interning' into metadata_filter by Craig Tiller · 8 years ago
  39. 6510d47 gpr_atm isn't automatically initialized to 0. Thanks Obama. by Vijay Pai · 8 years ago
  40. bf24dd9 clang-format by Vijay Pai · 8 years ago
  41. cbe1599 Track requests that could cause other requests to be created, and don't do by Vijay Pai · 8 years ago
  42. 73ee7dc C++ compiles by Craig Tiller · 8 years ago
  43. cca7589 Start moving C++ to slice interfaces by Craig Tiller · 8 years ago
  44. b1f6bf2 Merge pull request #8086 from y-zeng/fix_gprc by Yuchen Zeng · 8 years ago
  45. 32df467 Merge github.com:grpc/grpc into grpc_slice by Craig Tiller · 8 years ago
  46. 320ed13 Deprecate grpc::thread and sync in favor of std::thread,mutex,etc by Vijay Pai · 8 years ago
  47. 5c41bab Remove references to NO_CHRONO option by Vijay Pai · 8 years ago
  48. e08fe4f Remove separate versions of code based on presence of threading in compiler by Vijay Pai · 8 years ago
  49. 713c7b8 clang-format by Vijay Pai · 8 years ago
  50. c0b2acb Use C++11 final and override by Vijay Pai · 8 years ago
  51. 80b2927 Stop supporting non-C++11 conformant compilers by Vijay Pai · 8 years ago
  52. 41fd9f2 Merge github.com:grpc/grpc into grpc_slice by Craig Tiller · 8 years ago
  53. 28b7242 clang-format by Craig Tiller · 8 years ago
  54. 5b676a6 Fix include guards by Craig Tiller · 8 years ago
  55. 618e67d s/GPR_SLICE/GRPC_SLICE/g by Craig Tiller · 8 years ago
  56. d41a4a7 s/gpr_slice/grpc_slice, and move around tests, impls by Craig Tiller · 8 years ago
  57. c5fb957 Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  58. 9243c74 Merge pull request #8365 from vjpai/fc_1dstream by Vijay Pai · 8 years ago
  59. bcc59f4 Remove a useless forward declaration by Vijay Pai · 8 years ago
  60. 556aebb Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  61. 9fa9315 Merge remote-tracking branch 'upstream/master' into fc_1dstream by Vijay Pai · 8 years ago
  62. 799832c Merge remote-tracking branch 'upstream/master' into fix_gprc by Yuchen Zeng · 8 years ago
  63. 4287998 Add a test spouse for server context by yang-g · 8 years ago
  64. 96e0311 clang-format by Vijay Pai · 8 years ago
  65. 075b18e Bug fix on failure condition by Vijay Pai · 8 years ago
  66. e4996d6 Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  67. 61536a7 Making split streaming testable by Vijay Pai · 8 years ago
  68. 22fcbf9 Merge branch 'master' into fc_1dstream by Vijay Pai · 8 years ago
  69. 33382d0 Cleanup server_cc.cc by Sree Kuchibhotla · 8 years ago
  70. db5b1cb Add all plumbing and typedef's for controlled server-side streaming by Vijay Pai · 8 years ago
  71. a40d471 Plumb through GRPC_INITIAL_METADATA_WAIT_FOR_READY_EXPLICITLY_SET. by Mark D. Roth · 8 years ago
  72. 59c9f90 Rename GRPC_INITIAL_METADATA_IGNORE_CONNECTIVITY to by Mark D. Roth · 8 years ago
  73. 9477724 Change C++ API to expose wait_for_ready instead of fail_fast. by Mark D. Roth · 8 years ago
  74. b8a8867 Merge remote-tracking branch 'upstream/master' into fix_gprc by Yuchen Zeng · 8 years ago
  75. abf03ae Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  76. 24869d5 Merge pull request #7996 from yang-g/canonical by Yang Gao · 8 years ago
  77. 66f3a4b Merge remote-tracking branch 'upstream/master' into fix_gprc by Yuchen Zeng · 8 years ago
  78. a51f541 Merge pull request #7559 from dgquintas/codegen_cleanse by Craig Tiller · 8 years ago
  79. 362ac1b Fix gprc by Yuchen Zeng · 8 years ago
  80. f5afcd9 Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  81. d558149 Add a helper to get canonical code from status by yang-g · 8 years ago
  82. 2b98b77 add cacheable option to client_context by Makarand Dharmapurikar · 8 years ago
  83. 3ad6188 Fix a few lingering references to max_message_size. by Mark D. Roth · 8 years ago
  84. 7bfa1a8 Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  85. 6980362 Allow setting max send message size via C++ ServerBuilder API. by Mark D. Roth · 8 years ago
  86. d10f177 Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  87. 8d40e08 Merge pull request #7018 from vjpai/fc_unary by kpayson64 · 8 years ago
  88. e44902e Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  89. cfa1847 Merge pull request #7918 from y-zeng/server_builder by kpayson64 · 8 years ago
  90. 410208c Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  91. 79d7d99 Merge pull request #7842 from jboeuf/security_context_extension by Mark D. Roth · 8 years ago
  92. 5c9a343 clang-format by Vijay Pai · 8 years ago
  93. 84033b1 Stick to StatusCode::INTERNAL when there's no service by Vijay Pai · 8 years ago
  94. e3817f4 Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  95. 77073ce clang-format by Vijay Pai · 8 years ago
  96. de2aec8 Merge branch 'master' into fc_unary by Vijay Pai · 8 years ago
  97. 621e2b1 Merge with newly added/modified files by David Garcia Quintas · 8 years ago
  98. d76ea83 Merge pull request #7798 from y-zeng/ServerReaderWriterInterface by kpayson64 · 8 years ago
  99. f3581bf Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  100. 11d3c8f Add ServerBuilderPlugin::UpdateChannelArguments by Yuchen Zeng · 8 years ago