1. c1a2c31 Update the Status API by Yang Gao · 9 years ago
  2. 4b3f952 make buildtests on windows pass by Jan Tattermusch · 9 years ago
  3. 5ee11a8 Stability fixes for python_plugin_test by Nathaniel Manista · 9 years ago
  4. dad6eee Merge pull request #2024 from nathanielmanistaatgoogle/python_plugin_test-cosmetics by Nathaniel Manista · 9 years ago
  5. 51f938f Make async server use one CQ per server thread by Craig Tiller · 9 years ago
  6. b6d57e7 add missed explicit by Yang Gao · 9 years ago
  7. 26a5bfa Cosmetic tweaks to python_plugin_test.py by Nathaniel Manista · 9 years ago
  8. cb7bcb1 Merge pull request #1958 from vjpai/qps-proto3 by David G. Quintas · 9 years ago
  9. e78ee18 Renumber message fields by vjpai · 9 years ago
  10. ca28137 Added missing compression.h file. by David Garcia Quintas · 9 years ago
  11. 59f905d Changes to byte_buffer based on comments. by David Garcia Quintas · 9 years ago
  12. febf3b0 Merge pull request #1984 from grpc/revert-1980-revert-1948-poisson by Craig Tiller · 9 years ago
  13. 2490d9d Handle all cases properly by vjpai · 9 years ago
  14. 37253d9 Merge remote-tracking branch 'upstream/revert-1980-revert-1948-poisson' into qps-proto3 by vjpai · 9 years ago
  15. 93b0f63 Merge pull request #1979 from ctiller/cereal-is-bad-for-your-health by Vijay Pai · 9 years ago
  16. d9c7e7e Stop worrying about 1 second deadline as a fatal problem Also fix reporter by Vijay Pai · 9 years ago
  17. 372fd87 Revert "Revert "Open loop sync/async multithreaded testing"" by Vijay Pai · 9 years ago
  18. bb7370f Missing required changes from pull req. #1964 by David Garcia Quintas · 9 years ago
  19. 237443f Merge branch 'master' of github.com:grpc/grpc into compression by David Garcia Quintas · 9 years ago
  20. 52d646e Merge github.com:grpc/grpc into cereal-is-bad-for-your-health by Craig Tiller · 9 years ago
  21. d55636d Revert "Open loop sync/async multithreaded testing" by Craig Tiller · 9 years ago
  22. 250e96d Dont serialize new call requests under the server test lock by Craig Tiller · 9 years ago
  23. ba9df85 Merge pull request #1948 from vjpai/poisson by Craig Tiller · 9 years ago
  24. 2e84c85 Merge pull request #1964 from dgquintas/reporter-interface-tweak by Vijay Pai · 9 years ago
  25. 74ff607 Merge pull request #1902 from ctiller/not-everything-is-linux by Vijay Pai · 9 years ago
  26. fb61373 Add a new test for qps openloop to make sure this code gets exercised by vjpai · 9 years ago
  27. aa4548d Add a new test for qps openloop to make sure this code gets exercised by vjpai · 9 years ago
  28. cce361f Merge pull request #1961 from ctiller/moar-defense by Nicolas Noble · 9 years ago
  29. c695066 Removed redundant parameter from Reporter interface. by David Garcia Quintas · 9 years ago
  30. 25d02d5 Made grpc_byte_buffer_reader able to decompress msgs. by David Garcia Quintas · 9 years ago
  31. 83b2f25 clang-format by Craig Tiller · 9 years ago
  32. 3c26d09 Add a test of bad settings frame (and fix a bug!) by Craig Tiller · 9 years ago
  33. 191b674 Address reviewer comment by not having non-const reference by vjpai · 9 years ago
  34. 804afe6 Update QPS test to proto3 syntax by vjpai · 9 years ago
  35. b5075e3 Add working tests for httpcli by Craig Tiller · 9 years ago
  36. 36403af Address review comments for code clarity by Vijay Pai · 9 years ago
  37. 92b7f87 Add comments describing various random distributions by Vijay Pai · 9 years ago
  38. fcedc15 Use typedef rather than using to make Travis happy by Vijay Pai · 9 years ago
  39. cf3fb09 clang-format by Vijay Pai · 9 years ago
  40. c7de81e Better management of channel attempts and channel coverage by Vijay Pai · 9 years ago
  41. db398e0 Omit redundant record-keeping by Vijay Pai · 9 years ago
  42. 06c9951 Take some code out from under a lock_guard and try to by Vijay Pai · 9 years ago
  43. 7b172b2 Get the code to stop crashing by fixing bugs by Vijay Pai · 9 years ago
  44. dc0615f Init a variable by vjpai · 9 years ago
  45. d1dce90 Minor fixes by vjpai · 9 years ago
  46. ca61f5b Merge branch 'master' into poisson by vjpai · 9 years ago
  47. 491a67b Merge pull request #1903 from ctiller/maybe-i-want-to-change-my-mind by Yang Gao · 9 years ago
  48. af7abf9 Enable runtime configuration of tracers by Craig Tiller · 9 years ago
  49. 9e1ba43 Fix compilation on mac by Craig Tiller · 9 years ago
  50. 8eedd4a Context activation for async by Vijay Pai · 9 years ago
  51. 701af60 Expose gpr_asprintf and gpr_strdup by Masood Malekghassemi · 9 years ago
  52. 9dc5c15 Account for time difference in mac and linux by Vijay Pai · 9 years ago
  53. 8559485 Bug fix by Vijay Pai · 9 years ago
  54. 7abc4e7 Invoke LoadTest setup by vjpai · 9 years ago
  55. afc3ee8 Merge branch 'master' into poisson by vjpai · 9 years ago
  56. 669c139 Merge pull request #1866 from dgquintas/stack-allocate-bb-reader by Craig Tiller · 9 years ago
  57. 0ed8b1f Merge pull request #1874 from dgquintas/server_context_leak by Craig Tiller · 9 years ago
  58. 3beb20c Support use of high_res clock in timepoints by vjpai · 9 years ago
  59. c9516d4 Fixed memory leak in server_async by David Garcia Quintas · 9 years ago
  60. 19fdb33 Merge pull request #1856 from ctiller/count-the-things by Nicolas Noble · 9 years ago
  61. 924d459 Fix timer issues by vjpai · 9 years ago
  62. 206e6e8 Merge pull request #1864 from ctiller/cq-says-what by Jan Tattermusch · 9 years ago
  63. 30bd4eb Removed grpc_byte_buffer_reader_{create,destroy}. by David Garcia Quintas · 9 years ago
  64. 3d67c7c Merge github.com:grpc/grpc into count-the-things by Craig Tiller · 9 years ago
  65. 795b242 Merge pull request #1857 from yang-g/test by Craig Tiller · 9 years ago
  66. e53a282 Merge pull request #1862 from nicolasnoble/fixing-tools by Craig Tiller · 9 years ago
  67. c0c4844 Extend the test case by Craig Tiller · 9 years ago
  68. 59657db Add a completion queue test by Craig Tiller · 9 years ago
  69. 1b932e7 Merge pull request #1758 from dgquintas/iomgr_managed_cbs by Craig Tiller · 9 years ago
  70. 8535263 Fixing tools compilation. by Nicolas "Pixel" Noble · 9 years ago
  71. 5d8f919 Merge pull request #1828 from ctiller/i-wish-the-number-that-used-to-be-displayed-represented-my-bank-balance by Yang Gao · 9 years ago
  72. 69fe075 Various minor fixes by Yang Gao · 9 years ago
  73. fa275a9 Label all iomgr objects by Craig Tiller · 9 years ago
  74. 1795985 Merge branch 'master' into poisson by vjpai · 9 years ago
  75. 7978a04 Removed non-ISO usage of __FUNCTION__. by David Garcia Quintas · 9 years ago
  76. a30020f Comments addressed. by David Garcia Quintas · 9 years ago
  77. 5f228f5 Adapted the following to the new iomgr's cb API: by David Garcia Quintas · 9 years ago
  78. a2779c1 Merge github.com:grpc/grpc into but-maybe-i-want-to-poll by Craig Tiller · 9 years ago
  79. 3824209 Merge branch 'master' of github.com:grpc/grpc into server_auth_context by Julien Boeuf · 9 years ago
  80. ff69cd1 Fixing build issue. by Julien Boeuf · 9 years ago
  81. 449db81 Merge branch 'master' of github.com:grpc/grpc into mdctx_free_creds by Julien Boeuf · 9 years ago
  82. f720bc5 Merge branch 'master' of github.com:grpc/grpc into server_auth_context by Julien Boeuf · 9 years ago
  83. 9300c4b Fix the display of total slowdown by Craig Tiller · 9 years ago
  84. 8f17c6c clang-format by Craig Tiller · 9 years ago
  85. 1a6f755 Make it possible to run with poll() instead of epoll() by Craig Tiller · 9 years ago
  86. 75c9b6f Removing mdctx from the credentials. by Julien Boeuf · 9 years ago
  87. 742ec0a Merge pull request #1803 from soltanmm/verbosity by Nathaniel Manista · 9 years ago
  88. e0281bb Set verbosity to 2 for Python tests by Masood Malekghassemi · 9 years ago
  89. 675140c Merge branch 'master' into poisson by vjpai · 9 years ago
  90. e702361 Add a test of cmdline usage strings - and make them saner by Craig Tiller · 9 years ago
  91. 7947f9c Merge branch 'master' of github.com:grpc/grpc into qps_reporter_refactoring by David Garcia Quintas · 9 years ago
  92. a7628c4 Merge pull request #1745 from ctiller/misbehaving-is-expected by Nicolas Noble · 9 years ago
  93. a9b5de8 Add a check against potential failure to bring up client binary by Yang Gao · 9 years ago
  94. c590287 Merge branch 'master' of github.com:grpc/grpc into qps_reporter_refactoring by David Garcia Quintas · 9 years ago
  95. a5861f3 Correct the test request/response size, to be consistent with the test spec:https://github.com/grpc/grpc/blob/master/doc/interop-test-descriptions.md by Xudong Ma · 9 years ago
  96. b10ab57 Merge branch 'master' of github.com:grpc/grpc into server_auth_context by Julien Boeuf · 9 years ago
  97. 4ebeb40 clang-format by Craig Tiller · 9 years ago
  98. ba3c3cd Add testing of bad client behavior by Craig Tiller · 9 years ago
  99. 3569619 Remove all uses of __FUNCTION__ by Craig Tiller · 9 years ago
  100. 5fa2eab Merge pull request #1706 from ctiller/streaming-crash-boom-bang by Nicolas Noble · 9 years ago