1. f3ddb7c clang-format by David Garcia Quintas · 9 years ago
  2. a701ed7 Merge branch 'proto_interfaces' into yang-g-sync_async_mix by David Garcia Quintas · 9 years ago
  3. 1f4e72c override -> GRPC_OVERRIDE by David Garcia Quintas · 9 years ago
  4. 44f3249 Introduced ServerInterface by David Garcia Quintas · 9 years ago
  5. f48766d fix copyright by yang-g · 9 years ago
  6. 0bbc87f Add generic support by yang-g · 9 years ago
  7. 15f383c Exploratory refactoring for mixed sync/async methods on the same C++ service by Craig Tiller · 9 years ago
  8. 35c1d3c Merge pull request #4207 from yang-g/server_builder_options by Craig Tiller · 9 years ago
  9. 8352b9e Review feedback by Craig Tiller · 9 years ago
  10. a23f17b add server_builder_option by yang-g · 9 years ago
  11. 7221d99 Global hook for doing something in response to a synchronous server call by Craig Tiller · 9 years ago
  12. ddf3a51 Add clang-format to sanity by Craig Tiller · 9 years ago
  13. 49dd250 Merge branch 'master' of github.com:grpc/grpc into compression-accept-encoding by David Garcia Quintas · 9 years ago
  14. d6599a3 Replicate C++ docs from master to beta branch by Craig Tiller · 9 years ago
  15. 0d47192 Fixing headers and paths after merge with upstream. by Julien Boeuf · 9 years ago
  16. 3e4bd95 merge with head by yang-g · 9 years ago
  17. e4f7c2f Merge branch 'master' of github.com:grpc/grpc into compression-accept-encoding by David Garcia Quintas · 9 years ago
  18. c43648f Merge branch 'master' of github.com:grpc/grpc into compression-accept-encoding by David Garcia Quintas · 9 years ago
  19. b7e22b9 Merge github.com:grpc/grpc into y12kdm3 by Craig Tiller · 9 years ago
  20. 9e2f90c headers reorg by yang-g · 9 years ago
  21. 9374ce8 Add comments, fix a subtle bug by Craig Tiller · 9 years ago
  22. 5c6e627 Merge github.com:grpc/grpc into shutdown-c++ by Craig Tiller · 9 years ago
  23. e50e5cb Add a timeout to shutdown to forcefully end calls by Craig Tiller · 9 years ago
  24. d6c98df clang-format all source by Craig Tiller · 9 years ago
  25. 8f7bff7 Merge github.com:grpc/grpc into y12kdm3 by Craig Tiller · 9 years ago
  26. 9b7757d Use a sync service to handle requests to unknown services by yang-g · 9 years ago
  27. beac88c Server: added the ability to disable compression algorithm by David Garcia Quintas · 9 years ago
  28. 822d2c7 Support registering services against specific hosts by Craig Tiller · 9 years ago
  29. 2622ddb Merge branch 'we-dont-need-no-backup' into one-shouldnt-depend-on-protobufs by Craig Tiller · 9 years ago
  30. 2f4a49c Fix memory leak by Craig Tiller · 9 years ago
  31. 5095581 Get server call tags right by Craig Tiller · 9 years ago
  32. ce40de5 clang-format by Craig Tiller · 9 years ago
  33. 7bc97bc Everything compiles again by Craig Tiller · 9 years ago
  34. 50a7a68 Progress commit on fixing up C++ by Craig Tiller · 9 years ago
  35. 81fafa8 Beginning the cleanup by Craig Tiller · 9 years ago
  36. bce999f Refine shutdown API by Craig Tiller · 9 years ago
  37. f9e6adf Completion queue binding for new requests API change by Craig Tiller · 9 years ago
  38. 3921c56 Expose max message size at the server side by Yang Gao · 9 years ago
  39. 3086203 Few VS2010 fixes. by Nicolas Noble · 9 years ago
  40. 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
  41. ff2828b Rewriting mutex, condition_variable, and thread. by Nicolas "Pixel" Noble · 10 years ago
  42. ae96ae2 Starting off by removing all offending headers. by Nicolas "Pixel" Noble · 10 years ago
  43. cfd6073 Various Windows fixes. by Nicolas Noble · 10 years ago
  44. 1ad253d expose the server's cq through the generic service object by Yang Gao · 10 years ago
  45. 4999649 Rename to AsyncGeneric* by Yang Gao · 10 years ago
  46. 005eb88 Rename anonymous to generic globally by Yang Gao · 10 years ago
  47. 0fd9440 Expose server cq for polling incoming anonymous rpcs by Yang Gao · 10 years ago
  48. fccea1f merge with upstream and resolve conflict by Yang Gao · 10 years ago
  49. 4be94b9 Add missing GRPC_OVERRIDE, NFC by Chilledheart · 10 years ago
  50. 1c40233 first sets of changes, it builds by Yang Gao · 10 years ago
  51. e7460e8 Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  52. 7694c35 Global replace google::protobuf::Message with grpc::protobuf::Message, all tests passed by Yang Gao · 10 years ago
  53. 61691f9 Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  54. 1ff52d5 Guard headers tool. by Nicolas "Pixel" Noble · 10 years ago
  55. cf133f4 Make it possible to compile with gcc4.6 by Craig Tiller · 10 years ago
  56. 7c0f33d Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  57. 6e57b9e Add Server.Wait by Craig Tiller · 10 years ago
  58. 42bc87c Update C++ server with new core API by Craig Tiller · 10 years ago
  59. 190d360 Add missing new-lines at end of file by Craig Tiller · 10 years ago
  60. 0605995 Update copyright to 2015 by Craig Tiller · 10 years ago
  61. 573523f clang-format by Craig Tiller · 10 years ago
  62. 1c9a2a9 Async API progress by Craig Tiller · 10 years ago
  63. 8c8d0aa Async API progress by Craig Tiller · 10 years ago
  64. bb5227f Allow server to hook calls also, fix crash by Craig Tiller · 10 years ago
  65. 3b29b56 Just use one completion queue per server for delivering completions by Craig Tiller · 10 years ago
  66. c416577 Server progress by Craig Tiller · 10 years ago
  67. cbd0485 Simplify server ready for async path by Craig Tiller · 10 years ago
  68. 1d2e219 Server progress by Craig Tiller · 10 years ago
  69. 0db1bef Progress by Craig Tiller · 10 years ago
  70. c496575 Starting to scratch out the API by Craig Tiller · 10 years ago
  71. 9e21f72 Add server side credentials support. by yangg · 10 years ago
  72. b7ebd3b Initial import. by Nicolas Noble · 10 years ago