1. b20111c clang-format by Craig Tiller · 9 years ago
  2. 0845337 Introduce ahead-of-time registration of (method,host) pairs by Craig Tiller · 9 years ago
  3. 5fa5042 Merge pull request #1267 from vjpai/timers by Craig Tiller · 9 years ago
  4. 4bfcf5b Merge pull request #1241 from ctiller/local_worker by Vijay Pai · 9 years ago
  5. 83df2c3 Merge branch 'master' of git://github.com/vjpai/grpc into timers by Vijay Pai · 9 years ago
  6. 98efdcb Merge remote-tracking branch 'upstream/master' by Vijay Pai · 9 years ago
  7. 0310f13 clang-format results by Vijay Pai · 9 years ago
  8. 6dfa7e6 Move files to a new "profiling" directory to better distinguish from census by Vijay Pai · 9 years ago
  9. 0a94998 Merge github.com:grpc/grpc into windows-fixes by Craig Tiller · 9 years ago
  10. a3f6c4e Merge remote-tracking branch 'upstream/master' by Vijay Pai · 9 years ago
  11. 7549998 Merge branch 'timers' of https://github.com/vjpai/grpc into vjpai-timers by Vijay Pai · 9 years ago
  12. c914c4a Infrastructure for timer insertion, logging, and testing. by Vijay Pai · 9 years ago
  13. 1be726c Merge pull request #1047 from nicolasnoble/freebsd by Vijay Pai · 9 years ago
  14. 30cb596 Merge pull request #1249 from ctiller/tls by Nicolas Noble · 9 years ago
  15. b1c55ce Merge github.com:grpc/grpc into local_worker by Craig Tiller · 9 years ago
  16. d4df088 Remove TODO by Craig Tiller · 9 years ago
  17. 92cd367 Merge pull request #1244 from yang-g/interop by Nicolas Noble · 9 years ago
  18. 7a6d8fd Merge branch 'master' of github.com:grpc/grpc into freebsd by Nicolas "Pixel" Noble · 9 years ago
  19. 8cca9ab Thread local storage for grpc by Craig Tiller · 9 years ago
  20. ffda067 Merge remote-tracking branch 'upstream/master' into interop by Yang Gao · 9 years ago
  21. 217b7f0 Merge branch 'qps' into local_worker by Craig Tiller · 9 years ago
  22. 66f37b4 Merge github.com:google/grpc into qps by Craig Tiller · 9 years ago
  23. 66048f4 Add reporting library, use it by Craig Tiller · 9 years ago
  24. 41faf0f s/11/1 by Craig Tiller · 9 years ago
  25. a400207 Split interop client and server into components by Yang Gao · 9 years ago
  26. e2ecc50 Merge pull request #1222 from ctiller/mac-fixes by Nicolas Noble · 9 years ago
  27. e9a6eb7 Allow RunScenarios to spawn in-process workers by Craig Tiller · 9 years ago
  28. c908eb6 :Merge branch 'qps' of github.com:ctiller/grpc into qps by Craig Tiller · 9 years ago
  29. 4cc8a17 Tweaks by Craig Tiller · 9 years ago
  30. 3ca65e3 Merge pull request #1238 from nicolasnoble/plugin-rework by Yang Gao · 9 years ago
  31. 0caebbf Splitting gRPC service class codegen into its own set of files. by Nicolas "Pixel" Noble · 9 years ago
  32. 206d59a fine tuning by Craig Tiller · 9 years ago
  33. 8221e40 Indentation fixes, s/11/1/g by Craig Tiller · 9 years ago
  34. 1c61af7 Dont sleep forever on async cq by Craig Tiller · 9 years ago
  35. 8a5a666 Handle errors better on client by Craig Tiller · 9 years ago
  36. aa2fca5 Remove asserts by Craig Tiller · 9 years ago
  37. 2c2cf6d Smoke test initial version by Craig Tiller · 9 years ago
  38. b9de09f Allow specifying warmup, benchmark times by Craig Tiller · 9 years ago
  39. f726205 Port port_posix to port_windows. by Craig Tiller · 9 years ago
  40. b8fce7f Remove unix headers by Craig Tiller · 9 years ago
  41. ee76f4f Fix indentation by Craig Tiller · 9 years ago
  42. 34cf2f3 Begin port selection code for windows by Craig Tiller · 9 years ago
  43. 87f8405 Clean up alarm_test.c includes by Craig Tiller · 9 years ago
  44. c02c1d8 clang-format by Craig Tiller · 9 years ago
  45. aec96aa Fix server shutdown by Craig Tiller · 9 years ago
  46. a99157f Fix server shutdown by Craig Tiller · 9 years ago
  47. 91647cc Adding joinable threads, and gpr_thd_join. by Nicolas Noble · 9 years ago
  48. a4b0909 Merge pull request #1180 from vjpai/perf-0402 by Yang Gao · 9 years ago
  49. 1fa0c08 Merge pull request #1173 from nicolasnoble/vs2010 by Jan Tattermusch · 9 years ago
  50. f2554d0 Revive proper SIGINT handling by Vijay Pai · 9 years ago
  51. a727fe2 Created Visual Studio 2010 project files. by Nicolas "Pixel" Noble · 9 years ago
  52. 5a5032d Add a macro to enable replacing the default with a custom port picker by Yang Gao · 9 years ago
  53. 54e16ee Put in calls to profiling by Vijay Pai · 9 years ago
  54. 4967313 Remove unused header file for profiler by Vijay Pai · 9 years ago
  55. ce3bd96 Remove outdated file by Vijay Pai · 9 years ago
  56. 99c2997 Merge pull request #1148 from nathanielmanistaatgoogle/construction-functions by Masood Malekghassemi · 9 years ago
  57. 0c4b0dd Add tests with delayed cancellation from client and server by Yang Gao · 9 years ago
  58. f492b16 Unify early_adopter construction functions by Nathaniel Manista · 9 years ago
  59. bc6f3f0 Merge pull request #1144 from yang-g/genericstub by Vijay Pai · 9 years ago
  60. b946b5e Refactor and add a unit test by Yang Gao · 9 years ago
  61. fa50753 Merge pull request #1113 from vjpai/qps-stream by Yang Gao · 9 years ago
  62. 48bbd00 merge upstream and resolve conflict by Yang Gao · 9 years ago
  63. 166f9d0 add back mis-deleted method string by Yang Gao · 9 years ago
  64. ced2b89 Finish grpc_cli by Yang Gao · 9 years ago
  65. 6130809 Work around a compiler limitation caused by inability to properly handle by vjpai · 9 years ago
  66. 92a928f Make string construction explicit as implicit conversion doesn't work in 4.4 by Vijay Pai · 9 years ago
  67. 4bcab68 Include the config.h file to make sure that nullptr is covered by vjpai · 9 years ago
  68. bef9cbc Eliminate range-based fors by Vijay Pai · 9 years ago
  69. 9032adc Fix conflicts by Vijay Pai · 9 years ago
  70. 96e32aa Merge pull request #1133 from yang-g/cleanup by Nicolas Noble · 9 years ago
  71. 16c78c9 Clean up unneeded includes and remove shutdown protobuf library by Yang Gao · 9 years ago
  72. a5e20d3 a stub of the cli tool by Yang Gao · 9 years ago
  73. 82dd80a Elminate range-based fors and work around some other limitations in older compilers by Vijay Pai · 9 years ago
  74. 6266b93 Sweep different parameter sets in a single shell script. by Vijay Pai · 9 years ago
  75. 1da729a Merge branch 'qps-stream' of https://github.com/vjpai/grpc into vjpai-qps-stream by Vijay Pai · 9 years ago
  76. 8ad3209 Make sure that nothing gets added to cq after shutdown by Vijay Pai · 9 years ago
  77. 55bb5bd No need to do an extra read by Vijay Pai · 9 years ago
  78. c5b3979 test return value of rpc parse by Vijay Pai · 9 years ago
  79. 653803e Make RPC type configurable by vjpai · 9 years ago
  80. 46f6523 Added streaming C++ tests for sync and sync cases by vjpai · 9 years ago
  81. 8931cc1 Adding a test to check the openssl version we are using. by Julien Boeuf · 9 years ago
  82. cdb2a6e Protect on some overflow scenarios, add a test and build/run the test by Yang Gao · 9 years ago
  83. 993d540 covert test to use generic stub by Yang Gao · 9 years ago
  84. f0863b0 Merge branch 'master' of github.com:google/grpc into freebsd by Nicolas "Pixel" Noble · 9 years ago
  85. 5e36d0d Merge pull request #1093 from nicolasnoble/windows by Jan Tattermusch · 9 years ago
  86. c55a1d4 Merge pull request #1091 from dklempner/trim_metadata_test by Vijay Pai · 9 years ago
  87. 1fc0469 sync to head and run clang-format again by Yang Gao · 9 years ago
  88. cfd6073 Various Windows fixes. by Nicolas Noble · 9 years ago
  89. f209397 Merge pull request #1067 from yang-g/print by donnadionne · 9 years ago
  90. a4ac78c Make metadata_test test_things_stick_around use fewer strings by David Klempner · 9 years ago
  91. 89905ac Factor out interface-specific early_adopter code by Masood Malekghassemi · 9 years ago
  92. 757afae clang-format new changes by Yang Gao · 9 years ago
  93. d672d8f resolve merge confict by Yang Gao · 9 years ago
  94. 700bdeb Merge pull request #1023 from vjpai/async by Yang Gao · 9 years ago
  95. 3c220df Print out status when it is not ok in interop tests by Yang Gao · 9 years ago
  96. 6baa9b6 clang-format c++ code by Yang Gao · 9 years ago
  97. 7aadf46 Change to std::chrono and add a test. by vjpai · 9 years ago
  98. 1ad253d expose the server's cq through the generic service object by Yang Gao · 9 years ago
  99. 5333c5a Merge branch 'master' into untypedAPI by Yang Gao · 9 years ago
  100. c91a9f9 Merge pull request #1011 from yang-g/jwt by jboeuf · 9 years ago