1. b4481a9 Share one monitoring thread between channels by Yuchen Zeng · 7 years ago
  2. bfb4e06 Check connectivity intermittently by Yuchen Zeng · 7 years ago
  3. a2e506e Avoid using timers by Yuchen Zeng · 7 years ago
  4. ee3e331 Add reconnect channel tests by Yuchen Zeng · 7 years ago
  5. 3732f86 PR comments by David Garcia Quintas · 7 years ago
  6. a2c1df4 RR: Initialize subchannel connectivity state by David Garcia Quintas · 7 years ago
  7. ecabe09 Condition variables are not latches by David Garcia Quintas · 7 years ago
  8. 433f7bc Merge pull request #11948 from dgquintas/grpclb_fix_rr_shutdown_connectivity by David G. Quintas · 7 years ago
  9. fc950fb Fix bug in handling of RR connectivity transition to SHUTDOWN by David Garcia Quintas · 7 years ago
  10. 6a7935e Watch the LB channel using the right initial conn. state by David Garcia Quintas · 7 years ago
  11. e775180 Use new protocol for reporting dropped calls to grpclb balancer. by Mark D. Roth · 7 years ago
  12. c22c65b grpclb: deal with all-drops serverlists by David Garcia Quintas · 7 years ago
  13. e0778b2 Add cancellation to asynchronous security APIs. by Mark D. Roth · 7 years ago
  14. fd82a6c Merge pull request #11145 from vjpai/inproc3 by Vijay Pai · 7 years ago
  15. 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
  16. 3d7d5f4 Create inproc transport, add relevant tests, exclude irrelevant tests by Vijay Pai · 7 years ago
  17. 0c9ce72 Merge pull request #11761 from dgquintas/lb_update_connector_fix by David G. Quintas · 7 years ago
  18. 24a4b31 Merge pull request #11726 from dgquintas/fix_grpclb_test_deadlocks by David G. Quintas · 7 years ago
  19. 51d0ff0 Fix deadlocks in grpclb_end2end_test by David Garcia Quintas · 7 years ago
  20. 9a4ed68 Improved testing by David Garcia Quintas · 7 years ago
  21. 9877189 Merge pull request #11310 from nicolasnoble/import by Nicolas Noble · 7 years ago
  22. eede875 Disable health check service in async end2end tests as it is causing flakes in mac by Sree Kuchibhotla · 7 years ago
  23. 05f6d7e Merge pull request #11696 from dgquintas/rr_concurrent_updates_fix by David G. Quintas · 7 years ago
  24. 4e014a2 Merge pull request #11639 from murgatroid99/master_1.4.1_upmerge by Michael Lumish · 7 years ago
  25. 4b2def3 Fix RR concurrent updates by David Garcia Quintas · 7 years ago
  26. e09581d Merge pull request #11557 from ncteisen/writelast-bugfix by Noah Eisen · 7 years ago
  27. 882ba60 Merge remote-tracking branch 'upstream/v1.4.x' into master_1.4.1_upmerge by murgatroid99 · 7 years ago
  28. 3f223e3 Move gtest include after proto include by David Garcia Quintas · 7 years ago
  29. 36bb8a0 s/hanging/pending/g by ncteisen · 7 years ago
  30. 43f2b55 Add repro and fix to bidi case by ncteisen · 7 years ago
  31. be7b82b Add repro for coalescing bug by ncteisen · 7 years ago
  32. 9bee308 Make stream responses togglable via context by ncteisen · 7 years ago
  33. 96e51c8 Merge pull request #11648 from markdroth/c++_filter_fixes by Mark D. Roth · 7 years ago
  34. 2faddbd Fix filter_end2end_test. by Mark D. Roth · 7 years ago
  35. 5d80dc4 Merge branch 'master' of https://github.com/grpc/grpc into import by Nicolas "Pixel" Noble · 7 years ago
  36. 05e1574 added test for RR connectivity state upon subchannels shutdown by David Garcia Quintas · 7 years ago
  37. 64ea30f Fix RR policy connectivity state upon subchannels shutdown by David Garcia Quintas · 7 years ago
  38. c02e39d Merge pull request #9823 from mjkim/fix_unkown by Mehrdad Afshari · 7 years ago
  39. 7e91ebb license fixes by Jan Tattermusch · 7 years ago
  40. 4d5c310 fix remaining license notices by Jan Tattermusch · 7 years ago
  41. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  42. 87d5a31 Implement LB policy updates by David Garcia Quintas · 7 years ago
  43. 7bc55fd Merge remote-tracking branch 'ctiller/build-wtf' into import by Nicolas "Pixel" Noble · 7 years ago
  44. 5a1d197 Merge branch 'master' of https://github.com/grpc/grpc into import by Nicolas "Pixel" Noble · 7 years ago
  45. 670d8bf Moving gtest to the end. by Nicolas "Pixel" Noble · 7 years ago
  46. 6fa7236 Moving testing headers at the end. by Nicolas "Pixel" Noble · 7 years ago
  47. 840931e More import fixes by Craig Tiller · 7 years ago
  48. f91eb71 Change round_robin LB policy to use the addresses in the order given. by Mark D. Roth · 7 years ago
  49. af6c83f Adding dummy layering check option. by Nicolas "Pixel" Noble · 7 years ago
  50. d7389b4 Implement grpclb drop support. by Mark D. Roth · 7 years ago
  51. 0885f98 Fixing mock test target. by Nicolas "Pixel" Noble · 7 years ago
  52. 232e9b4 Merge branch 'master' of https://github.com/grpc/grpc into import by Nicolas "Pixel" Noble · 7 years ago
  53. a044f6d Propagate deadline to GenericServerContext by yang-g · 7 years ago
  54. eb36b8a Merge branch 'master' of https://github.com/grpc/grpc into import by Nicolas "Pixel" Noble · 7 years ago
  55. 3726e3d Moving gtest include down. by Nicolas "Pixel" Noble · 7 years ago
  56. 1e75dc8 Add end2end_test_lib. by Nicolas "Pixel" Noble · 7 years ago
  57. 64d922a Make sure we set deadline for the LB call even without a pick. by Mark D. Roth · 7 years ago
  58. 09e458c Implement client-side load reporting for grpclb. by Mark D. Roth · 7 years ago
  59. 0745356 Apply slowdown factor to timeouts by David Garcia Quintas · 7 years ago
  60. 04109e8 BUILD and #include fixes by David Garcia Quintas · 7 years ago
  61. 04911ca New version of grpclb end2end test by David Garcia Quintas · 7 years ago
  62. c090c61 Merge pull request #10644 from MakMukhi/master by MakMukhi · 7 years ago
  63. ae1e29e Get dep in the right place by Craig Tiller · 7 years ago
  64. 0a458b5 Fix Bazel build by Craig Tiller · 7 years ago
  65. 443a75d 1. Added golden file test. 2. Added support for mock. 3. Sanity fix. by Mahak Mukhi · 7 years ago
  66. 2814b51 formatting by Mahak Mukhi · 7 years ago
  67. e536eeb Added tests for uni-directional streaming RPCs. by Mahak Mukhi · 7 years ago
  68. 31d92d4 Initial commit: Auto-generate GMOCK code for client stub. by Mahak Mukhi · 7 years ago
  69. 7c26eed Buildifier and wrapping test/cpp/* rules with our build system. by Nicolas "Pixel" Noble · 7 years ago
  70. 75bfb97 Finish hybrid server stuff, ensure it gets tested by Craig Tiller · 7 years ago
  71. f4c8add support C++ error_details by yang-g · 7 years ago
  72. 7a8232d review feedback by Craig Tiller · 7 years ago
  73. bdc76ab bug fix by Yuxuan Li · 8 years ago
  74. 34894e4 Implemented stream coalescing design by Yuxuan Li · 8 years ago
  75. dc720ca Merge pull request #9846 from yang-g/max_message_size by Yang Gao · 8 years ago
  76. 23f777d When there is an error from filters (such as max recv message size too by yang-g · 8 years ago
  77. 43bca1b Add BUILD file for end2end tests too by Sree Kuchibhotla · 8 years ago
  78. f17d163 Fix typos by Myungjun Kim · 8 years ago
  79. fac16f6 Merge branch 'master' into surface_test_bazel by Sree Kuchibhotla · 8 years ago
  80. a3bc1ef BUILD files for end2end tests by Sree Kuchibhotla · 8 years ago
  81. 076bac0 Remove async by yang-g · 8 years ago
  82. 13a537b merge with head by yang-g · 8 years ago
  83. f4c45d7 Merge pull request #9419 from danzh2010/shutdowntest by Yang Gao · 8 years ago
  84. bd0b054 windows compilation fixes by Jan Tattermusch · 8 years ago
  85. 340bb83 Change shutdown_test.cc to use credential provider API to test against by Dan Zhang · 8 years ago
  86. edcde05 Merge remote-tracking branch 'upstream/master' into health by yang-g · 8 years ago
  87. 68bb6a8 Merge github.com:grpc/grpc into rollfwd by Craig Tiller · 8 years ago
  88. 4edd567 Merge github.com:grpc/grpc into maxmsgsz by Craig Tiller · 8 years ago
  89. a719802 merge with head by yang-g · 8 years ago
  90. 7c70b6c Revert "Revert "Metadata handling rewrite"" by Craig Tiller · 8 years ago
  91. 5e01e2a Revert "Metadata handling rewrite" by Craig Tiller · 8 years ago
  92. ffc843d Fix test by Craig Tiller · 8 years ago
  93. 9d4fc31 Merge github.com:grpc/grpc into metadata_filter by Craig Tiller · 8 years ago
  94. 95beab2 Uncover the badness by Craig Tiller · 8 years ago
  95. cc59102 manual revert of #8901 by yang-g · 8 years ago
  96. 35674af make test robust by yang-g · 8 years ago
  97. a3c9552 async works by yang-g · 8 years ago
  98. 8e708b1 WIP by yang-g · 8 years ago
  99. 50993b7 async first take by yang-g · 8 years ago
  100. 9bef074 Add test for explicit option by yang-g · 8 years ago