1. aef386b Merge pull request #1530 from ctiller/async-fail by Vijay Pai · 9 years ago
  2. 2bac1f8 Merge pull request #1470 from vjpai/stream_ctx by Craig Tiller · 9 years ago
  3. f51199f Increase test timeout by Craig Tiller · 9 years ago
  4. 9b015dc Merge branch 'standalone_benchmarks' of https://github.com/dgquintas/grpc into dgquintas-standalone_benchmarks by Craig Tiller · 9 years ago
  5. f7ad9a0 Merge branch 'yang-g-mock' by Craig Tiller · 9 years ago
  6. 2da0296 Eliminate need for SIGPIPE handling by Craig Tiller · 9 years ago
  7. 4f1a75f Merge branch 'master' into stream_ctx by vjpai · 9 years ago
  8. d4f10c0 Split C++'s smoke_test into 4 stand alone ones. by David Garcia Quintas · 9 years ago
  9. 691ff71 Merge remote-tracking branch 'upstream/master' into mock by Yang Gao · 9 years ago
  10. 196ade3 add a test using the mock interfaces by Yang Gao · 9 years ago
  11. dfe83de Make sure that we have enough server threads to actually support the by Vijay Pai · 9 years ago
  12. 0a41293 Also need to create a vector of streams by vjpai · 9 years ago
  13. 36ff3f0 clang-format by Vijay Pai · 9 years ago
  14. 25aa12f Support multi-stream synchronous client tests by Vijay Pai · 9 years ago
  15. 3d3d632 merge with head by Yang Gao · 9 years ago
  16. 041998d Change function-pointer to std::function by vjpai · 9 years ago
  17. c71a9d2 clang-format by Yang Gao · 9 years ago
  18. 3b2e2f7 Merge branch 'master' into async-cleanup by vjpai · 9 years ago
  19. ea13af7 merge with head by Yang Gao · 9 years ago
  20. 3921c56 Expose max message size at the server side by Yang Gao · 9 years ago
  21. 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
  22. 81e57d9 Add a thread stress end2end test by Craig Tiller · 9 years ago
  23. 07b2fe6 Move end_threads to subclass since some subclass-specific fields will still be by vjpai · 9 years ago
  24. c866705 Merge pull request #1367 from yang-g/interop by Craig Tiller · 9 years ago
  25. fec0c2c Merge pull request #1375 from ctiller/qps_client by Vijay Pai · 9 years ago
  26. 98ae48d Ignore SIGPIPE by Craig Tiller · 9 years ago
  27. 77e0d64 Fix a race in QPS client shutdown by Craig Tiller · 9 years ago
  28. 7305dc6 Merge pull request #1227 from nicolasnoble/the-purge-2 by Craig Tiller · 9 years ago
  29. fa74ec4 Merge pull request #1359 from a11r/cc2 by Yang Gao · 9 years ago
  30. 68d6157 Add two scenarios in interop test by Yang Gao · 9 years ago
  31. fd2bf67 Merge branch 'master' of github.com:grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 9 years ago
  32. 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
  33. 23be280 Merge branch 'master' of github.com:grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 9 years ago
  34. d774c5c Test client stream cancellation and fix bug exposed by the test. by Abhishek Kumar · 9 years ago
  35. bab1d2c Merge pull request #1307 from a11r/streamcancel by Craig Tiller · 9 years ago
  36. a1d3a72 fixed indentation by Abhishek Kumar · 9 years ago
  37. 3fbf7d7 Merge pull request #1312 from ctiller/batch-metadata by Yang Gao · 9 years ago
  38. 3b3097f Remove an extra unref by Yang Gao · 9 years ago
  39. 12088b2 Tweak tests by Craig Tiller · 9 years ago
  40. 18298a7 Fixed flakes due to OK racing with cancel by Abhishek Kumar · 9 years ago
  41. e41d040 Added end2end test for server streaming rpc cancellation. by Abhishek Kumar · 9 years ago
  42. 82a8331 Added test case demonstrating cancel on bidi stream by Abhishek Kumar · 9 years ago
  43. 60572d4 Move .proto files up for reuse by Abhishek Kumar · 9 years ago
  44. 1b3e3cd Moving test.proto to an outer directory so others can depend on it. by Abhishek Kumar · 9 years ago
  45. d35b710 Merge pull request #1291 from yang-g/headers by Nicolas Noble · 9 years ago
  46. 103837e Wrap ParseCommandLineFlags in InitTest by Yang Gao · 9 years ago
  47. eaccf90 Return 1 when test_case is not supported in interop test by Yang Gao · 9 years ago
  48. b7c2035 Merge branch 'master' of https://github.com/grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 9 years ago
  49. b1c55ce Merge github.com:grpc/grpc into local_worker by Craig Tiller · 9 years ago
  50. 92cd367 Merge pull request #1244 from yang-g/interop by Nicolas Noble · 9 years ago
  51. 217b7f0 Merge branch 'qps' into local_worker by Craig Tiller · 9 years ago
  52. 66f37b4 Merge github.com:google/grpc into qps by Craig Tiller · 9 years ago
  53. 66048f4 Add reporting library, use it by Craig Tiller · 9 years ago
  54. 41faf0f s/11/1 by Craig Tiller · 9 years ago
  55. a400207 Split interop client and server into components by Yang Gao · 9 years ago
  56. e9a6eb7 Allow RunScenarios to spawn in-process workers by Craig Tiller · 9 years ago
  57. c908eb6 :Merge branch 'qps' of github.com:ctiller/grpc into qps by Craig Tiller · 9 years ago
  58. 4cc8a17 Tweaks by Craig Tiller · 9 years ago
  59. 3ca65e3 Merge pull request #1238 from nicolasnoble/plugin-rework by Yang Gao · 9 years ago
  60. 0caebbf Splitting gRPC service class codegen into its own set of files. by Nicolas "Pixel" Noble · 9 years ago
  61. 206d59a fine tuning by Craig Tiller · 9 years ago
  62. 8221e40 Indentation fixes, s/11/1/g by Craig Tiller · 9 years ago
  63. 1c61af7 Dont sleep forever on async cq by Craig Tiller · 9 years ago
  64. 8a5a666 Handle errors better on client by Craig Tiller · 9 years ago
  65. aa2fca5 Remove asserts by Craig Tiller · 9 years ago
  66. 2c2cf6d Smoke test initial version by Craig Tiller · 9 years ago
  67. b9de09f Allow specifying warmup, benchmark times by Craig Tiller · 9 years ago
  68. a05b8b7 Removing a few more references to #include <chrono> by Nicolas "Pixel" Noble · 9 years ago
  69. 8921916 Refactoring std::chrono out. by Nicolas Noble · 9 years ago
  70. f2554d0 Revive proper SIGINT handling by Vijay Pai · 9 years ago
  71. 54e16ee Put in calls to profiling by Vijay Pai · 9 years ago
  72. 4967313 Remove unused header file for profiler by Vijay Pai · 9 years ago
  73. ce3bd96 Remove outdated file by Vijay Pai · 9 years ago
  74. 0c4b0dd Add tests with delayed cancellation from client and server by Yang Gao · 9 years ago
  75. bc6f3f0 Merge pull request #1144 from yang-g/genericstub by Vijay Pai · 9 years ago
  76. b946b5e Refactor and add a unit test by Yang Gao · 9 years ago
  77. fa50753 Merge pull request #1113 from vjpai/qps-stream by Yang Gao · 9 years ago
  78. 48bbd00 merge upstream and resolve conflict by Yang Gao · 9 years ago
  79. 166f9d0 add back mis-deleted method string by Yang Gao · 9 years ago
  80. ced2b89 Finish grpc_cli by Yang Gao · 9 years ago
  81. 6130809 Work around a compiler limitation caused by inability to properly handle by vjpai · 9 years ago
  82. 92a928f Make string construction explicit as implicit conversion doesn't work in 4.4 by Vijay Pai · 9 years ago
  83. 4bcab68 Include the config.h file to make sure that nullptr is covered by vjpai · 9 years ago
  84. bef9cbc Eliminate range-based fors by Vijay Pai · 9 years ago
  85. 9032adc Fix conflicts by Vijay Pai · 9 years ago
  86. 96e32aa Merge pull request #1133 from yang-g/cleanup by Nicolas Noble · 9 years ago
  87. 16c78c9 Clean up unneeded includes and remove shutdown protobuf library by Yang Gao · 9 years ago
  88. a5e20d3 a stub of the cli tool by Yang Gao · 9 years ago
  89. 82dd80a Elminate range-based fors and work around some other limitations in older compilers by Vijay Pai · 9 years ago
  90. 6266b93 Sweep different parameter sets in a single shell script. by Vijay Pai · 9 years ago
  91. 1da729a Merge branch 'qps-stream' of https://github.com/vjpai/grpc into vjpai-qps-stream by Vijay Pai · 9 years ago
  92. 8ad3209 Make sure that nothing gets added to cq after shutdown by Vijay Pai · 9 years ago
  93. 55bb5bd No need to do an extra read by Vijay Pai · 9 years ago
  94. c5b3979 test return value of rpc parse by Vijay Pai · 9 years ago
  95. 653803e Make RPC type configurable by vjpai · 9 years ago
  96. 46f6523 Added streaming C++ tests for sync and sync cases by vjpai · 9 years ago
  97. cdb2a6e Protect on some overflow scenarios, add a test and build/run the test by Yang Gao · 9 years ago
  98. 993d540 covert test to use generic stub by Yang Gao · 9 years ago
  99. 5e36d0d Merge pull request #1093 from nicolasnoble/windows by Jan Tattermusch · 9 years ago
  100. 1fc0469 sync to head and run clang-format again by Yang Gao · 9 years ago