Yash Tibrewal
|
d35c1c13cd
|
Merge pull request #23636 from yashykt/settingsdeadline
Receive SETTINGS frame on clients before declaring subchannel READY
|
2020-08-03 14:04:02 -07:00 |
Yash Tibrewal
|
0aa52ab85e
|
Remove debug logging
|
2020-07-31 10:56:37 -07:00 |
Esun Kim
|
28ae98f339
|
Merge pull request #23696 from veblush/msan-workaround
Add MSAN workaround to TestEnvironment
|
2020-07-31 10:28:30 -07:00 |
Yash Tibrewal
|
e310d4366c
|
Receive SETTINGS frame on clients before declaring subchannel READY
|
2020-07-31 02:01:40 -07:00 |
apolcyn
|
965e54010a
|
Merge pull request #23694 from apolcyn/fix_alts_fake_master
Make fake insecure servers in ALTS concurrent connectivity test eagerly send empty settings frames
|
2020-07-31 00:48:05 -07:00 |
Alexander Polcyn
|
307e175ab2
|
Make fake insecure servers in ALTS concurrent connectivity test eagerly send an empty settings frame upon receiving new connections
|
2020-07-30 19:45:20 -07:00 |
Esun Kim
|
3cdd6ccb26
|
Add MSAN workaround to TestEnvironment
|
2020-07-30 19:30:56 -07:00 |
ashithasantosh
|
cd9a127502
|
Merge pull request #23489 from michaelywg/endpoint_local_accessor
modified grpc_endpoint vtable and implementations
|
2020-07-30 13:54:16 -07:00 |
Mark D. Roth
|
60283a1085
|
Merge pull request #23582 from markdroth/grpclb_authority
Remove TargetAuthorityTable in favor of a per-address channel arg.
|
2020-07-29 15:18:13 -07:00 |
Michael Wang
|
c6586f087f
|
implemented get_local_address accessor for grpc_endpoint
|
2020-07-29 19:39:22 +00:00 |
Karthik Ravi Shankar
|
8527ebb471
|
Merge pull request #23611 from grpc/revert-23609-revert-23308-create-channel
Revert "Revert "Move create_channel and credentials from ::grpc_impl to ::grpc""
|
2020-07-28 10:43:14 -07:00 |
Esun Kim
|
4c6a6b5a52
|
Clean up transport tests
|
2020-07-27 12:03:50 -07:00 |
matthewstevenson88
|
6f5c468dfe
|
Merge pull request #23608 from matthewstevenson88/matt-disable-tls13
Disable TLS 1.3 in the C-core.
|
2020-07-24 13:53:58 -07:00 |
Karthik Ravi Shankar
|
1de0bfd9e2
|
Revert "Revert "Move create_channel and credentials from ::grpc_impl to ::grpc""
|
2020-07-24 12:47:33 -07:00 |
Matthew Stevenson
|
25d2b9b102
|
Fix number of TLS version tests to run.
|
2020-07-24 12:18:11 -07:00 |
Matthew Stevenson
|
6ccc298665
|
Disable TLS 1.3-specific unit tests in ssl_transport_security_test.cc.
|
2020-07-24 11:28:29 -07:00 |
Karthik Ravi Shankar
|
f1bc43edf6
|
Revert "Move create_channel and credentials from ::grpc_impl to ::grpc"
|
2020-07-24 11:08:54 -07:00 |
Karthik Ravi Shankar
|
bf641af30b
|
Merge pull request #23308 from karthikravis/create-channel
Move create_channel and credentials from ::grpc_impl to ::grpc
|
2020-07-23 20:04:36 -07:00 |
Mark D. Roth
|
181781387d
|
xDS v3 support
|
2020-07-23 10:20:55 -07:00 |
Mark D. Roth
|
c35a37d6c2
|
Remove TargetAuthorityTable in favor of a per-address channel arg.
|
2020-07-23 08:23:05 -07:00 |
Vijay Pai
|
391b2a5a1d
|
Merge pull request #23571 from vjpai/typos
Typo fix
|
2020-07-23 07:18:33 -07:00 |
Karthik Ravi Shankar
|
9ad399384a
|
Merge branch 'master' into create-channel
|
2020-07-23 00:47:36 -07:00 |
Yash Tibrewal
|
2c5291ff71
|
Plumb absl::Status through connectivity state notifiers
|
2020-07-22 15:56:24 -07:00 |
Richard Belleville
|
089d90933a
|
Merge pull request #23203 from gnossen/python_google_default_creds
Implement compute_engine_channel_credentials in Python
|
2020-07-22 13:14:54 -07:00 |
Vijay Pai
|
2667eba8c2
|
Fix a typo
|
2020-07-21 17:03:50 -07:00 |
Vijay Pai
|
172f61a3a2
|
Merge pull request #22757 from vjpai/core_server_cxx
C++ify grpc_server
|
2020-07-21 16:50:37 -07:00 |
apolcyn
|
3b2e1c027e
|
Merge pull request #23535 from apolcyn/repro_epollex_issue_minimal
Remove MAX_EPOLL_EVENTS_HANDLED_EACH_POLL_CALL to ensure timely processing of events
|
2020-07-21 13:55:26 -07:00 |
Alexander Polcyn
|
bdfd96ad03
|
Remove MAX_EPOLL_EVENTS_HANDLED_EACH_POLL_CALL to ensure timely
processing of events
|
2020-07-21 11:18:39 -07:00 |
Richard Belleville
|
d40a91dde5
|
Don't check tenancy if credentials specified
|
2020-07-21 17:55:00 +00:00 |
Richard Belleville
|
c4491121c6
|
Stop checking g_is_on_gce in security connector
|
2020-07-21 00:17:34 +00:00 |
Vijay Pai
|
9d79ca6058
|
C++ify core server
|
2020-07-20 03:15:18 -07:00 |
Esun Kim
|
315caf5d05
|
Added grpc::testing::TestEnvironment
|
2020-07-19 19:38:31 -07:00 |
Jan Tattermusch
|
7ce7bbfc33
|
fix concurrent file read flake
|
2020-07-16 11:49:14 +02:00 |
Vijay Pai
|
bb7cfb638d
|
Construct/destruct ExecCtx between init/shutdown only
|
2020-07-15 14:20:25 -07:00 |
Richard Belleville
|
0ef84e4306
|
Regenerate projects
|
2020-07-13 19:36:54 +00:00 |
Karthik Ravi Shankar
|
1999b20c7d
|
Merge branch 'master' into create-channel
|
2020-07-13 10:58:31 -07:00 |
Richard Belleville
|
535d0da0dd
|
Complete synchronously
|
2020-07-10 19:05:56 +00:00 |
Richard Belleville
|
56ed8f3be4
|
Merge remote-tracking branch 'origin/master' into python_google_default_creds
|
2020-07-10 01:09:58 +00:00 |
Richard Belleville
|
acbda9835e
|
Reuse mdelem
|
2020-07-10 00:50:23 +00:00 |
Richard Belleville
|
ff5f4bb6fc
|
Add test
|
2020-07-10 00:31:23 +00:00 |
Richard Belleville
|
8412476a9b
|
Add sunny day core API path
|
2020-07-09 21:49:06 +00:00 |
Richard Belleville
|
d067b63d48
|
WIP
|
2020-07-08 23:09:57 +00:00 |
Mark D. Roth
|
a5120b90ba
|
Merge pull request #23417 from markdroth/lb_policy_path
Make request path more easily visible to LB policies.
|
2020-07-08 14:57:29 -07:00 |
Mark D. Roth
|
7c3fefea3f
|
Make request path more easily visible to LB policies.
|
2020-07-08 12:12:30 -07:00 |
matthewstevenson88
|
ff8ceb700e
|
Merge pull request #23413 from matthewstevenson88/tls13-h2-tls-fixture
Add TLS 1.2 and 1.3 specific tests to h2_tls fixture.
|
2020-07-08 09:41:35 -07:00 |
Mark D. Roth
|
9404f66f70
|
Replace most uses of gpr_asprintf() with absl calls.
|
2020-07-07 12:01:02 -07:00 |
Matthew Stevenson
|
a2afea6ee0
|
Add TLS 1.2 and 1.3 specific tests to h2_tls fixture.
|
2020-07-07 06:05:39 -07:00 |
Richard Belleville
|
c8a8a6aea4
|
Get new core API design building
|
2020-07-07 00:18:42 +00:00 |
Karthik Ravi Shankar
|
331519496e
|
Merge branch 'master' into create-channel
|
2020-07-01 15:15:39 -07:00 |
Esun Kim
|
62ac3f075a
|
Added call to grpc::testing::TestEnvironment in tests
|
2020-07-01 11:37:57 -07:00 |