1. 33cdd57 grpclb in charge of its re-resolution by Juanli Shen · 7 years ago
  2. 16cca9f Check return values from ServiceReflection calls, and print a more helpful message by Carl Mastrangelo · 7 years ago
  3. 007f119 Merge pull request #14322 from vjpai/generic_deprecate by Vijay Pai · 7 years ago
  4. 3b7ae55 More uses of 1-phase Call by Vijay Pai · 7 years ago
  5. 461d59c Add BUILD file by Adele Zhou · 7 years ago
  6. dcd5ef3 Deprecate GenericStub()::Call for multi-threaded use by Vijay Pai · 7 years ago
  7. 8011a09 Merge pull request #14281 from AspirinSJL/fake_resolver_results_upon_error by Juanli Shen · 7 years ago
  8. d82e137 Add a results_upon_error setter to fake resolver by Juanli Shen · 7 years ago
  9. e5b0a50 Merge pull request #14015 from vjpai/alarm by Vijay Pai · 7 years ago
  10. 1efec95 Removed unused argument from ResetStub() by David Garcia Quintas · 7 years ago
  11. 4f8b322 Merge pull request #14266 from adelez/fix_grpc_tool_test by adelez · 7 years ago
  12. 2294031 Fix echo.proto path under bazel by Adele Zhou · 7 years ago
  13. d2cbfac Merge pull request #14255 from adelez/foundry_integration by adelez · 7 years ago
  14. e294279 Merge pull request #14236 from jtattermusch/fix_passthru_endpoint_race by Jan Tattermusch · 7 years ago
  15. 8b616a8 Fix path relative to TEST_SRCDIR by Adele Zhou · 7 years ago
  16. 889bb7f calling create in default param is against code style by Jan Tattermusch · 7 years ago
  17. 18f2737 avoid touching stats_ instance field before base constructor by Jan Tattermusch · 7 years ago
  18. a3088a6 fix rounding problem in EchoDeadline test by Jan Tattermusch · 7 years ago
  19. 12ba4b1 make grpc_passthru_endpoint_stats refcounted by Jan Tattermusch · 7 years ago
  20. de5f6bf Set the environment variable at the beginning of the test. Otherwise, it by Sree Kuchibhotla · 7 years ago
  21. fd900e0 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  22. de79daa Merge pull request #14164 from yang-g/cork_all by Yang Gao · 7 years ago
  23. ea33017 Add option to use client side coalescing API in qps test by yang-g · 7 years ago
  24. 8e4c9d3 Extract lb_calld from glb_policy by Juanli Shen · 7 years ago
  25. ef7d312 Merge pull request #14080 from yang-g/return_early by Yang Gao · 7 years ago
  26. badfd41 Merge pull request #14086 from ncteisen/more-clang-tidy by Noah Eisen · 7 years ago
  27. 98cd36e Add a test by yang-g · 7 years ago
  28. d88f903 Merge branch 'master' of https://github.com/grpc/grpc into more-clang-tidy by ncteisen · 7 years ago
  29. 28b6a44 Migrate all remaining features of core test to C++ layer test by Vijay Pai · 7 years ago
  30. 2b226ad Remove alarm from core, implement in C++ layer only by Vijay Pai · 7 years ago
  31. bc4b789 Merge remote-tracking branch 'upstream/master' into create-grpc-c++-podspec by Muxi Yan · 7 years ago
  32. 61bb29f Clean up C++ tests and example by Muxi Yan · 7 years ago
  33. fb061c3 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  34. 93563bc remote stale import by Noah Eisen · 7 years ago
  35. 277e2e4 Clean up tests, examples, and podspecs by Muxi Yan · 7 years ago
  36. a29d6d0 remove use of random_shuffle by yang-g · 7 years ago
  37. dbdf495 Split lib/support into lib/gpr and lib/gpr++. by Mark D. Roth · 7 years ago
  38. 41d27e1 Merge branch 'master' of github.com:grpc/grpc into conn_subchannel by David Garcia Quintas · 7 years ago
  39. e5b7ddd Merge pull request #13363 from grpc/revert-13346-revert-13322-oauth_failure by Jan Tattermusch · 7 years ago
  40. 7500577 Address review feedback; stop using result of 'what' by Vijay Pai · 7 years ago
  41. b425fc7 Comment on cpp guard by Vijay Pai · 7 years ago
  42. 9809ce3 Use appropriate preprocessor guards to allow building without exceptions by Vijay Pai · 7 years ago
  43. 8fc3715 Catch exceptions from sync method handlers without crashing server by Vijay Pai · 7 years ago
  44. 53bfe69 Connected subchannel refactoring by David Garcia Quintas · 7 years ago
  45. d83cff5 Delete stale file by Muxi Yan · 7 years ago
  46. a2d64be Add C++ library iOS test by Muxi Yan · 7 years ago
  47. eb64fad Provide a way to use custom search path for gmock.h by yang-g · 7 years ago
  48. 9d77be1 Merge pull request #13837 from yang-g/interop by Yang Gao · 7 years ago
  49. 3a1a2f0 Use the same ParseCommandLineFlags for golden file test that is used in other test binaries by Alexander Polcyn · 7 years ago
  50. 19d1eb2 When seeing an error in interop test, also log the debug error string. by yang-g · 7 years ago
  51. d3dbc0d Mark one test binary as testonly by Alexander Polcyn · 7 years ago
  52. e9b0fd0 Merge pull request #13494 from dgquintas/backoff_cpp by David G. Quintas · 7 years ago
  53. 1c4d410 Merge pull request #13720 from apolcyn/enable_golden_file_test_in_bazel by apolcyn · 7 years ago
  54. 1bedfa3 Fix another data race in client_lb_end2end by David Garcia Quintas · 7 years ago
  55. 4f4a45e fix tsan issue in client_lb_end2end by David Garcia Quintas · 7 years ago
  56. 251af24 Disabled the json_run_localhost:*_low_thread_count family of tests by David Garcia Quintas · 7 years ago
  57. 3bc0dac Removed exec_ctx from new client_lb_end2end code by David Garcia Quintas · 7 years ago
  58. f19b20f Merge pull request #13803 from apolcyn/mark_testonly by apolcyn · 7 years ago
  59. 5f72c6a Mark a couple of test binaries asa testonly by Alexander Polcyn · 7 years ago
  60. 9c8ea03 Merge branch 'master' of github.com:grpc/grpc into backoff_cpp by David Garcia Quintas · 7 years ago
  61. 590099c PR comments, round 3 by David Garcia Quintas · 7 years ago
  62. d928673 PR comments by David Garcia Quintas · 7 years ago
  63. 487ee31 Address review comments by Yuchen Zeng · 7 years ago
  64. 2435050 Support access token credential in grpc_cli by Yuchen Zeng · 7 years ago
  65. 78335ac Merge pull request #13710 from ctiller/fix17it1 by Craig Tiller · 7 years ago
  66. ef0e64c Revert "Revert "Switching from UNAUTHENTICATED to UNAVAILABLE for auth metadata failure"" by Jan Tattermusch · 7 years ago
  67. 54d699d Merge branch 'master' of github.com:grpc/grpc into backoff_cpp by David Garcia Quintas · 7 years ago
  68. 032e9b3 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  69. af42ea7 Added tests for initial and min connect backoffs by David Garcia Quintas · 7 years ago
  70. 5bd81fe Merge pull request #13721 from y-zeng/cli_metadata by Yuchen Zeng · 7 years ago
  71. 3a6e5bb Fixes by Craig Tiller · 7 years ago
  72. 66d1019 Merge pull request #13631 from sreecha/cv-wait-monotonic by Sree Kuchibhotla · 7 years ago
  73. 2455b3d Fix tsan issue by Yuchen Zeng · 7 years ago
  74. 19889d7 Add escape sequences for the grpc_cli metadata flag by Yuchen Zeng · 7 years ago
  75. 2830e3a Enable golden file test in bazel by Alexander Polcyn · 7 years ago
  76. c870ce5 More message compression level clean-up by Muxi Yan · 7 years ago
  77. 7fd3417 Merge pull request #13678 from sreecha/rpc-deadline-fix by Sree Kuchibhotla · 7 years ago
  78. 04bd8b3 Fix test helper binaries by Craig Tiller · 7 years ago
  79. 99024d6 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  80. 5b1a66c Merge pull request #13413 from ncteisen/surfacing-error-details-wrapped by Noah Eisen · 7 years ago
  81. 6193c63 Reviewer feedback by ncteisen · 7 years ago
  82. 5c5baff Merge commit '94e676e^2' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  83. ca398ee Merge branch 'master' into cv-wait-monotonic by Sree Kuchibhotla · 7 years ago
  84. 94e676e Merge pull request #13659 from grpc/revert-13658-revert-13058-execctx by Yash Tibrewal · 7 years ago
  85. d6c292f Merge master by Yash Tibrewal · 7 years ago
  86. 0b6bdbc Merge pull request #12488 from dgquintas/removed_expiration_interval by David G. Quintas · 7 years ago
  87. 495476a Merge pull request #13682 from dgquintas/send_rpc_status_return by David G. Quintas · 7 years ago
  88. a802157 Merge pull request #13677 from kpayson64/fix_benchmark by kpayson64 · 7 years ago
  89. 9702566 Make it possible to ignore result of SendRPC() in test by David Garcia Quintas · 7 years ago
  90. cc6601e Tweak the RpcDeadline test to reduce flakes by Sree Kuchibhotla · 7 years ago
  91. 8873975 Fix Async QPS Test by Ken Payson · 7 years ago
  92. 6043006 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  93. 67454d7 Merge commit 'b0bad8f' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  94. fc38142 Merge commit 'b0bad8f^' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  95. 38fcd0c clang-format by Muxi Yan · 7 years ago
  96. 4a117f0 Merge e759d2a^ by Muxi Yan · 7 years ago
  97. 4d9f7f6 PR comments by David Garcia Quintas · 7 years ago
  98. d196658 Merge branch 'master' of github.com:grpc/grpc into removed_expiration_interval by David Garcia Quintas · 7 years ago
  99. d5ca876 Fixed ClientLbEnd2endTest.RoundRobinReresolve flakiness by David Garcia Quintas · 7 years ago
  100. 8cf1470 Revert "Revert "All instances of exec_ctx being passed around in src/core removed"" by Yash Tibrewal · 7 years ago