1. be98d24 clang-format after nullptr changes by Craig Tiller · 7 years ago
  2. 4ac2b8e Enable clang-tidy as a sanity check, fix up all known failures by Craig Tiller · 7 years ago
  3. d9da738 Merge pull request #13147 from yashykt/testc++ize by Yash Tibrewal · 7 years ago
  4. 0b9b7d2 Use same cq for client and server by yang-g · 7 years ago
  5. 40422d5 Merge master by Yash Tibrewal · 7 years ago
  6. 9ab26fe Merge github.com:grpc/grpc into 50 by Craig Tiller · 7 years ago
  7. 89f86c0 Lower backup poll interval in async_end2end_test by Yuchen Zeng · 7 years ago
  8. baa14a9 Update clang-format to 5.0 by Craig Tiller · 7 years ago
  9. aae4ca0 Merge master by Yash Tibrewal · 7 years ago
  10. b611e24 Merge pull request #13216 from vjpai/tst_fixes by Vijay Pai · 7 years ago
  11. 8c2d222 Merge pull request #13210 from y-zeng/end2end_fix by Abhishek Kumar · 7 years ago
  12. 8bd88c4 Merge master by Yash Tibrewal · 7 years ago
  13. 0d57308 Add comments for setting the env variable by Yuchen Zeng · 7 years ago
  14. 4afcf5b Remove unused code from thread_stress_test by Vijay Pai · 7 years ago
  15. 452b987 Set GRPC_CLIENT_CHANNEL_BACKUP_POLL_INTERVAL_MS for async_end2end_test by Yuchen Zeng · 7 years ago
  16. 77827e1 BG-poll very frequently to pick up subchannels's updates in LB tests by David Garcia Quintas · 7 years ago
  17. 268685b Merge branch 'master' into testc++ize by Yash Tibrewal · 7 years ago
  18. 9e6837d Merge pull request #12732 from y-zeng/connectivity_watcher by Yuchen Zeng · 7 years ago
  19. cbb9296 Change the default interval to 5 seconds by Yuchen Zeng · 7 years ago
  20. 7fa814f Fix timeouts by Yuchen Zeng · 7 years ago
  21. 0bad30a Use backup pollser instead of connectivity watcher by Yuchen Zeng · 7 years ago
  22. 6e5ce72 Assume that subchannels start in state IDLE. by Mark D. Roth · 7 years ago
  23. 39aed1a Remove unnecessary extern Cs by Yash Tibrewal · 7 years ago
  24. 1bf7207 Merge pull request #13084 from kpayson64/cq_lambda by kpayson64 · 7 years ago
  25. 42bd87e Adds gRPC Experimental CQ DoThenAsyncNext lambda API by Ken Payson · 7 years ago
  26. cbdb517 Remove duplicate message member in test by Juanli Shen · 7 years ago
  27. 7a57b0c explicitly recycle every port after every test run by Alexander Polcyn · 7 years ago
  28. 4f0cd0e Add flow control to inproc transport so send needs a matching recv; fix by Vijay Pai · 7 years ago
  29. ac8921b Merge branch 'proxy_inproc' into proxy_e2e by Vijay Pai · 7 years ago
  30. 07165cb Only put server to sleep when explicitly requested by Vijay Pai · 7 years ago
  31. a629405 Run ProxyEnd2End tests (without proxy) for inproc transport by Vijay Pai · 7 years ago
  32. 9f10a58 Make short deadlines actually expire by Vijay Pai · 7 years ago
  33. 156e8bf Make sure to accept expected tags exactly once by Vijay Pai · 7 years ago
  34. abecd39 Merge github.com:grpc/grpc into flowctl+millis by Craig Tiller · 7 years ago
  35. 4bc0b2b Merge pull request #12852 from vjpai/rent by Vijay Pai · 7 years ago
  36. b83077b Merge pull request #12855 from vjpai/new_const by Vijay Pai · 7 years ago
  37. f063f79 Add some const that is now allowed by Vijay Pai · 7 years ago
  38. 541974a Eliminate magic #s, follow API by Vijay Pai · 7 years ago
  39. c4afc64 Reduce # of message sizes used in each scenario by Vijay Pai · 7 years ago
  40. ced7653 Merge branch 'flowctlN' into flowctl+millis by Craig Tiller · 7 years ago
  41. 1e868f0 Merge github.com:grpc/grpc into flowctl+millis by Craig Tiller · 7 years ago
  42. 3c00328 Add a simple test by yang-g · 7 years ago
  43. fe40815 Readd grpclb fallback by Juanli Shen · 7 years ago
  44. 2046d0b Add unary call mode to GenericStub to allow generic RPC with 1 CQ trip by Vijay Pai · 7 years ago
  45. 6bfb858 Merge github.com:grpc/grpc into flowctl+millis by Craig Tiller · 7 years ago
  46. ff58b27 Make generic_test tolerant of encoding by Craig Tiller · 7 years ago
  47. c1f288d Bug fixes, remove async e2e dependence on flow control size by Craig Tiller · 7 years ago
  48. 588e36a Get rid of magic numbers by David Garcia Quintas · 7 years ago
  49. 7d76467 Backends must be up before some grpclb tests start. by David Garcia Quintas · 7 years ago
  50. 01e83b5 Revert "Add fallback (use backends from resolver if can't reach balancer) to grpclb." by Ken Payson · 7 years ago
  51. 3bf7b71 Merge pull request #12187 from AspirinSJL/lb_fallback by Juanli Shen · 7 years ago
  52. aba0a0a Add fallback (use backends from resolver if can't reach balancer) to grpclb. by Juanli Shen · 7 years ago
  53. 55863ff Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  54. c3c7e55 {grpclb,client_lb}_end2end: Fix epoll1 flakes by David Garcia Quintas · 7 years ago
  55. a8fc020 Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  56. b6ef6e9 Merge pull request #12080 from y-zeng/connectivity by Yuchen Zeng · 7 years ago
  57. ff952d2 Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  58. a28cca8 Condition variables are not latches, again by David Garcia Quintas · 7 years ago
  59. b5dd3ab Increase the grace period in ReconnectChannel tests by Yuchen Zeng · 7 years ago
  60. a82b6db Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  61. fc49d6e Splitting gmock out of gtest. by Nicolas "Pixel" Noble · 7 years ago
  62. 9bebf8b C++ API for write-through by Craig Tiller · 7 years ago
  63. 8fd40d5 Merge github.com:grpc/grpc into wc by Craig Tiller · 7 years ago
  64. 90df76b Merge branch 'master' of https://github.com/grpc/grpc into visibility by Nicolas "Pixel" Noble · 7 years ago
  65. 2bc5e3a Moving visibility and package creation to the build system. by Nicolas "Pixel" Noble · 7 years ago
  66. eeea43f Increase the grace period in ReconnectChannel tests by Yuchen Zeng · 7 years ago
  67. 52ba957 Removed in_connectivity_shutdown from RR by David Garcia Quintas · 7 years ago
  68. 4a11ecc Add ChannelConnectivityWatcher::Ref()/Unref() by Yuchen Zeng · 7 years ago
  69. b4481a9 Share one monitoring thread between channels by Yuchen Zeng · 7 years ago
  70. bfb4e06 Check connectivity intermittently by Yuchen Zeng · 7 years ago
  71. a2e506e Avoid using timers by Yuchen Zeng · 7 years ago
  72. ee3e331 Add reconnect channel tests by Yuchen Zeng · 7 years ago
  73. 3732f86 PR comments by David Garcia Quintas · 7 years ago
  74. a2c1df4 RR: Initialize subchannel connectivity state by David Garcia Quintas · 7 years ago
  75. ecabe09 Condition variables are not latches by David Garcia Quintas · 7 years ago
  76. 433f7bc Merge pull request #11948 from dgquintas/grpclb_fix_rr_shutdown_connectivity by David G. Quintas · 7 years ago
  77. fc950fb Fix bug in handling of RR connectivity transition to SHUTDOWN by David Garcia Quintas · 7 years ago
  78. 6a7935e Watch the LB channel using the right initial conn. state by David Garcia Quintas · 7 years ago
  79. e775180 Use new protocol for reporting dropped calls to grpclb balancer. by Mark D. Roth · 7 years ago
  80. c22c65b grpclb: deal with all-drops serverlists by David Garcia Quintas · 7 years ago
  81. e0778b2 Add cancellation to asynchronous security APIs. by Mark D. Roth · 7 years ago
  82. 764cdba Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  83. fd82a6c Merge pull request #11145 from vjpai/inproc3 by Vijay Pai · 7 years ago
  84. 8dc4f10 Disbable a specific check on async_end2end_test and revisit later if that expectation was really required by the API by Vijay Pai · 7 years ago
  85. 3d7d5f4 Create inproc transport, add relevant tests, exclude irrelevant tests by Vijay Pai · 7 years ago
  86. 31af436 Fixes for async_end2end_test: Shutdown() can block by Craig Tiller · 7 years ago
  87. 0c9ce72 Merge pull request #11761 from dgquintas/lb_update_connector_fix by David G. Quintas · 7 years ago
  88. 24a4b31 Merge pull request #11726 from dgquintas/fix_grpclb_test_deadlocks by David G. Quintas · 7 years ago
  89. 51d0ff0 Fix deadlocks in grpclb_end2end_test by David Garcia Quintas · 7 years ago
  90. 9a4ed68 Improved testing by David Garcia Quintas · 7 years ago
  91. 9877189 Merge pull request #11310 from nicolasnoble/import by Nicolas Noble · 7 years ago
  92. eede875 Disable health check service in async end2end tests as it is causing flakes in mac by Sree Kuchibhotla · 7 years ago
  93. 05f6d7e Merge pull request #11696 from dgquintas/rr_concurrent_updates_fix by David G. Quintas · 7 years ago
  94. 4e014a2 Merge pull request #11639 from murgatroid99/master_1.4.1_upmerge by Michael Lumish · 7 years ago
  95. 4b2def3 Fix RR concurrent updates by David Garcia Quintas · 7 years ago
  96. e09581d Merge pull request #11557 from ncteisen/writelast-bugfix by Noah Eisen · 7 years ago
  97. 882ba60 Merge remote-tracking branch 'upstream/v1.4.x' into master_1.4.1_upmerge by murgatroid99 · 7 years ago
  98. 3f223e3 Move gtest include after proto include by David Garcia Quintas · 7 years ago
  99. 36bb8a0 s/hanging/pending/g by ncteisen · 7 years ago
  100. 43f2b55 Add repro and fix to bidi case by ncteisen · 7 years ago