1. eb62c94 Add a way to override channel arguments for server creation by yang-g · 9 years ago
  2. 50d7e3c I merged this without checking the copyright. My mistake... by vjpai · 9 years ago
  3. d4f2604 Small tweak to make some customer code compile by Craig Tiller · 9 years ago
  4. 3f19f42 Merge pull request #5052 from ctiller/compress by David G. Quintas · 9 years ago
  5. 1362c24 Merge pull request #5193 from vjpai/alarm_mods by Craig Tiller · 9 years ago
  6. c0473cc Merge github.com:grpc/grpc into compress by Craig Tiller · 9 years ago
  7. 810a13e Remove a small allocation, at the cost of a little uglier header file. by Vijay Pai · 9 years ago
  8. 26a9848 Removed outdated mention of AsynchronousService by David Garcia Quintas · 9 years ago
  9. 04e992a Make C++ alarm class usable and testable - there were some build issues and by vjpai · 9 years ago
  10. ab5da5e Added missing codegen includes by David Garcia Quintas · 9 years ago
  11. 64914ae Merge pull request #5128 from yang-g/inherit_from_grpc_library by Craig Tiller · 9 years ago
  12. 30bf3ea clang-format by Vijay Pai · 9 years ago
  13. 46d22d5 add missing base class by yang-g · 9 years ago
  14. c593ca0 reset the shared_ptr by Vijay Pai · 9 years ago
  15. bedf57f Ref the collection only when it will be used (and later finalized) by Vijay Pai · 9 years ago
  16. 2b56386 Drop the ref by Vijay Pai · 9 years ago
  17. 5506bea Undo much of the previous commits so that only CallOpSet groups by Vijay Pai · 9 years ago
  18. 7e3f9b0 Forgot to include these edits in the last commit by Vijay Pai · 9 years ago
  19. 38004a8 Wrap groups of related CallOpSet's into a ref-counted structure by Vijay Pai · 9 years ago
  20. 97cb41c Merge github.com:grpc/grpc into compress by Craig Tiller · 9 years ago
  21. a44cbfc Fix race condition in transport API by Craig Tiller · 9 years ago
  22. 3075c81 Update comment on TryCancel() API by Sree Kuchibhotla · 9 years ago
  23. f25c6ba Comments and format by Sree Kuchibhotla · 9 years ago
  24. 7fa9d6f TryCancel() on ServerContext() by Sree Kuchibhotla · 9 years ago
  25. d79ef3a Fixed wrong usage of global var by David Garcia Quintas · 9 years ago
  26. 6523391 sanity fixes by David Garcia Quintas · 9 years ago
  27. b4e51b5 Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces by David Garcia Quintas · 9 years ago
  28. 5a94623 copyrights by David Garcia Quintas · 9 years ago
  29. 6bd7b97 DONE!!1one by David Garcia Quintas · 9 years ago
  30. e1300de After GrpcLibrary refactoring. Compiles and passes. WIP still by David Garcia Quintas · 9 years ago
  31. 17b5047 Fix copyrights by Craig Tiller · 9 years ago
  32. 6461649 Alternative ownership for global callbacks by Craig Tiller · 9 years ago
  33. 6a48405 pre sync_stream.cc creation. Does not compile by David Garcia Quintas · 9 years ago
  34. b523c73 async_stream.h done. Compiles by David Garcia Quintas · 9 years ago
  35. 3452ae2 copyrights by David Garcia Quintas · 9 years ago
  36. 2425bbb Further work. Compiles. WIP by David Garcia Quintas · 9 years ago
  37. 2899114 Improved a couple error messages by David Garcia Quintas · 9 years ago
  38. ddcb53a made codegen targets in build.yaml by David Garcia Quintas · 9 years ago
  39. 1d9b807 clang-format by David Garcia Quintas · 9 years ago
  40. a43aadd fixed copyrights by David Garcia Quintas · 9 years ago
  41. 08a0a33 Made "codedgen" directories closed over #includes by David Garcia Quintas · 9 years ago
  42. f3ddb7c clang-format by David Garcia Quintas · 9 years ago
  43. 6190854 updated copyrights by David Garcia Quintas · 9 years ago
  44. a701ed7 Merge branch 'proto_interfaces' into yang-g-sync_async_mix by David Garcia Quintas · 9 years ago
  45. 1f4e72c override -> GRPC_OVERRIDE by David Garcia Quintas · 9 years ago
  46. 1aeabd7 regenerated projects by David Garcia Quintas · 9 years ago
  47. a8b866b Merge branch 'master' of github.com:grpc/grpc into proto_interfaces by David Garcia Quintas · 9 years ago
  48. 44f3249 Introduced ServerInterface by David Garcia Quintas · 9 years ago
  49. 4bda41f Merge remote-tracking branch 'upstream/master' by Bogdan Drutu · 9 years ago
  50. 4fac82b remove outdated api by yang-g · 9 years ago
  51. ad63510 Add a test with two methods generic by yang-g · 9 years ago
  52. 1ac6f45 warn user when they forget register generic service by yang-g · 9 years ago
  53. f48766d fix copyright by yang-g · 9 years ago
  54. 269b8be add generic test by yang-g · 9 years ago
  55. 0bbc87f Add generic support by yang-g · 9 years ago
  56. 8053d2f Merge remote-tracking branch 'upstream/master' into sync_async_mix by yang-g · 9 years ago
  57. 2bf574f Added back trailing newlines by David Garcia Quintas · 9 years ago
  58. ee142ab Merge remote-tracking branch 'upstream/master' by Bogdan Drutu · 9 years ago
  59. 752c36a Merge branch 'master' of github.com:grpc/grpc into proto_interfaces by David Garcia Quintas · 9 years ago
  60. 21c0ebf Merge pull request #4653 from murgatroid99/release-0_12_master_merge by Craig Tiller · 9 years ago
  61. b9a1377 Merge remote-tracking branch 'upstream/master' into sync_async_mix by yang-g · 9 years ago
  62. 754bd26 clang-format code by Craig Tiller · 9 years ago
  63. eeb02ba Update copyrights again by murgatroid99 · 9 years ago
  64. e50c6c2 WIP. Added ChannelInterface by David Garcia Quintas · 9 years ago
  65. d42262e merge with head by yang-g · 9 years ago
  66. bef0d87 Support sync/async methods in the same service by yang-g · 9 years ago
  67. 947ab26 Merge branch 'master' into bbuf by Vijay Pai · 9 years ago
  68. b70206f Merge branch 'master' into release-0_12_master_merge by murgatroid99 · 9 years ago
  69. dc548ed merge with head by yang-g · 9 years ago
  70. 33a1ad0 Fix the typo by Bogdan Drutu · 9 years ago
  71. 899e5a8 Add a virtual destructor for the ClientContext::GlobalCallbacks. by Bogdan Drutu · 9 years ago
  72. 3466c4b Updated copyrights by murgatroid99 · 9 years ago
  73. 8e7a4b6 Fix R/W template argument order in prototypes by Ian Coolidge · 9 years ago
  74. b30bc2a Remove dead code and a thus unneeded change to C++ bbuf by Vijay Pai · 9 years ago
  75. 6045681 Merge branch 'master' into bbuf by Vijay Pai · 9 years ago
  76. 8b791a4 Merged from master and resolved merge conflicts by murgatroid99 · 9 years ago
  77. 15f383c Exploratory refactoring for mixed sync/async methods on the same C++ service by Craig Tiller · 9 years ago
  78. 93beeb8 Fix one use of grpc instead of gpr by Vijay Pai · 9 years ago
  79. de332df Refactor server side to support generic tests. by vjpai · 9 years ago
  80. bbb94bd Merge pull request #4562 from ctiller/ints by jboeuf · 9 years ago
  81. 0ede550 Update async write documentation by Craig Tiller · 9 years ago
  82. 896ef30 Add copyright checks to sanity; make them verify copyright year is valid by Craig Tiller · 9 years ago
  83. 6a56221 Merge github.com:grpc/grpc into ints by Craig Tiller · 9 years ago
  84. de3da74 Add copyright checks to sanity; make them verify copyright year is valid by Craig Tiller · 9 years ago
  85. 18c0477 Got rid of all compilation problems, now need to test by Vijay Pai · 9 years ago
  86. cbf2dfe Update link in credentials.h to point to grpc.io by sammcveety · 9 years ago
  87. 77bc16e Fixing cpp auth doc pointers. by Julien Boeuf · 9 years ago
  88. 7536af0 Eliminate gpr_ int types - and insist on C99 variants instead by Craig Tiller · 9 years ago
  89. be75ffd Merge branch 'master' into bbuf by vjpai · 9 years ago
  90. 42ab3fa Add a destructor callback as well by Bogdan Drutu · 9 years ago
  91. 38d2ad6 Add a hook for the default constructor of ClientContext. by Bogdan Drutu · 9 years ago
  92. aa28ccc Merge remote-tracking branch 'upstream/master' by Hongyu Chen · 9 years ago
  93. 0504a44 More reverting by Hongyu Chen · 9 years ago
  94. 134cac2 Address comments: revert all changes except adding two new metadata keys by Hongyu Chen · 9 years ago
  95. 5dc93c3 include climits by Jan Tattermusch · 9 years ago
  96. 5b155e5 more win x64 fixes by Jan Tattermusch · 9 years ago
  97. 35c1d3c Merge pull request #4207 from yang-g/server_builder_options by Craig Tiller · 9 years ago
  98. 1f96048 Census tags propagation. by Hongyu Chen · 9 years ago
  99. 6f9b171 Merge pull request #4204 from ctiller/emergency-cheese-and-crackers by jboeuf · 9 years ago
  100. 92f4a15 add doxygen comment by yang-g · 9 years ago