1. 882431f Compile fix by Craig Tiller · 9 years ago
  2. 49c3b01 Better RNG seeding portability by Craig Tiller · 9 years ago
  3. f98e56c Cheesy attempt to get this working on Travis by Craig Tiller · 9 years ago
  4. b57f72d resolve comments by Yang Gao · 9 years ago
  5. 26a4912 Add fake credentials to the test and verify it actually works by Yang Gao · 9 years ago
  6. 280ca17 resolve comments by Yang Gao · 9 years ago
  7. a893892 support per call credentials in c++ by Yang Gao · 9 years ago
  8. a468c36 Merge pull request #1493 from ctiller/churn-churn-churn-the-api-gently-down-the-stream by Yang Gao · 9 years ago
  9. 2e9157d Added async streaming ping pong test by Siddharth Rakesh · 9 years ago
  10. 9038101 Merge pull request #1494 from ctiller/the-churnening by Yang Gao · 9 years ago
  11. 9b75c66 Merge pull request #1489 from ctiller/all-the-small-things by Yang Gao · 9 years ago
  12. 0b488f7 Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream by Craig Tiller · 9 years ago
  13. aef386b Merge pull request #1530 from ctiller/async-fail by Vijay Pai · 9 years ago
  14. 5f871ac Merge github.com:grpc/grpc into the-churnening by Craig Tiller · 9 years ago
  15. e9da2ee Merge github.com:grpc/grpc into all-the-small-things by Craig Tiller · 9 years ago
  16. 2bac1f8 Merge pull request #1470 from vjpai/stream_ctx by Craig Tiller · 9 years ago
  17. f51199f Increase test timeout by Craig Tiller · 9 years ago
  18. 2be6095 Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream by Craig Tiller · 9 years ago
  19. 9b015dc Merge branch 'standalone_benchmarks' of https://github.com/dgquintas/grpc into dgquintas-standalone_benchmarks by Craig Tiller · 9 years ago
  20. f7ad9a0 Merge branch 'yang-g-mock' by Craig Tiller · 9 years ago
  21. 696929e Merge github.com:grpc/grpc into all-the-small-things by Craig Tiller · 9 years ago
  22. fee0cfa Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream by Craig Tiller · 9 years ago
  23. 2da0296 Eliminate need for SIGPIPE handling by Craig Tiller · 9 years ago
  24. fb775b8 Fix test by Craig Tiller · 9 years ago
  25. 3676b38 Lose redundant tag on unary calls by Craig Tiller · 9 years ago
  26. f9e6adf Completion queue binding for new requests API change by Craig Tiller · 9 years ago
  27. 0c23320 Split thread stress from end2end to improve parallelism by Craig Tiller · 9 years ago
  28. 4f1a75f Merge branch 'master' into stream_ctx by vjpai · 9 years ago
  29. d4f10c0 Split C++'s smoke_test into 4 stand alone ones. by David Garcia Quintas · 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. dfe83de Make sure that we have enough server threads to actually support the by Vijay Pai · 9 years ago
  33. 0a41293 Also need to create a vector of streams by vjpai · 9 years ago
  34. 36ff3f0 clang-format by Vijay Pai · 9 years ago
  35. 25aa12f Support multi-stream synchronous client tests by Vijay Pai · 9 years ago
  36. 3d3d632 merge with head by Yang Gao · 9 years ago
  37. 041998d Change function-pointer to std::function by vjpai · 9 years ago
  38. c71a9d2 clang-format by Yang Gao · 9 years ago
  39. 3b2e2f7 Merge branch 'master' into async-cleanup by vjpai · 9 years ago
  40. ea13af7 merge with head by Yang Gao · 9 years ago
  41. 3921c56 Expose max message size at the server side by Yang Gao · 9 years ago
  42. e10ebf1 Keep code that is common between both async client versions in a new async superclass and only use unary/streaming-specific material in the subclass. by Vijay Pai · 9 years ago
  43. 81e57d9 Add a thread stress end2end test by Craig Tiller · 9 years ago
  44. 07b2fe6 Move end_threads to subclass since some subclass-specific fields will still be by vjpai · 9 years ago
  45. c866705 Merge pull request #1367 from yang-g/interop by Craig Tiller · 9 years ago
  46. fec0c2c Merge pull request #1375 from ctiller/qps_client by Vijay Pai · 9 years ago
  47. 98ae48d Ignore SIGPIPE by Craig Tiller · 9 years ago
  48. 77e0d64 Fix a race in QPS client shutdown by Craig Tiller · 9 years ago
  49. 7305dc6 Merge pull request #1227 from nicolasnoble/the-purge-2 by Craig Tiller · 9 years ago
  50. fa74ec4 Merge pull request #1359 from a11r/cc2 by Yang Gao · 9 years ago
  51. 68d6157 Add two scenarios in interop test by Yang Gao · 9 years ago
  52. fd2bf67 Merge branch 'master' of github.com:grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 9 years ago
  53. 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
  54. 23be280 Merge branch 'master' of github.com:grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 9 years ago
  55. d774c5c Test client stream cancellation and fix bug exposed by the test. by Abhishek Kumar · 9 years ago
  56. bab1d2c Merge pull request #1307 from a11r/streamcancel by Craig Tiller · 9 years ago
  57. a1d3a72 fixed indentation by Abhishek Kumar · 9 years ago
  58. 3fbf7d7 Merge pull request #1312 from ctiller/batch-metadata by Yang Gao · 9 years ago
  59. 3b3097f Remove an extra unref by Yang Gao · 9 years ago
  60. 12088b2 Tweak tests by Craig Tiller · 9 years ago
  61. 18298a7 Fixed flakes due to OK racing with cancel by Abhishek Kumar · 9 years ago
  62. e41d040 Added end2end test for server streaming rpc cancellation. by Abhishek Kumar · 9 years ago
  63. 82a8331 Added test case demonstrating cancel on bidi stream by Abhishek Kumar · 9 years ago
  64. 60572d4 Move .proto files up for reuse by Abhishek Kumar · 9 years ago
  65. 1b3e3cd Moving test.proto to an outer directory so others can depend on it. by Abhishek Kumar · 9 years ago
  66. d35b710 Merge pull request #1291 from yang-g/headers by Nicolas Noble · 9 years ago
  67. 103837e Wrap ParseCommandLineFlags in InitTest by Yang Gao · 9 years ago
  68. eaccf90 Return 1 when test_case is not supported in interop test by Yang Gao · 9 years ago
  69. b7c2035 Merge branch 'master' of https://github.com/grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 9 years ago
  70. b1c55ce Merge github.com:grpc/grpc into local_worker by Craig Tiller · 9 years ago
  71. 92cd367 Merge pull request #1244 from yang-g/interop by Nicolas Noble · 9 years ago
  72. 217b7f0 Merge branch 'qps' into local_worker by Craig Tiller · 9 years ago
  73. 66f37b4 Merge github.com:google/grpc into qps by Craig Tiller · 9 years ago
  74. 66048f4 Add reporting library, use it by Craig Tiller · 9 years ago
  75. 41faf0f s/11/1 by Craig Tiller · 9 years ago
  76. a400207 Split interop client and server into components by Yang Gao · 9 years ago
  77. e9a6eb7 Allow RunScenarios to spawn in-process workers by Craig Tiller · 9 years ago
  78. c908eb6 :Merge branch 'qps' of github.com:ctiller/grpc into qps by Craig Tiller · 9 years ago
  79. 4cc8a17 Tweaks by Craig Tiller · 9 years ago
  80. 3ca65e3 Merge pull request #1238 from nicolasnoble/plugin-rework by Yang Gao · 9 years ago
  81. 0caebbf Splitting gRPC service class codegen into its own set of files. by Nicolas "Pixel" Noble · 9 years ago
  82. 206d59a fine tuning by Craig Tiller · 9 years ago
  83. 8221e40 Indentation fixes, s/11/1/g by Craig Tiller · 9 years ago
  84. 1c61af7 Dont sleep forever on async cq by Craig Tiller · 9 years ago
  85. 8a5a666 Handle errors better on client by Craig Tiller · 9 years ago
  86. aa2fca5 Remove asserts by Craig Tiller · 9 years ago
  87. 2c2cf6d Smoke test initial version by Craig Tiller · 9 years ago
  88. b9de09f Allow specifying warmup, benchmark times by Craig Tiller · 9 years ago
  89. a05b8b7 Removing a few more references to #include <chrono> by Nicolas "Pixel" Noble · 9 years ago
  90. 8921916 Refactoring std::chrono out. by Nicolas Noble · 9 years ago
  91. f2554d0 Revive proper SIGINT handling by Vijay Pai · 9 years ago
  92. 54e16ee Put in calls to profiling by Vijay Pai · 9 years ago
  93. 4967313 Remove unused header file for profiler by Vijay Pai · 9 years ago
  94. ce3bd96 Remove outdated file by Vijay Pai · 9 years ago
  95. 0c4b0dd Add tests with delayed cancellation from client and server by Yang Gao · 9 years ago
  96. bc6f3f0 Merge pull request #1144 from yang-g/genericstub by Vijay Pai · 9 years ago
  97. b946b5e Refactor and add a unit test by Yang Gao · 9 years ago
  98. fa50753 Merge pull request #1113 from vjpai/qps-stream by Yang Gao · 9 years ago
  99. 48bbd00 merge upstream and resolve conflict by Yang Gao · 9 years ago
  100. 166f9d0 add back mis-deleted method string by Yang Gao · 9 years ago