1. f0ec923 Merge github.com:grpc/grpc into idempotent by Craig Tiller · 8 years ago
  2. 5987c70 Punch through flags for incoming calls by Craig Tiller · 8 years ago
  3. 798b0dc Doc Fixit: src/cpp/README need more information, revised 03092016 by Yuchen Zeng · 8 years ago
  4. 341b5ab Doc Fixit: src/cpp/README need more information by Yuchen Zeng · 8 years ago
  5. edd96e4 Revert "Properly integrate async API with server-side cancellations." by Sree Kuchibhotla · 8 years ago
  6. 13ee2f2 Properly integrate async API with server-side cancellations. by Vijay Pai · 8 years ago
  7. 45add8a Merge branch 'master' of github.com:grpc/grpc into alarm_cpp by David Garcia Quintas · 8 years ago
  8. c8d34d5 Merge pull request #5287 from yang-g/global_callback_magic by Craig Tiller · 8 years ago
  9. 0160873 PR comments addressed by David Garcia Quintas · 8 years ago
  10. ef02fb9 Merge branch 'master' of github.com:grpc/grpc into alarm_cpp by David Garcia Quintas · 8 years ago
  11. 4105505 Fixed refactoring of grpc_arg pointer vtable by David Garcia Quintas · 9 years ago
  12. 10e2698 Merge branch 'master' of github.com:grpc/grpc into alarm_cpp by David Garcia Quintas · 9 years ago
  13. 5e07d76 Made Alarm's constructor a template for deadline by David Garcia Quintas · 9 years ago
  14. 3cce2ec Merge pull request #4859 from ctiller/sceq by Sree Kuchibhotla · 9 years ago
  15. ac94c43 Merge pull request #5186 from yang-g/inherit_from_grpc_library by Sree Kuchibhotla · 9 years ago
  16. eb62c94 Add a way to override channel arguments for server creation by yang-g · 9 years ago
  17. 9384dd9 add comments by yang-g · 9 years ago
  18. c0ce00f Merge github.com:grpc/grpc into sceq by Craig Tiller · 9 years ago
  19. a3c968d Merge remote-tracking branch 'upstream/master' into inherit_from_grpc_library by yang-g · 9 years ago
  20. d8e2c70 Remove a vestige by vjpai · 9 years ago
  21. fd307ef fixed_size_thread_pool : why do we even have that lever? It has been by vjpai · 9 years ago
  22. 810a13e Remove a small allocation, at the cost of a little uglier header file. by Vijay Pai · 9 years ago
  23. c41abec Sanity: clang-format and regen projects by Vijay Pai · 9 years ago
  24. 8fdafed tag fed in by user should be any arbitrary tag, not a CompletionQueueTag type by vjpai · 9 years ago
  25. 1945ae4 Fix copyright by yang-g · 9 years ago
  26. d59ad7e Provide explicit API for user to set user agent string prefix by yang-g · 9 years ago
  27. f734299 Merge github.com:grpc/grpc into sceq by Craig Tiller · 9 years ago
  28. 841c726 Merge github.com:grpc/grpc into sceq by Craig Tiller · 9 years ago
  29. 369a04a Address code review comments by Sree Kuchibhotla · 9 years ago
  30. 7fa9d6f TryCancel() on ServerContext() by Sree Kuchibhotla · 9 years ago
  31. 8c50db0 Merge github.com:grpc/grpc into sceq by Craig Tiller · 9 years ago
  32. d79ef3a Fixed wrong usage of global var by David Garcia Quintas · 9 years ago
  33. b4e51b5 Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces by David Garcia Quintas · 9 years ago
  34. 5a94623 copyrights by David Garcia Quintas · 9 years ago
  35. e1300de After GrpcLibrary refactoring. Compiles and passes. WIP still by David Garcia Quintas · 9 years ago
  36. e0b0e27 clang-format by Vijay Pai · 9 years ago
  37. 17e630a Fix a case in bbuf copy constructore by Vijay Pai · 9 years ago
  38. 6461649 Alternative ownership for global callbacks by Craig Tiller · 9 years ago
  39. b523c73 async_stream.h done. Compiles by David Garcia Quintas · 9 years ago
  40. 2425bbb Further work. Compiles. WIP by David Garcia Quintas · 9 years ago
  41. 541db25 Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces by David Garcia Quintas · 9 years ago
  42. 1948244 Get subchannel index working by Craig Tiller · 9 years ago
  43. 5de79ee clang-format by Craig Tiller · 9 years ago
  44. 8b05211 Merge github.com:grpc/grpc into sceq by Craig Tiller · 9 years ago
  45. 2ee3e8d Merge remote-tracking branch 'upstream/master' by Bogdan Drutu · 9 years ago
  46. c4d9f6d fix copyrights in server_context by Jan Tattermusch · 9 years ago
  47. 5ff8de3 init deadline_ by yang-g · 9 years ago
  48. a43aadd fixed copyrights by David Garcia Quintas · 9 years ago
  49. 08a0a33 Made "codedgen" directories closed over #includes by David Garcia Quintas · 9 years ago
  50. f3ddb7c clang-format by David Garcia Quintas · 9 years ago
  51. a701ed7 Merge branch 'proto_interfaces' into yang-g-sync_async_mix by David Garcia Quintas · 9 years ago
  52. 3e60e32 Update the copyrights of the modified files. by Bogdan Drutu · 9 years ago
  53. b22aeae Merge github.com:grpc/grpc into sceq by Craig Tiller · 9 years ago
  54. b971173 Add tests with a second service by yang-g · 9 years ago
  55. 44f3249 Introduced ServerInterface by David Garcia Quintas · 9 years ago
  56. 1ac6f45 warn user when they forget register generic service by yang-g · 9 years ago
  57. f48766d fix copyright by yang-g · 9 years ago
  58. 269b8be add generic test by yang-g · 9 years ago
  59. ee142ab Merge remote-tracking branch 'upstream/master' by Bogdan Drutu · 9 years ago
  60. 25f191d merge with head by yang-g · 9 years ago
  61. b9a1377 Merge remote-tracking branch 'upstream/master' into sync_async_mix by yang-g · 9 years ago
  62. f805735 destroy reader after using it by yang-g · 9 years ago
  63. 618051c Fix the build. by Bogdan Drutu · 9 years ago
  64. 754bd26 clang-format code by Craig Tiller · 9 years ago
  65. eeb02ba Update copyrights again by murgatroid99 · 9 years ago
  66. d42262e merge with head by yang-g · 9 years ago
  67. bef0d87 Support sync/async methods in the same service by yang-g · 9 years ago
  68. edc2fff Channel args comparisons by Craig Tiller · 9 years ago
  69. c318d70 Add virtual destructors for the default implementations as well. by Bogdan Drutu · 9 years ago
  70. b30bc2a Remove dead code and a thus unneeded change to C++ bbuf by Vijay Pai · 9 years ago
  71. 6045681 Merge branch 'master' into bbuf by Vijay Pai · 9 years ago
  72. 15f383c Exploratory refactoring for mixed sync/async methods on the same C++ service by Craig Tiller · 9 years ago
  73. de332df Refactor server side to support generic tests. by vjpai · 9 years ago
  74. 18c0477 Got rid of all compilation problems, now need to test by Vijay Pai · 9 years ago
  75. 7536af0 Eliminate gpr_ int types - and insist on C99 variants instead by Craig Tiller · 9 years ago
  76. be75ffd Merge branch 'master' into bbuf by vjpai · 9 years ago
  77. 6af31bd Fix the naming conflict issue that cause the tests to fail. by Bogdan Drutu · 9 years ago
  78. 42ab3fa Add a destructor callback as well by Bogdan Drutu · 9 years ago
  79. 38d2ad6 Add a hook for the default constructor of ClientContext. by Bogdan Drutu · 9 years ago
  80. 8808637 make gpr_timespec platform agnostic by Jan Tattermusch · 9 years ago
  81. 5dc93c3 include climits by Jan Tattermusch · 9 years ago
  82. 5b155e5 more win x64 fixes by Jan Tattermusch · 9 years ago
  83. c9614d3 Merge pull request #4175 from yang-g/tcp_refactor by Craig Tiller · 9 years ago
  84. 35c1d3c Merge pull request #4207 from yang-g/server_builder_options by Craig Tiller · 9 years ago
  85. 6f9b171 Merge pull request #4204 from ctiller/emergency-cheese-and-crackers by jboeuf · 9 years ago
  86. 06dd04c Further review feedback by Craig Tiller · 9 years ago
  87. d88e1d8 merge with head and resolve conflict by yang-g · 9 years ago
  88. 8352b9e Review feedback by Craig Tiller · 9 years ago
  89. f9c58f3 Merge branch 'release-0_12' by Nicolas "Pixel" Noble · 9 years ago
  90. 594f0c4 Merge branch 'master' into bbuf by vjpai · 9 years ago
  91. b6df94a WIP by vjpai · 9 years ago
  92. 5270559 Add set pointer api to channel_arguments by yang-g · 9 years ago
  93. a23f17b add server_builder_option by yang-g · 9 years ago
  94. 7221d99 Global hook for doing something in response to a synchronous server call by Craig Tiller · 9 years ago
  95. 114f394 Cpp example of how the plugins can be done. by Julien Boeuf · 9 years ago
  96. caf9935 Also adding a credentials type to the plugin API. by Julien Boeuf · 9 years ago
  97. 3c957e6 Fixing implementations. by Julien Boeuf · 9 years ago
  98. b113649 clang-format by Craig Tiller · 9 years ago
  99. 75b53d6 Merge pull request #3993 from ctiller/new_op by David G. Quintas · 9 years ago
  100. 232d625 Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago