1. c1a2c31 Update the Status API by Yang Gao · 9 years ago
  2. 69fe075 Various minor fixes by Yang Gao · 9 years ago
  3. a9b5de8 Add a check against potential failure to bring up client binary by Yang Gao · 9 years ago
  4. fdc9af8 Merge pull request #1625 from ctiller/mmm-mmm-mmm-mmm by Yang Gao · 9 years ago
  5. feb67f6 Replaced std::this_thread::sleep_for for gpr_sleep_until. by David Garcia Quintas · 9 years ago
  6. fd7166d Add response streams to server crash test, fix them by Craig Tiller · 9 years ago
  7. 7a317e5 Add crashing client test by Craig Tiller · 9 years ago
  8. 4f8b679 Merge github.com:grpc/grpc into mmm-mmm-mmm-mmm by Craig Tiller · 9 years ago
  9. b57f72d resolve comments by Yang Gao · 9 years ago
  10. 26a4912 Add fake credentials to the test and verify it actually works by Yang Gao · 9 years ago
  11. 74e5eda Compile fix by Craig Tiller · 9 years ago
  12. a969d7c Compile fix by Craig Tiller · 9 years ago
  13. 3cdd9bb clang-format by Craig Tiller · 9 years ago
  14. 069daa3 Sleep a little after server death to allow TCP time to catch up by Craig Tiller · 9 years ago
  15. fbac5f1 Crash handling test by Craig Tiller · 9 years ago
  16. 280ca17 resolve comments by Yang Gao · 9 years ago
  17. a893892 support per call credentials in c++ by Yang Gao · 9 years ago
  18. a468c36 Merge pull request #1493 from ctiller/churn-churn-churn-the-api-gently-down-the-stream by Yang Gao · 9 years ago
  19. 9038101 Merge pull request #1494 from ctiller/the-churnening by Yang Gao · 9 years ago
  20. 9b75c66 Merge pull request #1489 from ctiller/all-the-small-things by Yang Gao · 9 years ago
  21. 0b488f7 Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream by Craig Tiller · 9 years ago
  22. 5f871ac Merge github.com:grpc/grpc into the-churnening by Craig Tiller · 9 years ago
  23. e9da2ee Merge github.com:grpc/grpc into all-the-small-things by Craig Tiller · 9 years ago
  24. f51199f Increase test timeout by Craig Tiller · 9 years ago
  25. 2be6095 Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream by Craig Tiller · 9 years ago
  26. fb775b8 Fix test by Craig Tiller · 9 years ago
  27. 3676b38 Lose redundant tag on unary calls by Craig Tiller · 9 years ago
  28. f9e6adf Completion queue binding for new requests API change by Craig Tiller · 9 years ago
  29. 0c23320 Split thread stress from end2end to improve parallelism by Craig Tiller · 9 years ago
  30. 691ff71 Merge remote-tracking branch 'upstream/master' into mock by Yang Gao · 9 years ago
  31. 196ade3 add a test using the mock interfaces by Yang Gao · 9 years ago
  32. c71a9d2 clang-format by Yang Gao · 9 years ago
  33. ea13af7 merge with head by Yang Gao · 9 years ago
  34. 3921c56 Expose max message size at the server side by Yang Gao · 9 years ago
  35. 81e57d9 Add a thread stress end2end test by Craig Tiller · 9 years ago
  36. 7305dc6 Merge pull request #1227 from nicolasnoble/the-purge-2 by Craig Tiller · 9 years ago
  37. fa74ec4 Merge pull request #1359 from a11r/cc2 by Yang Gao · 9 years ago
  38. fd2bf67 Merge branch 'master' of github.com:grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 9 years ago
  39. 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
  40. 23be280 Merge branch 'master' of github.com:grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 9 years ago
  41. d774c5c Test client stream cancellation and fix bug exposed by the test. by Abhishek Kumar · 9 years ago
  42. bab1d2c Merge pull request #1307 from a11r/streamcancel by Craig Tiller · 9 years ago
  43. a1d3a72 fixed indentation by Abhishek Kumar · 9 years ago
  44. 3fbf7d7 Merge pull request #1312 from ctiller/batch-metadata by Yang Gao · 9 years ago
  45. 3b3097f Remove an extra unref by Yang Gao · 9 years ago
  46. 12088b2 Tweak tests by Craig Tiller · 9 years ago
  47. 18298a7 Fixed flakes due to OK racing with cancel by Abhishek Kumar · 9 years ago
  48. e41d040 Added end2end test for server streaming rpc cancellation. by Abhishek Kumar · 9 years ago
  49. 82a8331 Added test case demonstrating cancel on bidi stream by Abhishek Kumar · 9 years ago
  50. b7c2035 Merge branch 'master' of https://github.com/grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 9 years ago
  51. 0caebbf Splitting gRPC service class codegen into its own set of files. by Nicolas "Pixel" Noble · 9 years ago
  52. a05b8b7 Removing a few more references to #include <chrono> by Nicolas "Pixel" Noble · 9 years ago
  53. 8921916 Refactoring std::chrono out. by Nicolas Noble · 9 years ago
  54. 0c4b0dd Add tests with delayed cancellation from client and server by Yang Gao · 9 years ago
  55. 48bbd00 merge upstream and resolve conflict by Yang Gao · 9 years ago
  56. 92a928f Make string construction explicit as implicit conversion doesn't work in 4.4 by Vijay Pai · 9 years ago
  57. 96e32aa Merge pull request #1133 from yang-g/cleanup by Nicolas Noble · 9 years ago
  58. 16c78c9 Clean up unneeded includes and remove shutdown protobuf library by Yang Gao · 9 years ago
  59. 82dd80a Elminate range-based fors and work around some other limitations in older compilers by Vijay Pai · 9 years ago
  60. 993d540 covert test to use generic stub by Yang Gao · 9 years ago
  61. 5e36d0d Merge pull request #1093 from nicolasnoble/windows by Jan Tattermusch · 9 years ago
  62. cfd6073 Various Windows fixes. by Nicolas Noble · 9 years ago
  63. 757afae clang-format new changes by Yang Gao · 9 years ago
  64. d672d8f resolve merge confict by Yang Gao · 9 years ago
  65. 700bdeb Merge pull request #1023 from vjpai/async by Yang Gao · 9 years ago
  66. 6baa9b6 clang-format c++ code by Yang Gao · 9 years ago
  67. 7aadf46 Change to std::chrono and add a test. by vjpai · 9 years ago
  68. 1ad253d expose the server's cq through the generic service object by Yang Gao · 9 years ago
  69. 45c09db sort the tags, this is not necessary, just make it look better by Yang Gao · 9 years ago
  70. 9fbbc7b add one bidi test by Yang Gao · 9 years ago
  71. 4999649 Rename to AsyncGeneric* by Yang Gao · 9 years ago
  72. 005eb88 Rename anonymous to generic globally by Yang Gao · 9 years ago
  73. 0cb6c25 A first test with typed async client and untyped service for a simple rpc by Yang Gao · 9 years ago
  74. 61691f9 Merge github.com:grpc/grpc into credit by Craig Tiller · 9 years ago
  75. 1b47b12 Merge remote-tracking branch 'upstream/master' by vjpai · 9 years ago
  76. 64ac47f clang-format all these files by Vijay Pai · 9 years ago
  77. 56c5129 Rename Async methods from generator to avoid naming conflicts to by vjpai · 9 years ago
  78. cf133f4 Make it possible to compile with gcc4.6 by Craig Tiller · 9 years ago
  79. 25f6cd7 Merge github.com:grpc/grpc into credit by Craig Tiller · 9 years ago
  80. b9d91eb Merge github.com:google/grpc into deprecate-c++ by Craig Tiller · 9 years ago
  81. e4fe844 s/CreateChannel/CreateChannelDeprecated by Craig Tiller · 9 years ago
  82. fd1b49b Move to unique_ptr for all GRPC returned objects by Craig Tiller · 9 years ago
  83. 42bc87c Update C++ server with new core API by Craig Tiller · 9 years ago
  84. 47c83fd Credentials prototyping by Craig Tiller · 9 years ago
  85. 980a630 Merge pull request #605 from vjpai/mac by Nicolas Noble · 9 years ago
  86. d5577aa More typecasts to avoid sign-comparison problems on EXPECT_EQ by vjpai · 9 years ago
  87. 2d11c93 Merge github.com:grpc/grpc into an-update-on-c++ by Craig Tiller · 9 years ago
  88. 8a287d1 Merge pull request #588 from yang-g/c++api by Craig Tiller · 9 years ago
  89. 3a5e549 Async client api change. Add a ClientAsyncResponseReader. Make the api similar to streaming and symmetric to server side. by Yang Gao · 9 years ago
  90. eaaee49 Merge github.com:grpc/grpc into an-update-on-c++ by Craig Tiller · 9 years ago
  91. 492968f Server side cancellation receive support by Craig Tiller · 9 years ago
  92. 190d360 Add missing new-lines at end of file by Craig Tiller · 9 years ago
  93. 0605995 Update copyright to 2015 by Craig Tiller · 9 years ago
  94. da699b8 do not leak reader or writer by Yang Gao · 9 years ago
  95. 2b7f537 Add metadata test with rpc. Adding/fixing things to make it work by Yang Gao · 9 years ago
  96. 771fefb Merge pull request #18 from yang-g/c++api by Craig Tiller · 9 years ago
  97. 406b32f Add missing APIs and a first metadata test, and test passes by Yang Gao · 9 years ago
  98. 857680b Compile fixes by Craig Tiller · 9 years ago
  99. 0e0d8e1 add a simple server streaming e2e test, which passes by Yang Gao · 9 years ago
  100. 005f18a change ServerAsyncReader API and add a simple clientstreaming test, it passes by Yang Gao · 9 years ago