6207 Commits (7f2d9949461f6cbe181cc11d710bc355ba27d465)

Author SHA1 Message Date
Michael Wang b8771966f1 Added tests for eval_args address/port getters. Implemented said getters and CreateActivation. 4 years ago
Yash Tibrewal c62d2b483c Test renaming 4 years ago
Alexander Polcyn cce8e0e0ac Don't factor port server pick latency into stranded_event_test timeouts 4 years ago
Yash Tibrewal 1618d21796 Add roundrobin test and reviewer comments 4 years ago
Mark D. Roth d926e1ca47 Move XdsClient code out of client_channel tree. 4 years ago
Matthew Stevenson 85337d69c2 Re-enable TLS 1.3 in the C-core. 4 years ago
Yash Tibrewal cf0b46c4d6 Reviewer comments 4 years ago
Yash Tibrewal 086d46ce6f Fix bad_server_response_test flakiness 4 years ago
Michael Wang d0311ac81a Basic class definition and constructor Cel eval engine 4 years ago
Alexander Polcyn 3021bc975a Mark stranded_event_test as flaky 4 years ago
Mark D. Roth 0b61aea1c5 Convert grpc_server to idiomatic C++. 4 years ago
Yash Tibrewal 0aa52ab85e Remove debug logging 4 years ago
Yash Tibrewal e310d4366c Receive SETTINGS frame on clients before declaring subchannel READY 4 years ago
Alexander Polcyn 307e175ab2 Make fake insecure servers in ALTS concurrent connectivity test eagerly send an empty settings frame upon receiving new connections 4 years ago
Esun Kim 3cdd6ccb26 Add MSAN workaround to TestEnvironment 4 years ago
Michael Wang c6586f087f implemented get_local_address accessor for grpc_endpoint 4 years ago
matthewstevenson88 9957299480 Merge pull request #23608 from matthewstevenson88/matt-disable-tls13 4 years ago
Esun Kim 4c6a6b5a52 Clean up transport tests 4 years ago
Karthik Ravi Shankar 1de0bfd9e2
Revert "Revert "Move create_channel and credentials from ::grpc_impl to ::grpc"" 4 years ago
Matthew Stevenson 25d2b9b102 Fix number of TLS version tests to run. 4 years ago
Matthew Stevenson 6ccc298665 Disable TLS 1.3-specific unit tests in ssl_transport_security_test.cc. 4 years ago
Karthik Ravi Shankar f1bc43edf6
Revert "Move create_channel and credentials from ::grpc_impl to ::grpc" 4 years ago
Mark D. Roth 181781387d xDS v3 support 4 years ago
Mark D. Roth c35a37d6c2 Remove TargetAuthorityTable in favor of a per-address channel arg. 4 years ago
Yash Tibrewal 7100ee3bfb Add keepalive throttling 4 years ago
Yash Tibrewal 2c5291ff71 Plumb absl::Status through connectivity state notifiers 4 years ago
Vijay Pai 2667eba8c2 Fix a typo 4 years ago
Alexander Polcyn bdfd96ad03 Remove MAX_EPOLL_EVENTS_HANDLED_EACH_POLL_CALL to ensure timely 4 years ago
Richard Belleville d40a91dde5 Don't check tenancy if credentials specified 4 years ago
Richard Belleville c4491121c6 Stop checking g_is_on_gce in security connector 4 years ago
Vijay Pai 9d79ca6058 C++ify core server 4 years ago
Esun Kim 315caf5d05 Added grpc::testing::TestEnvironment 4 years ago
Jan Tattermusch 7ce7bbfc33 fix concurrent file read flake 4 years ago
Vijay Pai bb7cfb638d Construct/destruct ExecCtx between init/shutdown only 4 years ago
Richard Belleville 0ef84e4306 Regenerate projects 4 years ago
Richard Belleville 535d0da0dd Complete synchronously 4 years ago
Richard Belleville acbda9835e Reuse mdelem 4 years ago
Richard Belleville ff5f4bb6fc Add test 4 years ago
Richard Belleville 8412476a9b Add sunny day core API path 4 years ago
Richard Belleville d067b63d48 WIP 4 years ago
Mark D. Roth 7c3fefea3f Make request path more easily visible to LB policies. 4 years ago
Mark D. Roth 9404f66f70 Replace most uses of gpr_asprintf() with absl calls. 4 years ago
Matthew Stevenson a2afea6ee0 Add TLS 1.2 and 1.3 specific tests to h2_tls fixture. 4 years ago
Alexander Polcyn 0bfbea06bc Fix use-after-free in ruby call creds 4 years ago
Richard Belleville c8a8a6aea4 Get new core API design building 4 years ago
Esun Kim 62ac3f075a Added call to grpc::testing::TestEnvironment in tests 4 years ago
Yash Tibrewal f8b7fef753 Fix connect deadline issue in settings_timeout_test 4 years ago
Esun Kim 165ee5007a Replaced grpc::string with std::string 4 years ago
Karthik Ravi Shankar fa0c73146c Fix formatting issue 4 years ago
Karthik Ravi Shankar 0963497181 Fix fetch oauth2 test 4 years ago