1. 7551fa6 Merge github.com:grpc/grpc into one-pass by Craig Tiller · 9 years ago
  2. 7305dc6 Merge pull request #1227 from nicolasnoble/the-purge-2 by Craig Tiller · 9 years ago
  3. fa74ec4 Merge pull request #1359 from a11r/cc2 by Yang Gao · 9 years ago
  4. 9a5eee1 Merge pull request #1360 from nicolasnoble/flakes by Yang Gao · 9 years ago
  5. fd2bf67 Merge branch 'master' of github.com:grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 9 years ago
  6. 1a727fd clang-format by Craig Tiller · 9 years ago
  7. 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
  8. f87b609 Fix array size by Craig Tiller · 9 years ago
  9. fdcd07b Merge branch 'master' of github.com:grpc/grpc into flakes by Nicolas "Pixel" Noble · 9 years ago
  10. b8137b3 Flagging some tests as flaky. by Nicolas "Pixel" Noble · 9 years ago
  11. f0ebc99 Merge github.com:grpc/grpc into one-pass by Craig Tiller · 9 years ago
  12. 23be280 Merge branch 'master' of github.com:grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 9 years ago
  13. 6e84aba Make the things compile again by Craig Tiller · 9 years ago
  14. d774c5c Test client stream cancellation and fix bug exposed by the test. by Abhishek Kumar · 9 years ago
  15. bab1d2c Merge pull request #1307 from a11r/streamcancel by Craig Tiller · 9 years ago
  16. 06aeea7 clang-format by Craig Tiller · 9 years ago
  17. a1d3a72 fixed indentation by Abhishek Kumar · 9 years ago
  18. 010f1e7 More work in not having to compile OpenSSL. by Nicolas "Pixel" Noble · 9 years ago
  19. 97a678e Merge github.com:google/grpc into one-pass by Craig Tiller · 9 years ago
  20. 99738f6 Making sure we don't require OpenSSL for tests that, in fact, don't need it. by Nicolas "Pixel" Noble · 9 years ago
  21. fbf5be2 One test compiles by Craig Tiller · 9 years ago
  22. 3fbf7d7 Merge pull request #1312 from ctiller/batch-metadata by Yang Gao · 9 years ago
  23. 5225281 Update flaky bit for unsecure tests by Craig Tiller · 9 years ago
  24. 062db02 Merge github.com:google/grpc into batch-metadata by Craig Tiller · 9 years ago
  25. 3b3097f Remove an extra unref by Yang Gao · 9 years ago
  26. c8b357f Run capable test suites against grpc_unsecure by Craig Tiller · 9 years ago
  27. 12088b2 Tweak tests by Craig Tiller · 9 years ago
  28. c8a2299 Merge github.com:grpc/grpc into batch-metadata by Craig Tiller · 9 years ago
  29. 7d1d9ca Refactoring of core security to remove the factories. by Julien Boeuf · 10 years ago
  30. 5c019ae clang-format by Craig Tiller · 10 years ago
  31. bd22271 Random small fixes by Craig Tiller · 10 years ago
  32. 8fddccb Mark large requests tests flaky (they are buggy) by Craig Tiller · 10 years ago
  33. 18298a7 Fixed flakes due to OK racing with cancel by Abhishek Kumar · 10 years ago
  34. e41d040 Added end2end test for server streaming rpc cancellation. by Abhishek Kumar · 10 years ago
  35. 82a8331 Added test case demonstrating cancel on bidi stream by Abhishek Kumar · 10 years ago
  36. c6f60ea Merge pull request #1292 from jboeuf/load_file_with_null_term by Craig Tiller · 10 years ago
  37. 60572d4 Move .proto files up for reuse by Abhishek Kumar · 10 years ago
  38. 1b3e3cd Moving test.proto to an outer directory so others can depend on it. by Abhishek Kumar · 10 years ago
  39. 9c1043e Progress towards transport using metadata batches by Craig Tiller · 10 years ago
  40. d35b710 Merge pull request #1291 from yang-g/headers by Nicolas Noble · 10 years ago
  41. 234458d Merge pull request #1290 from yang-g/interop by donnadionne · 10 years ago
  42. 4e99edb Kill transport end2end tests: not useful by Craig Tiller · 10 years ago
  43. 6902ad2 Switching to batch oriented metadata passing by Craig Tiller · 10 years ago
  44. b20111c clang-format by Craig Tiller · 10 years ago
  45. 0845337 Introduce ahead-of-time registration of (method,host) pairs by Craig Tiller · 10 years ago
  46. 28d75d9 Adding option to add a null terminator when loading a file. by Julien Boeuf · 10 years ago
  47. 103837e Wrap ParseCommandLineFlags in InitTest by Yang Gao · 10 years ago
  48. eaccf90 Return 1 when test_case is not supported in interop test by Yang Gao · 10 years ago
  49. 5fa5042 Merge pull request #1267 from vjpai/timers by Craig Tiller · 10 years ago
  50. 4bfcf5b Merge pull request #1241 from ctiller/local_worker by Vijay Pai · 10 years ago
  51. 83df2c3 Merge branch 'master' of git://github.com/vjpai/grpc into timers by Vijay Pai · 10 years ago
  52. 98efdcb Merge remote-tracking branch 'upstream/master' by Vijay Pai · 10 years ago
  53. 0310f13 clang-format results by Vijay Pai · 10 years ago
  54. 6dfa7e6 Move files to a new "profiling" directory to better distinguish from census by Vijay Pai · 10 years ago
  55. 0a94998 Merge github.com:grpc/grpc into windows-fixes by Craig Tiller · 10 years ago
  56. a3f6c4e Merge remote-tracking branch 'upstream/master' by Vijay Pai · 10 years ago
  57. 7549998 Merge branch 'timers' of https://github.com/vjpai/grpc into vjpai-timers by Vijay Pai · 10 years ago
  58. c914c4a Infrastructure for timer insertion, logging, and testing. by Vijay Pai · 10 years ago
  59. 1be726c Merge pull request #1047 from nicolasnoble/freebsd by Vijay Pai · 10 years ago
  60. 30cb596 Merge pull request #1249 from ctiller/tls by Nicolas Noble · 10 years ago
  61. b7c2035 Merge branch 'master' of https://github.com/grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 10 years ago
  62. b1c55ce Merge github.com:grpc/grpc into local_worker by Craig Tiller · 10 years ago
  63. d4df088 Remove TODO by Craig Tiller · 10 years ago
  64. 92cd367 Merge pull request #1244 from yang-g/interop by Nicolas Noble · 10 years ago
  65. 7a6d8fd Merge branch 'master' of github.com:grpc/grpc into freebsd by Nicolas "Pixel" Noble · 10 years ago
  66. 8cca9ab Thread local storage for grpc by Craig Tiller · 10 years ago
  67. ffda067 Merge remote-tracking branch 'upstream/master' into interop by Yang Gao · 10 years ago
  68. 217b7f0 Merge branch 'qps' into local_worker by Craig Tiller · 10 years ago
  69. 66f37b4 Merge github.com:google/grpc into qps by Craig Tiller · 10 years ago
  70. 66048f4 Add reporting library, use it by Craig Tiller · 10 years ago
  71. 41faf0f s/11/1 by Craig Tiller · 10 years ago
  72. a400207 Split interop client and server into components by Yang Gao · 10 years ago
  73. e2ecc50 Merge pull request #1222 from ctiller/mac-fixes by Nicolas Noble · 10 years ago
  74. e9a6eb7 Allow RunScenarios to spawn in-process workers by Craig Tiller · 10 years ago
  75. c908eb6 :Merge branch 'qps' of github.com:ctiller/grpc into qps by Craig Tiller · 10 years ago
  76. 4cc8a17 Tweaks by Craig Tiller · 10 years ago
  77. 3ca65e3 Merge pull request #1238 from nicolasnoble/plugin-rework by Yang Gao · 10 years ago
  78. 0caebbf Splitting gRPC service class codegen into its own set of files. by Nicolas "Pixel" Noble · 10 years ago
  79. 206d59a fine tuning by Craig Tiller · 10 years ago
  80. 8221e40 Indentation fixes, s/11/1/g by Craig Tiller · 10 years ago
  81. 1c61af7 Dont sleep forever on async cq by Craig Tiller · 10 years ago
  82. 8a5a666 Handle errors better on client by Craig Tiller · 10 years ago
  83. aa2fca5 Remove asserts by Craig Tiller · 10 years ago
  84. 2c2cf6d Smoke test initial version by Craig Tiller · 10 years ago
  85. b9de09f Allow specifying warmup, benchmark times by Craig Tiller · 10 years ago
  86. f726205 Port port_posix to port_windows. by Craig Tiller · 10 years ago
  87. b8fce7f Remove unix headers by Craig Tiller · 10 years ago
  88. ee76f4f Fix indentation by Craig Tiller · 10 years ago
  89. 34cf2f3 Begin port selection code for windows by Craig Tiller · 10 years ago
  90. 87f8405 Clean up alarm_test.c includes by Craig Tiller · 10 years ago
  91. a05b8b7 Removing a few more references to #include <chrono> by Nicolas "Pixel" Noble · 10 years ago
  92. 8921916 Refactoring std::chrono out. by Nicolas Noble · 10 years ago
  93. c02c1d8 clang-format by Craig Tiller · 10 years ago
  94. aec96aa Fix server shutdown by Craig Tiller · 10 years ago
  95. a99157f Fix server shutdown by Craig Tiller · 10 years ago
  96. 91647cc Adding joinable threads, and gpr_thd_join. by Nicolas Noble · 10 years ago
  97. a4b0909 Merge pull request #1180 from vjpai/perf-0402 by Yang Gao · 10 years ago
  98. 1fa0c08 Merge pull request #1173 from nicolasnoble/vs2010 by Jan Tattermusch · 10 years ago
  99. f2554d0 Revive proper SIGINT handling by Vijay Pai · 10 years ago
  100. a727fe2 Created Visual Studio 2010 project files. by Nicolas "Pixel" Noble · 10 years ago