1. 77b7425 Revert unnecessary deletions by Yuchen Zeng · 8 years ago
  2. 1318479 Separate generated file and protobuf dependency by Yuchen Zeng · 8 years ago
  3. 6ec11f2 prevent spurious wake up and unstarted/already shutdown server by yang-g · 8 years ago
  4. e89dc6c Make Server::Wait work for async only server. by yang-g · 8 years ago
  5. b31a9a0 Include <cinttypes> for PRIuPTR. Not clear why this is needed. by Vijay Pai · 8 years ago
  6. b9e927a Merge branch 'master' into wheezy by Vijay Pai · 8 years ago
  7. 679c75f Deal with issues surrounding const members of classes used in containers by Vijay Pai · 8 years ago
  8. a63271c Deal with to_string, proper usage of nullptr, and lack of map::emplace by Vijay Pai · 8 years ago
  9. 97da647 Manual clang-format by vjpai · 8 years ago
  10. beaa357 Fix type mismatch for type_size by Yuchen Zeng · 8 years ago
  11. 0ba1144 Fix gpr_log format mismatches in c++ tests by Yuchen Zeng · 8 years ago
  12. 15855f3 Switch server builder plugin API to something that will work with gcc4.4 by Vijay Pai · 8 years ago
  13. 15759f6 Let Next set ok=true when receiving error status by yang-g · 8 years ago
  14. 6fb122d Add calls to grpc_recycle_unused_port to two of the tests which call by David Klempner · 8 years ago
  15. 26a1785 Resolve conflicts by Yuchen Zeng · 8 years ago
  16. e4d2748 Fix async_end2end_test flow control by Craig Tiller · 8 years ago
  17. d7b1e70 Cover large message sent securely or insecurely over async by Vijay Pai · 8 years ago
  18. df8b62c Add coverage for secure async end2end testing by Vijay Pai · 8 years ago
  19. a42ec21 Server builder plugin by Yuchen Zeng · 8 years ago
  20. 4c43ed3 Merge github.com:grpc/grpc into cleaner-posix2 by Craig Tiller · 8 years ago
  21. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  22. f45496f Fix include path by Craig Tiller · 8 years ago
  23. 9533d04 Fix includes by Craig Tiller · 8 years ago
  24. 7cd6ed7 Merge github.com:grpc/grpc into cleaner-posix2 by Craig Tiller · 8 years ago
  25. b0d1567 Revert "Revert "Properly integrate async API with server-side cancellations."" by Sree Kuchibhotla · 9 years ago
  26. edd96e4 Revert "Properly integrate async API with server-side cancellations." by Sree Kuchibhotla · 9 years ago
  27. dbf47fa Better comments. by Vijay Pai · 9 years ago
  28. 2e72938 clang-format by Vijay Pai · 9 years ago
  29. 13ee2f2 Properly integrate async API with server-side cancellations. by Vijay Pai · 9 years ago
  30. 7c07aac Fix async e2e by Craig Tiller · 9 years ago
  31. ad0df7b Discard the read buffer on stream error by yang-g · 9 years ago
  32. b65eda4 Make the poll override function assert on non-zero timeout if invoked by Vijay Pai · 9 years ago
  33. 018879a Set up poll overrides by Vijay Pai · 9 years ago
  34. cf4daeb Comment the requirements for changing grpc_poll_function and do by vjpai · 9 years ago
  35. 6f87164 Properly handle "." in metadata by Craig Tiller · 9 years ago
  36. 369a04a Address code review comments by Sree Kuchibhotla · 9 years ago
  37. 0f242ac Comments and a minor fix by Sree Kuchibhotla · 9 years ago
  38. 4fb5908 Use the same completion queue for both client and server by Sree Kuchibhotla · 9 years ago
  39. 944f4cf Sync server end2end and async_end2end tests by Sree Kuchibhotla · 9 years ago
  40. 25f191d merge with head by yang-g · 9 years ago
  41. b0d0c8e FormatCode by Sree Kuchibhotla · 9 years ago
  42. 5a05f51 Rename TestService to EchoTestService to prevent name-conflict with by Sree Kuchibhotla · 9 years ago
  43. dc548ed merge with head by yang-g · 9 years ago
  44. 3466c4b Updated copyrights by murgatroid99 · 9 years ago
  45. 15f383c Exploratory refactoring for mixed sync/async methods on the same C++ service by Craig Tiller · 9 years ago
  46. 54ed674 Merge github.com:grpc/grpc into proto_names by Craig Tiller · 9 years ago
  47. 7536af0 Eliminate gpr_ int types - and insist on C99 variants instead by Craig Tiller · 9 years ago
  48. 1b4e330 Consolidate C++ proto files under src/proto by Craig Tiller · 9 years ago
  49. 620e965 clang-format after last weeks test-fest by Craig Tiller · 9 years ago
  50. 017ed62 Cover an unsupported case of mixing sync and async service in same server by vjpai · 9 years ago
  51. e5adc0e Fixing Cpp tests. by Julien Boeuf · 9 years ago
  52. 7fa5167 Removing pessimizing moves. by Nicolas "Pixel" Noble · 9 years ago
  53. 0d47192 Fixing headers and paths after merge with upstream. by Julien Boeuf · 9 years ago
  54. 5be92a3 Shuffling headers around. by Julien Boeuf · 9 years ago
  55. 730055d implementation fix by yang-g · 9 years ago
  56. e21908f impl by yang-g · 9 years ago
  57. 3e4bd95 merge with head by yang-g · 9 years ago
  58. 9e2f90c headers reorg by yang-g · 9 years ago
  59. 8c2be9f Remove ChannelInterface and replace it with Channel by yang-g · 9 years ago
  60. d6c98df clang-format all source by Craig Tiller · 9 years ago
  61. 8f7bff7 Merge github.com:grpc/grpc into y12kdm3 by Craig Tiller · 9 years ago
  62. 9b7757d Use a sync service to handle requests to unknown services by yang-g · 9 years ago
  63. 4c06b82 Add a test of non-blocking API behavior by Craig Tiller · 9 years ago
  64. 69f90e6 Working towards a non-blocking API test by Craig Tiller · 9 years ago
  65. b335256 Add AsyncNotifyWhenDone by yang-g · 9 years ago
  66. 8bf2dca Make tests a little more robust by Craig Tiller · 9 years ago
  67. bf8ac3f Merge branch 'you-complete-me' into we-dont-need-no-backup by Craig Tiller · 9 years ago
  68. c1a2c31 Update the Status API by Yang Gao · 9 years ago
  69. 06cf3cc Fix async end2end to poll all fds from the main thread by Craig Tiller · 9 years ago
  70. a468c36 Merge pull request #1493 from ctiller/churn-churn-churn-the-api-gently-down-the-stream by Yang Gao · 9 years ago
  71. 9038101 Merge pull request #1494 from ctiller/the-churnening by Yang Gao · 9 years ago
  72. 0b488f7 Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream by Craig Tiller · 9 years ago
  73. f51199f Increase test timeout by Craig Tiller · 9 years ago
  74. fb775b8 Fix test by Craig Tiller · 9 years ago
  75. 3676b38 Lose redundant tag on unary calls by Craig Tiller · 9 years ago
  76. f9e6adf Completion queue binding for new requests API change by Craig Tiller · 9 years ago
  77. fd2bf67 Merge branch 'master' of github.com:grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 9 years ago
  78. 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
  79. b7c2035 Merge branch 'master' of https://github.com/grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 9 years ago
  80. 0caebbf Splitting gRPC service class codegen into its own set of files. by Nicolas "Pixel" Noble · 9 years ago
  81. a05b8b7 Removing a few more references to #include <chrono> by Nicolas "Pixel" Noble · 9 years ago
  82. 8921916 Refactoring std::chrono out. by Nicolas Noble · 9 years ago
  83. 92a928f Make string construction explicit as implicit conversion doesn't work in 4.4 by Vijay Pai · 9 years ago
  84. 16c78c9 Clean up unneeded includes and remove shutdown protobuf library by Yang Gao · 9 years ago
  85. 5e36d0d Merge pull request #1093 from nicolasnoble/windows by Jan Tattermusch · 9 years ago
  86. cfd6073 Various Windows fixes. by Nicolas Noble · 9 years ago
  87. 757afae clang-format new changes by Yang Gao · 9 years ago
  88. d672d8f resolve merge confict by Yang Gao · 9 years ago
  89. 6baa9b6 clang-format c++ code by Yang Gao · 9 years ago
  90. 7aadf46 Change to std::chrono and add a test. by vjpai · 9 years ago
  91. 61691f9 Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  92. 1b47b12 Merge remote-tracking branch 'upstream/master' by vjpai · 10 years ago
  93. 64ac47f clang-format all these files by Vijay Pai · 10 years ago
  94. 56c5129 Rename Async methods from generator to avoid naming conflicts to by vjpai · 10 years ago
  95. cf133f4 Make it possible to compile with gcc4.6 by Craig Tiller · 10 years ago
  96. 25f6cd7 Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  97. b9d91eb Merge github.com:google/grpc into deprecate-c++ by Craig Tiller · 10 years ago
  98. e4fe844 s/CreateChannel/CreateChannelDeprecated by Craig Tiller · 10 years ago
  99. fd1b49b Move to unique_ptr for all GRPC returned objects by Craig Tiller · 10 years ago
  100. 42bc87c Update C++ server with new core API by Craig Tiller · 10 years ago