1. 5c67fae Add test by yang-g · 6 years ago
  2. 420db80 Increase client load reporting interval to avoid test flake. by Mark D. Roth · 6 years ago
  3. ebb5384 Remove orphaned test. by Mark D. Roth · 6 years ago
  4. 5883569 Merge pull request #15523 from kpayson64/client_lb_flake by kpayson64 · 6 years ago
  5. e169f20 Add more failure logging to client_lb_end2end_test by kpayson64 · 6 years ago
  6. 94d9034 Merge branch 'master' into fix-time by Sree Kuchibhotla · 6 years ago
  7. 1dd12c0 Fix some more formatting issues by Sree Kuchibhotla · 6 years ago
  8. 6d3e7f7 Merge pull request #13539 from grpc/AspirinSJL-patch-1 by Nicolas Noble · 6 years ago
  9. caa2605 Don't capture unnecessary or unused variables by David Garcia Quintas · 6 years ago
  10. cdddc8c Desneak client unary call, avoid Hyrum's Law (used for 1-thread simplicity) by Vijay Pai · 6 years ago
  11. 6234054 Verify LB doesn't receive call creds by David Garcia Quintas · 6 years ago
  12. 539f506 Abstract libuv implementation by kpayson64 · 6 years ago
  13. a7f52a6 Merge pull request #14660 from vjpai/exception_10x by Vijay Pai · 6 years ago
  14. c04c53b Run exception tests 10x to make sure server doesn't crash by Vijay Pai · 6 years ago
  15. c90a856 Change grpc++ references in names to grpcpp by Vijay Pai · 6 years ago
  16. 6eae794 Merge pull request #14459 from vjpai/2phase_thd by Vijay Pai · 6 years ago
  17. e3438c4 Fix and simplify SingleBalancerTest.InitiallyEmptyServerlist by David Garcia Quintas · 6 years ago
  18. b357f2f Merge branch 'master' into 2phase_thd by Vijay Pai · 6 years ago
  19. 2614494 grpclb_end2end test tweaks for compiler happiness by David Garcia Quintas · 6 years ago
  20. ad0996b Perform secure naming checks in grpclb_end2end_test by David Garcia Quintas · 6 years ago
  21. 8b05d02 Merge branch 'master' into 2phase_thd by Vijay Pai · 6 years ago
  22. 5739d34 Merge pull request #14497 from AspirinSJL/fix_rpc_failure_flake by Juanli Shen · 6 years ago
  23. a90d718 Merge pull request #14455 from markdroth/grpclb_channel_args by Mark D. Roth · 6 years ago
  24. 9d7e57c Merge branch 'master' into 2phase_thd by Vijay Pai · 6 years ago
  25. acdefd7 Add warmup before first batch by Juanli Shen · 6 years ago
  26. a8453a2 Merge branch 'master' into 2phase_thd by Vijay Pai · 6 years ago
  27. 1c805ec Add more bazel tests by Adele Zhou · 6 years ago
  28. 8c259b1 Remove C++ end2end test owners by Yuchen Zeng · 6 years ago
  29. bd0f151 Refactor code for generating balancer channel args. by Mark D. Roth · 6 years ago
  30. da69355 C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start) by Vijay Pai · 6 years ago
  31. 10142e4 Fix test again by Juanli Shen · 6 years ago
  32. 87c6504 Revert "Revert "Revert "Revert "grpclb re-resolution"""" by Juanli Shen · 6 years ago
  33. f66cf0d Revert "Revert "Revert "grpclb re-resolution""" by David G. Quintas · 6 years ago
  34. 1d16854 Merge pull request #14407 from vjpai/gpr_review_thd by Vijay Pai · 6 years ago
  35. 95f37b3 Fix test by Juanli Shen · 6 years ago
  36. c745690 Internalize gpr_thd except for id and currentid by Vijay Pai · 6 years ago
  37. 776490a Revert "Revert "grpclb re-resolution"" by Juanli Shen · 6 years ago
  38. 10a9e4e Merge pull request #14150 from ncteisen/more-clang-tidy by Noah Eisen · 6 years ago
  39. 2650c97 Merge pull request #14397 from vjpai/nb2 by Vijay Pai · 6 years ago
  40. 823c9c4 Merge pull request #14396 from vjpai/ae2e by Vijay Pai · 6 years ago
  41. 81f6a7cf Merge pull request #14374 from dgquintas/missing_pr_comments by David G. Quintas · 6 years ago
  42. dd57cb5 Empty out all tests if GRPC_POSIX_SOCKET is not defined by Vijay Pai · 6 years ago
  43. 132efa0 Add non-blocking test by Vijay Pai · 6 years ago
  44. 1e6a620 Remove spinning version by Vijay Pai · 6 years ago
  45. 7756b37 Addressing #14170 leftover comments by David Garcia Quintas · 6 years ago
  46. f56fe4d Remove uneeded headers by Noah Eisen · 6 years ago
  47. d187ef8 Stop overriding poll function in async_end2end by ncteisen · 6 years ago
  48. 4d20a66 Run clang fmt by Noah Eisen · 6 years ago
  49. be82e64 Autofix c casts to c++ casts by Noah Eisen · 6 years ago
  50. 0024ebc Merge pull request #14196 from vjpai/gpr_review_tls by Vijay Pai · 6 years ago
  51. 209f644 Convert resolver API to C++. by Mark D. Roth · 6 years ago
  52. 25b61fd Merge branch 'master' into gpr_review_tls by Vijay Pai · 6 years ago
  53. f37d33a Merge pull request #14349 from vjpai/own2own by Vijay Pai · 6 years ago
  54. c8f572b Merge pull request #14170 from dgquintas/fake_resolver_dont_push_rr_reresolve2 by David G. Quintas · 6 years ago
  55. a68a11e PR comments by David Garcia Quintas · 6 years ago
  56. aa7dc29 Revert "grpclb re-resolution" by Juanli Shen · 6 years ago
  57. 811d39a Add owners to C++ end2end tests to prevent accident API breakage by Vijay Pai · 6 years ago
  58. fb369d9 Merge pull request #14343 from muxi/revert-12708 by Muxi Yan · 6 years ago
  59. 6f0b195 Replace GRPC_COMPRESS_MESSAGE_* with GRPC_COMPRESS_* by Muxi Yan · 6 years ago
  60. 33cdd57 grpclb in charge of its re-resolution by Juanli Shen · 6 years ago
  61. 2033170 Make RR re-resolve upon any subchannel failure by David Garcia Quintas · 6 years ago
  62. 3b7ae55 More uses of 1-phase Call by Vijay Pai · 6 years ago
  63. dcd5ef3 Deprecate GenericStub()::Call for multi-threaded use by Vijay Pai · 6 years ago
  64. 8011a09 Merge pull request #14281 from AspirinSJL/fake_resolver_results_upon_error by Juanli Shen · 7 years ago
  65. d82e137 Add a results_upon_error setter to fake resolver by Juanli Shen · 7 years ago
  66. 1efec95 Removed unused argument from ResetStub() by David Garcia Quintas · 7 years ago
  67. a3088a6 fix rounding problem in EchoDeadline test by Jan Tattermusch · 7 years ago
  68. b6cf123 Privatize thread-local storage headers by Vijay Pai · 7 years ago
  69. de5f6bf Set the environment variable at the beginning of the test. Otherwise, it by Sree Kuchibhotla · 7 years ago
  70. fd900e0 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  71. 8e4c9d3 Extract lb_calld from glb_policy by Juanli Shen · 7 years ago
  72. 98cd36e Add a test by yang-g · 7 years ago
  73. fb061c3 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  74. a29d6d0 remove use of random_shuffle by yang-g · 7 years ago
  75. dbdf495 Split lib/support into lib/gpr and lib/gpr++. by Mark D. Roth · 7 years ago
  76. 41d27e1 Merge branch 'master' of github.com:grpc/grpc into conn_subchannel by David Garcia Quintas · 7 years ago
  77. e5b7ddd Merge pull request #13363 from grpc/revert-13346-revert-13322-oauth_failure by Jan Tattermusch · 7 years ago
  78. 7500577 Address review feedback; stop using result of 'what' by Vijay Pai · 7 years ago
  79. b425fc7 Comment on cpp guard by Vijay Pai · 7 years ago
  80. 9809ce3 Use appropriate preprocessor guards to allow building without exceptions by Vijay Pai · 7 years ago
  81. 8fc3715 Catch exceptions from sync method handlers without crashing server by Vijay Pai · 7 years ago
  82. 53bfe69 Connected subchannel refactoring by David Garcia Quintas · 7 years ago
  83. eb64fad Provide a way to use custom search path for gmock.h by yang-g · 7 years ago
  84. e9b0fd0 Merge pull request #13494 from dgquintas/backoff_cpp by David G. Quintas · 7 years ago
  85. 1bedfa3 Fix another data race in client_lb_end2end by David Garcia Quintas · 7 years ago
  86. 4f4a45e fix tsan issue in client_lb_end2end by David Garcia Quintas · 7 years ago
  87. 3bc0dac Removed exec_ctx from new client_lb_end2end code by David Garcia Quintas · 7 years ago
  88. 5f72c6a Mark a couple of test binaries asa testonly by Alexander Polcyn · 7 years ago
  89. 9c8ea03 Merge branch 'master' of github.com:grpc/grpc into backoff_cpp by David Garcia Quintas · 7 years ago
  90. 590099c PR comments, round 3 by David Garcia Quintas · 7 years ago
  91. d928673 PR comments by David Garcia Quintas · 7 years ago
  92. 78335ac Merge pull request #13710 from ctiller/fix17it1 by Craig Tiller · 7 years ago
  93. ef0e64c Revert "Revert "Switching from UNAUTHENTICATED to UNAVAILABLE for auth metadata failure"" by Jan Tattermusch · 7 years ago
  94. 54d699d Merge branch 'master' of github.com:grpc/grpc into backoff_cpp by David Garcia Quintas · 7 years ago
  95. 032e9b3 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  96. af42ea7 Added tests for initial and min connect backoffs by David Garcia Quintas · 7 years ago
  97. 3a6e5bb Fixes by Craig Tiller · 7 years ago
  98. 7fd3417 Merge pull request #13678 from sreecha/rpc-deadline-fix by Sree Kuchibhotla · 7 years ago
  99. 04bd8b3 Fix test helper binaries by Craig Tiller · 7 years ago
  100. 99024d6 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago