1. 9a57633 clang-format affected files by Craig Tiller · 9 years ago
  2. dc8567d Fix flag settings on this test by Craig Tiller · 9 years ago
  3. b327c56 Compile fix by Craig Tiller · 9 years ago
  4. ddd389a Merge github.com:grpc/grpc into we-dont-need-no-backup by Craig Tiller · 9 years ago
  5. 32f020a Merge pull request #2079 from yang-g/statusChange by Nicolas Noble · 9 years ago
  6. c1a2c31 Update the Status API by Yang Gao · 9 years ago
  7. 4d94140 Merge branch 'master' of github.com:grpc/grpc into flags-abi by David Garcia Quintas · 9 years ago
  8. 4b3f952 make buildtests on windows pass by Jan Tattermusch · 9 years ago
  9. c367a09 Added missing changes to fix bad_hostname C test by David Garcia Quintas · 9 years ago
  10. 1d5aca5 Added flags support to grpc_op. by David Garcia Quintas · 9 years ago
  11. a55e40c Merge remote-tracking branch 'upstream/master' into we-dont-need-no-backup-fix-merge-master by Jan Tattermusch · 9 years ago
  12. aea081f Flush pending incoming messages when writing status by Craig Tiller · 9 years ago
  13. d5d862d Merge github.com:grpc/grpc into we-dont-need-no-backup by Craig Tiller · 9 years ago
  14. 5ee11a8 Stability fixes for python_plugin_test by Nathaniel Manista · 9 years ago
  15. dad6eee Merge pull request #2024 from nathanielmanistaatgoogle/python_plugin_test-cosmetics by Nathaniel Manista · 9 years ago
  16. a603a45 Merge github.com:grpc/grpc into we-dont-need-no-backup by Craig Tiller · 9 years ago
  17. 51f938f Make async server use one CQ per server thread by Craig Tiller · 9 years ago
  18. 4671122 Merge branch 'you-complete-me' into we-dont-need-no-backup by Craig Tiller · 9 years ago
  19. b6d57e7 add missed explicit by Yang Gao · 9 years ago
  20. 26a5bfa Cosmetic tweaks to python_plugin_test.py by Nathaniel Manista · 9 years ago
  21. 9bfedd6 Merge remote-tracking branch 'upstream/master' into you-complete-me-csharp by Jan Tattermusch · 9 years ago
  22. cb7bcb1 Merge pull request #1958 from vjpai/qps-proto3 by David G. Quintas · 9 years ago
  23. e78ee18 Renumber message fields by vjpai · 9 years ago
  24. ca28137 Added missing compression.h file. by David Garcia Quintas · 9 years ago
  25. 59f905d Changes to byte_buffer based on comments. by David Garcia Quintas · 9 years ago
  26. febf3b0 Merge pull request #1984 from grpc/revert-1980-revert-1948-poisson by Craig Tiller · 9 years ago
  27. 2490d9d Handle all cases properly by vjpai · 9 years ago
  28. 37253d9 Merge remote-tracking branch 'upstream/revert-1980-revert-1948-poisson' into qps-proto3 by vjpai · 9 years ago
  29. 93b0f63 Merge pull request #1979 from ctiller/cereal-is-bad-for-your-health by Vijay Pai · 9 years ago
  30. d9c7e7e Stop worrying about 1 second deadline as a fatal problem Also fix reporter by Vijay Pai · 9 years ago
  31. 372fd87 Revert "Revert "Open loop sync/async multithreaded testing"" by Vijay Pai · 9 years ago
  32. bb7370f Missing required changes from pull req. #1964 by David Garcia Quintas · 9 years ago
  33. 237443f Merge branch 'master' of github.com:grpc/grpc into compression by David Garcia Quintas · 9 years ago
  34. cfef24b Merge github.com:grpc/grpc into we-dont-need-no-backup by Craig Tiller · 9 years ago
  35. 52d646e Merge github.com:grpc/grpc into cereal-is-bad-for-your-health by Craig Tiller · 9 years ago
  36. d55636d Revert "Open loop sync/async multithreaded testing" by Craig Tiller · 9 years ago
  37. 250e96d Dont serialize new call requests under the server test lock by Craig Tiller · 9 years ago
  38. 571af49 Merge branch 'who-broke-the-build' into we-dont-need-no-backup by Craig Tiller · 9 years ago
  39. 18c6d9c Fix build breakage by Craig Tiller · 9 years ago
  40. 1207ef5 Merge github.com:grpc/grpc into we-dont-need-no-backup by Craig Tiller · 9 years ago
  41. ba9df85 Merge pull request #1948 from vjpai/poisson by Craig Tiller · 9 years ago
  42. 2e84c85 Merge pull request #1964 from dgquintas/reporter-interface-tweak by Vijay Pai · 9 years ago
  43. 74ff607 Merge pull request #1902 from ctiller/not-everything-is-linux by Vijay Pai · 9 years ago
  44. fb61373 Add a new test for qps openloop to make sure this code gets exercised by vjpai · 9 years ago
  45. aa4548d Add a new test for qps openloop to make sure this code gets exercised by vjpai · 9 years ago
  46. 97f1454 Merge github.com:grpc/grpc into you-complete-me by Craig Tiller · 9 years ago
  47. f39f2d6 Merge github.com:grpc/grpc into we-dont-need-no-backup by Craig Tiller · 9 years ago
  48. cce361f Merge pull request #1961 from ctiller/moar-defense by Nicolas Noble · 9 years ago
  49. c695066 Removed redundant parameter from Reporter interface. by David Garcia Quintas · 9 years ago
  50. 25d02d5 Made grpc_byte_buffer_reader able to decompress msgs. by David Garcia Quintas · 9 years ago
  51. f50abfc Merge github.com:grpc/grpc into we-dont-need-no-backup by Craig Tiller · 9 years ago
  52. 83b2f25 clang-format by Craig Tiller · 9 years ago
  53. 3c26d09 Add a test of bad settings frame (and fix a bug!) by Craig Tiller · 9 years ago
  54. 191b674 Address reviewer comment by not having non-const reference by vjpai · 9 years ago
  55. 804afe6 Update QPS test to proto3 syntax by vjpai · 9 years ago
  56. b5075e3 Add working tests for httpcli by Craig Tiller · 9 years ago
  57. 36403af Address review comments for code clarity by Vijay Pai · 9 years ago
  58. 92b7f87 Add comments describing various random distributions by Vijay Pai · 9 years ago
  59. fcedc15 Use typedef rather than using to make Travis happy by Vijay Pai · 9 years ago
  60. cf3fb09 clang-format by Vijay Pai · 9 years ago
  61. c7de81e Better management of channel attempts and channel coverage by Vijay Pai · 9 years ago
  62. db398e0 Omit redundant record-keeping by Vijay Pai · 9 years ago
  63. 06c9951 Take some code out from under a lock_guard and try to by Vijay Pai · 9 years ago
  64. 7b172b2 Get the code to stop crashing by fixing bugs by Vijay Pai · 9 years ago
  65. 8a7592a Merge remote-tracking branch 'upstream/master' into you-complete-me by Craig Tiller · 9 years ago
  66. dc0615f Init a variable by vjpai · 9 years ago
  67. d1dce90 Minor fixes by vjpai · 9 years ago
  68. ca61f5b Merge branch 'master' into poisson by vjpai · 9 years ago
  69. 491a67b Merge pull request #1903 from ctiller/maybe-i-want-to-change-my-mind by Yang Gao · 9 years ago
  70. 409263c Merge github.com:grpc/grpc into we-dont-need-no-backup by Craig Tiller · 9 years ago
  71. 7b6e979 Merge github.com:grpc/grpc into you-complete-me by Craig Tiller · 9 years ago
  72. af7abf9 Enable runtime configuration of tracers by Craig Tiller · 9 years ago
  73. 9e1ba43 Fix compilation on mac by Craig Tiller · 9 years ago
  74. 8eedd4a Context activation for async by Vijay Pai · 9 years ago
  75. 701af60 Expose gpr_asprintf and gpr_strdup by Masood Malekghassemi · 9 years ago
  76. 9dc5c15 Account for time difference in mac and linux by Vijay Pai · 9 years ago
  77. 8559485 Bug fix by Vijay Pai · 9 years ago
  78. 7abc4e7 Invoke LoadTest setup by vjpai · 9 years ago
  79. afc3ee8 Merge branch 'master' into poisson by vjpai · 9 years ago
  80. 669c139 Merge pull request #1866 from dgquintas/stack-allocate-bb-reader by Craig Tiller · 9 years ago
  81. a4b89fe Merge github.com:grpc/grpc into you-complete-me by Craig Tiller · 9 years ago
  82. 8cc6f42 Merge github.com:grpc/grpc into we-dont-need-no-backup by Craig Tiller · 9 years ago
  83. 4b678bd Fix threading problem on early orphaning by Craig Tiller · 9 years ago
  84. 0ed8b1f Merge pull request #1874 from dgquintas/server_context_leak by Craig Tiller · 9 years ago
  85. 3beb20c Support use of high_res clock in timepoints by vjpai · 9 years ago
  86. c9516d4 Fixed memory leak in server_async by David Garcia Quintas · 9 years ago
  87. 79e11c6 Merge github.com:grpc/grpc into we-dont-need-no-backup by Craig Tiller · 9 years ago
  88. 19fdb33 Merge pull request #1856 from ctiller/count-the-things by Nicolas Noble · 9 years ago
  89. e398fa2 Make this test harder to pass by Craig Tiller · 9 years ago
  90. 924d459 Fix timer issues by vjpai · 9 years ago
  91. 206e6e8 Merge pull request #1864 from ctiller/cq-says-what by Jan Tattermusch · 9 years ago
  92. 0317b3d Fix TSAN reported errors by Craig Tiller · 9 years ago
  93. 30bd4eb Removed grpc_byte_buffer_reader_{create,destroy}. by David Garcia Quintas · 9 years ago
  94. 14556ec Merge branch 'count-the-things' into we-dont-need-no-backup by Craig Tiller · 9 years ago
  95. 3d67c7c Merge github.com:grpc/grpc into count-the-things by Craig Tiller · 9 years ago
  96. 795b242 Merge pull request #1857 from yang-g/test by Craig Tiller · 9 years ago
  97. e53a282 Merge pull request #1862 from nicolasnoble/fixing-tools by Craig Tiller · 9 years ago
  98. c0c4844 Extend the test case by Craig Tiller · 9 years ago
  99. 59657db Add a completion queue test by Craig Tiller · 9 years ago
  100. 1b932e7 Merge pull request #1758 from dgquintas/iomgr_managed_cbs by Craig Tiller · 9 years ago