1. 892dbf4 Make settings configurable by Sree Kuchibhotla · 8 years ago
  2. 862acb9 fix shutdown crash by Sree Kuchibhotla · 8 years ago
  3. 7974232 Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  4. 4028d2c More fixes by Sree Kuchibhotla · 8 years ago
  5. aabada9 One RPCMgr instance per CQ by Sree Kuchibhotla · 8 years ago
  6. 6980362 Allow setting max send message size via C++ ServerBuilder API. by Mark D. Roth · 8 years ago
  7. 3ea9e24 some refactoring by Sree Kuchibhotla · 8 years ago
  8. bb5519f More changes by Sree Kuchibhotla · 8 years ago
  9. 6ec11f2 prevent spurious wake up and unstarted/already shutdown server by yang-g · 8 years ago
  10. e89dc6c Make Server::Wait work for async only server. by yang-g · 8 years ago
  11. b97e2d1 Add C++ support for using external FD by Adam Michalik · 8 years ago
  12. a42ec21 Server builder plugin by Yuchen Zeng · 8 years ago
  13. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  14. 60ee8dd docstrings by David Garcia Quintas · 8 years ago
  15. eb62c94 Add a way to override channel arguments for server creation by yang-g · 9 years ago
  16. b4e51b5 Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces by David Garcia Quintas · 9 years ago
  17. e1300de After GrpcLibrary refactoring. Compiles and passes. WIP still by David Garcia Quintas · 9 years ago
  18. 17b5047 Fix copyrights by Craig Tiller · 9 years ago
  19. 6461649 Alternative ownership for global callbacks by Craig Tiller · 9 years ago
  20. f3ddb7c clang-format by David Garcia Quintas · 9 years ago
  21. a701ed7 Merge branch 'proto_interfaces' into yang-g-sync_async_mix by David Garcia Quintas · 9 years ago
  22. 1f4e72c override -> GRPC_OVERRIDE by David Garcia Quintas · 9 years ago
  23. 44f3249 Introduced ServerInterface by David Garcia Quintas · 9 years ago
  24. f48766d fix copyright by yang-g · 9 years ago
  25. 0bbc87f Add generic support by yang-g · 9 years ago
  26. 15f383c Exploratory refactoring for mixed sync/async methods on the same C++ service by Craig Tiller · 9 years ago
  27. 35c1d3c Merge pull request #4207 from yang-g/server_builder_options by Craig Tiller · 9 years ago
  28. 8352b9e Review feedback by Craig Tiller · 9 years ago
  29. a23f17b add server_builder_option by yang-g · 9 years ago
  30. 7221d99 Global hook for doing something in response to a synchronous server call by Craig Tiller · 9 years ago
  31. ddf3a51 Add clang-format to sanity by Craig Tiller · 9 years ago
  32. 49dd250 Merge branch 'master' of github.com:grpc/grpc into compression-accept-encoding by David Garcia Quintas · 9 years ago
  33. d6599a3 Replicate C++ docs from master to beta branch by Craig Tiller · 9 years ago
  34. 0d47192 Fixing headers and paths after merge with upstream. by Julien Boeuf · 9 years ago
  35. 3e4bd95 merge with head by yang-g · 9 years ago
  36. e4f7c2f Merge branch 'master' of github.com:grpc/grpc into compression-accept-encoding by David Garcia Quintas · 9 years ago
  37. c43648f Merge branch 'master' of github.com:grpc/grpc into compression-accept-encoding by David Garcia Quintas · 9 years ago
  38. b7e22b9 Merge github.com:grpc/grpc into y12kdm3 by Craig Tiller · 9 years ago
  39. 9e2f90c headers reorg by yang-g · 9 years ago
  40. 9374ce8 Add comments, fix a subtle bug by Craig Tiller · 9 years ago
  41. 5c6e627 Merge github.com:grpc/grpc into shutdown-c++ by Craig Tiller · 9 years ago
  42. e50e5cb Add a timeout to shutdown to forcefully end calls by Craig Tiller · 9 years ago
  43. d6c98df clang-format all source by Craig Tiller · 9 years ago
  44. 8f7bff7 Merge github.com:grpc/grpc into y12kdm3 by Craig Tiller · 9 years ago
  45. 9b7757d Use a sync service to handle requests to unknown services by yang-g · 9 years ago
  46. beac88c Server: added the ability to disable compression algorithm by David Garcia Quintas · 9 years ago
  47. 822d2c7 Support registering services against specific hosts by Craig Tiller · 9 years ago
  48. 2622ddb Merge branch 'we-dont-need-no-backup' into one-shouldnt-depend-on-protobufs by Craig Tiller · 9 years ago
  49. 2f4a49c Fix memory leak by Craig Tiller · 9 years ago
  50. 5095581 Get server call tags right by Craig Tiller · 9 years ago
  51. ce40de5 clang-format by Craig Tiller · 9 years ago
  52. 7bc97bc Everything compiles again by Craig Tiller · 9 years ago
  53. 50a7a68 Progress commit on fixing up C++ by Craig Tiller · 9 years ago
  54. 81fafa8 Beginning the cleanup by Craig Tiller · 9 years ago
  55. bce999f Refine shutdown API by Craig Tiller · 9 years ago
  56. f9e6adf Completion queue binding for new requests API change by Craig Tiller · 9 years ago
  57. 3921c56 Expose max message size at the server side by Yang Gao · 9 years ago
  58. 3086203 Few VS2010 fixes. by Nicolas Noble · 9 years ago
  59. c4b6ffb Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all the tests to init/shutdown free. by Yang Gao · 9 years ago
  60. ff2828b Rewriting mutex, condition_variable, and thread. by Nicolas "Pixel" Noble · 9 years ago
  61. ae96ae2 Starting off by removing all offending headers. by Nicolas "Pixel" Noble · 9 years ago
  62. cfd6073 Various Windows fixes. by Nicolas Noble · 9 years ago
  63. 1ad253d expose the server's cq through the generic service object by Yang Gao · 9 years ago
  64. 4999649 Rename to AsyncGeneric* by Yang Gao · 9 years ago
  65. 005eb88 Rename anonymous to generic globally by Yang Gao · 9 years ago
  66. 0fd9440 Expose server cq for polling incoming anonymous rpcs by Yang Gao · 9 years ago
  67. fccea1f merge with upstream and resolve conflict by Yang Gao · 9 years ago
  68. 4be94b9 Add missing GRPC_OVERRIDE, NFC by Chilledheart · 9 years ago
  69. 1c40233 first sets of changes, it builds by Yang Gao · 9 years ago
  70. e7460e8 Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  71. 7694c35 Global replace google::protobuf::Message with grpc::protobuf::Message, all tests passed by Yang Gao · 10 years ago
  72. 61691f9 Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  73. 1ff52d5 Guard headers tool. by Nicolas "Pixel" Noble · 10 years ago
  74. cf133f4 Make it possible to compile with gcc4.6 by Craig Tiller · 10 years ago
  75. 7c0f33d Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  76. 6e57b9e Add Server.Wait by Craig Tiller · 10 years ago
  77. 42bc87c Update C++ server with new core API by Craig Tiller · 10 years ago
  78. 190d360 Add missing new-lines at end of file by Craig Tiller · 10 years ago
  79. 0605995 Update copyright to 2015 by Craig Tiller · 10 years ago
  80. 573523f clang-format by Craig Tiller · 10 years ago
  81. 1c9a2a9 Async API progress by Craig Tiller · 10 years ago
  82. 8c8d0aa Async API progress by Craig Tiller · 10 years ago
  83. bb5227f Allow server to hook calls also, fix crash by Craig Tiller · 10 years ago
  84. 3b29b56 Just use one completion queue per server for delivering completions by Craig Tiller · 10 years ago
  85. c416577 Server progress by Craig Tiller · 10 years ago
  86. cbd0485 Simplify server ready for async path by Craig Tiller · 10 years ago
  87. 1d2e219 Server progress by Craig Tiller · 10 years ago
  88. 0db1bef Progress by Craig Tiller · 10 years ago
  89. c496575 Starting to scratch out the API by Craig Tiller · 10 years ago
  90. 9e21f72 Add server side credentials support. by yangg · 10 years ago
  91. b7ebd3b Initial import. by Nicolas Noble · 10 years ago