1. 681a291 Extend comment by Craig Tiller · 9 years ago
  2. 9374ce8 Add comments, fix a subtle bug by Craig Tiller · 9 years ago
  3. 5c6e627 Merge github.com:grpc/grpc into shutdown-c++ by Craig Tiller · 9 years ago
  4. e50e5cb Add a timeout to shutdown to forcefully end calls by Craig Tiller · 9 years ago
  5. d6c98df clang-format all source by Craig Tiller · 9 years ago
  6. 1c9ba19 Make comment look finished by vjpai · 9 years ago
  7. 8fe60a8 Use emplace_back properly and when appropriate, considering limitations by Vijay Pai · 9 years ago
  8. 8c0389d Merge pull request #2921 from yang-g/unknown_service by Vijay Pai · 9 years ago
  9. 523201c remove redundant ctor by yang-g · 9 years ago
  10. 9b7757d Use a sync service to handle requests to unknown services by yang-g · 9 years ago
  11. ebb5140 Changing the library's code to adapt with the new API. by Nicolas "Pixel" Noble · 9 years ago
  12. 72a4417 ThreadPoolInterface::ScheduleCallback --> ThreadPoolInterface::Add by vjpai · 9 years ago
  13. 3315a84 Merge remote-tracking branch 'upstream/master' into security_context2 by yang-g · 9 years ago
  14. 85c04f9 resolve comments by yang-g · 9 years ago
  15. 822d2c7 Support registering services against specific hosts by Craig Tiller · 9 years ago
  16. f75fc12 Add a test that headers are properly in build.json by Craig Tiller · 9 years ago
  17. a58cab3 release memory even if the status is false by yang-g · 9 years ago
  18. 3deb006 Only copy stuff when status is ok by yang-g · 9 years ago
  19. 3de4b47 Merge github.com:grpc/grpc into one-shouldnt-depend-on-protobufs by Craig Tiller · 9 years ago
  20. ced73bd Split cq creation from request initiation so that cq creation by Vijay Pai · 9 years ago
  21. 2f4a49c Fix memory leak by Craig Tiller · 9 years ago
  22. 928ec8e Fix memory leak by Craig Tiller · 9 years ago
  23. 3cb03ef Remove old code by Craig Tiller · 9 years ago
  24. 5095581 Get server call tags right by Craig Tiller · 9 years ago
  25. ce40de5 clang-format by Craig Tiller · 9 years ago
  26. 7bc97bc Everything compiles again by Craig Tiller · 9 years ago
  27. 50a7a68 Progress commit on fixing up C++ by Craig Tiller · 9 years ago
  28. 131b3ed Merge branch 'demon-on-wheels' into we-dont-need-no-cv by Craig Tiller · 9 years ago
  29. 7b49a77 Leak fix, the metadata array should be destroyed on the server SyncRequest by Yang Gao · 9 years ago
  30. 29f79dc Make C/C++ tests pass by Craig Tiller · 9 years ago
  31. bce999f Refine shutdown API by Craig Tiller · 9 years ago
  32. dd093f3 Remove some bad asserts by Craig Tiller · 9 years ago
  33. a33acb7 Correct C++ build errors by Craig Tiller · 9 years ago
  34. fee0cfa Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream by Craig Tiller · 9 years ago
  35. b8a5f86 do not request another call if server is shutdown by Yang Gao · 9 years ago
  36. f9e6adf Completion queue binding for new requests API change by Craig Tiller · 9 years ago
  37. c71a9d2 clang-format by Yang Gao · 9 years ago
  38. f7d05b5 make server tolerate deserialization failure by Yang Gao · 9 years ago
  39. ea13af7 merge with head by Yang Gao · 9 years ago
  40. 3921c56 Expose max message size at the server side by Yang Gao · 9 years ago
  41. bbc0b77 Merge comments. See below. by David Garcia Quintas · 9 years ago
  42. 45d54e4 Merge remote-tracking branch 'upstream/master' into stap by David Garcia Quintas · 9 years ago
  43. 8954e90 Integration of Systemtap (STAP) for profiling. by David Garcia Quintas · 9 years ago
  44. 3086203 Few VS2010 fixes. by Nicolas Noble · 9 years ago
  45. 23be280 Merge branch 'master' of github.com:grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 9 years ago
  46. 9ffbd0c Mark proto ser/deser on server side by Vijay Pai · 9 years ago
  47. 8921916 Refactoring std::chrono out. by Nicolas Noble · 9 years ago
  48. ff2828b Rewriting mutex, condition_variable, and thread. by Nicolas "Pixel" Noble · 9 years ago
  49. fbf8a37 Merge branch 'master' into cancel by Yang Gao · 9 years ago
  50. 82dd80a Elminate range-based fors and work around some other limitations in older compilers by Vijay Pai · 9 years ago
  51. 1205f6f Set cq_ on servercontext by Yang Gao · 9 years ago
  52. 5e36d0d Merge pull request #1093 from nicolasnoble/windows by Jan Tattermusch · 9 years ago
  53. cfd6073 Various Windows fixes. by Nicolas Noble · 9 years ago
  54. 6baa9b6 clang-format c++ code by Yang Gao · 9 years ago
  55. 1ad253d expose the server's cq through the generic service object by Yang Gao · 9 years ago
  56. 5333c5a Merge branch 'master' into untypedAPI by Yang Gao · 9 years ago
  57. b486ba6 remove 'else' code, release lock by destructor by Ruyi Wang · 10 years ago
  58. 2729fba wording change by Yang Gao · 10 years ago
  59. 4999649 Rename to AsyncGeneric* by Yang Gao · 10 years ago
  60. 2a3c96a resolve leak, now asan clean by Yang Gao · 10 years ago
  61. 005eb88 Rename anonymous to generic globally by Yang Gao · 10 years ago
  62. 0fd9440 Expose server cq for polling incoming anonymous rpcs by Yang Gao · 10 years ago
  63. fccea1f merge with upstream and resolve conflict by Yang Gao · 10 years ago
  64. 5f4539f Service side should be done, it builds and existing tests pass by Yang Gao · 10 years ago
  65. 1c40233 first sets of changes, it builds by Yang Gao · 10 years ago
  66. e7460e8 Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  67. c82c36b Merge pull request #920 from vjpai/async-probs by Craig Tiller · 10 years ago
  68. dbb7963 Solve the call-suppression problem earlier in the stack by Vijay Pai · 10 years ago
  69. 7694c35 Global replace google::protobuf::Message with grpc::protobuf::Message, all tests passed by Yang Gao · 10 years ago
  70. 0823cb7 Sanity checks for calls that were causing crashes by Vijay Pai · 10 years ago
  71. 61691f9 Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  72. cf133f4 Make it possible to compile with gcc4.6 by Craig Tiller · 10 years ago
  73. 7c0f33d Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  74. 6e57b9e Add Server.Wait by Craig Tiller · 10 years ago
  75. 42bc87c Update C++ server with new core API by Craig Tiller · 10 years ago
  76. 980a630 Merge pull request #605 from vjpai/mac by Nicolas Noble · 10 years ago
  77. cad5f0a Some compilers expect class SyncRequest to be declared fully and not just by vjpai · 10 years ago
  78. eaaee49 Merge github.com:grpc/grpc into an-update-on-c++ by Craig Tiller · 10 years ago
  79. 492968f Server side cancellation receive support by Craig Tiller · 10 years ago
  80. 190d360 Add missing new-lines at end of file by Craig Tiller · 10 years ago
  81. 645466e Initial sketch by Craig Tiller · 10 years ago
  82. 0605995 Update copyright to 2015 by Craig Tiller · 10 years ago
  83. 467d7bd When the entire op fails, the recv_message is always discarded. by Yang Gao · 10 years ago
  84. 2cf9527 Deserialization success should not override earlier failure by Yang Gao · 10 years ago
  85. ec3257c Fix end2end leaks by Craig Tiller · 10 years ago
  86. 3d6ceb6 Async server dispatch by Craig Tiller · 10 years ago
  87. 1c9a2a9 Async API progress by Craig Tiller · 10 years ago
  88. 8c8d0aa Async API progress by Craig Tiller · 10 years ago
  89. bc8e3db Re-add mysteriously disappearing lines by Craig Tiller · 10 years ago
  90. 2e70dc1 Merge pull request #10 from yang-g/c++api by Craig Tiller · 10 years ago
  91. 20bc56d Multi-completion-queue-server by Craig Tiller · 10 years ago
  92. 3ccdbe9 Make SendInitialMetadata work. by Yang Gao · 10 years ago
  93. 0156752 Some streaming progress by Craig Tiller · 10 years ago
  94. 504bd33 Make sure we get a close before stopping the server by Craig Tiller · 10 years ago
  95. bd21757 Fix server shutdown issues by Craig Tiller · 10 years ago
  96. 47a5736 Fix ownership by Craig Tiller · 10 years ago
  97. 9dcb0f8 Send initial metadata by Craig Tiller · 10 years ago
  98. bb5227f Allow server to hook calls also, fix crash by Craig Tiller · 10 years ago
  99. 7c2f3f7 Fix typo causing crash by Craig Tiller · 10 years ago
  100. 3b29b56 Just use one completion queue per server for delivering completions by Craig Tiller · 10 years ago