Commit Graph

1472 Commits

Author SHA1 Message Date
Mark D. Roth c35a37d6c2 Remove TargetAuthorityTable in favor of a per-address channel arg. 2020-07-23 08:23:05 -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
Mark D. Roth 492889f1c0 Convert chttp2 server connection-handling code to C++. 2020-06-19 11:32:18 -07:00
Yash Tibrewal 0af1907f50 Regenerate projects 2020-06-05 02:15:22 -07:00
Jan Tattermusch a43082112f
Merge pull request #23068 from jtattermusch/concurrent_connectivity_flaky
Mark concurrent_connectivity_test as flaky
2020-06-01 15:47:50 +02:00
Jan Tattermusch 3856831776 regenerate projects 2020-05-28 03:20:11 -04:00
Jan Tattermusch b4441c9fba regenerate projects 2020-05-28 01:37:41 -04:00
Esun Kim d2fbaf7f46
Merge pull request #22819 from veblush/time-convert-flag
Remove flaky flag from ChannelzChannelTest::LastCallStartedTime
2020-05-17 16:08:04 -07:00
yang-g 5872d49c83 generate projects 2020-05-14 12:24:40 -07:00
Esun Kim 1be6f7aedb Remove flaky flag from channelz_test 2020-05-04 11:40:53 -07:00
Mark D. Roth d74548e611 Remove StringViewToCString() and src/core/lib/gprpp/string_view.h 2020-04-27 12:28:28 -07:00
Mark D. Roth 09b42371e7 Remove grpc_core::InlinedVector<> and grpc_core::Optional<>. 2020-04-23 11:24:41 -07:00
Vijay Pai e677f3d166
Merge pull request #22621 from grpc/vjpai-patch-1
Unmark flaky on streaming_pump
2020-04-10 11:02:54 -07:00
Jan Tattermusch 697f411fef mark client_channel_stress_test as flaky 2020-04-09 10:06:33 -04:00
Vijay Pai 719ec593d0 Regen projects 2020-04-08 10:31:47 -07:00
Mark D. Roth 77c10eeedc
Merge pull request #22553 from markdroth/control_plane_creds_revert
Revert "Merge pull request #19693 from apolcyn/control_plane_creds"
2020-04-03 07:23:38 -07:00
Muxi Yan 9a9fe5b361 build_projects 2020-04-02 12:27:39 -07:00
Mark D. Roth 41cfae4234 Revert "Merge pull request #19693 from apolcyn/control_plane_creds"
This reverts commit 162fccdb90, reversing
changes made to 228e7557fa.
2020-04-02 08:13:26 -07:00
Jan Tattermusch c9ae8ed9c7 regenerate projects 2020-03-18 05:13:04 -04:00
Jan Tattermusch bccdd0cb29
Merge pull request #22356 from jtattermusch/more_flakes
Mark client_lb_end2end_test as flaky
2020-03-17 17:51:13 +01:00
Jan Tattermusch b24ddc02fd regenerate projects 2020-03-17 06:26:09 -04:00
Jan Tattermusch e863750403 regenerate projects 2020-03-17 05:34:19 -04:00
Jan Tattermusch bf206eb4fa regenerate projects 2020-03-16 03:31:41 -04:00
Jan Tattermusch 5a92850ca6 regenerate projects 2020-03-16 03:28:45 -04:00
Jan Tattermusch 12d5e51175
Merge pull request #22319 from jtattermusch/fix_test_suffix
Add missing "_test" suffix for some bazel tests
2020-03-16 07:52:55 +01:00
Jan Tattermusch 75c6034859 regenerate projects 2020-03-12 06:48:32 -04:00
Jan Tattermusch 8655e5e745 regenerate projects 2020-03-12 05:58:52 -04:00
Esun Kim 30f88e8b76
Merge pull request #22210 from veblush/docker-for-sanity
Docker for sanity
2020-03-03 14:22:07 -08:00
matthewstevenson88 b47e0e51c5
Merge pull request #22168 from matthewstevenson88/tls-documentation-1
Add comments to TlsFetchKeyMaterials API and add test file for C-core TLS credentials options.
2020-03-03 13:44:26 -08:00
Esun Kim b308241343 Fix clang-tidy issues 2020-03-03 12:27:41 -08:00
Alexander Polcyn e482b79ee8 Change grpclb policy to use internal connectivity state watch API 2020-02-28 00:16:47 -08:00
Matthew Stevenson e0a748d2e4 Fix build.yaml vs build_autogenerated.yaml 2020-02-27 10:15:04 -08:00
Matthew Stevenson 3c87fb610f Add comments to TlsFetchKeyMaterials API and add a test file for the TLS credentials options. 2020-02-27 10:01:14 -08:00
Jan Tattermusch 3bb4d312df regenerate projects 2020-02-26 19:58:42 -05:00
Lidi Zheng abebd4085d Generate tests.json 2020-02-18 16:28:19 -08:00
Yash Tibrewal 360f69bc46
Merge pull request #21781 from yashykt/apifuzzernuke
Delete api_fuzzer
2020-02-11 10:59:23 -08:00
Mark D. Roth 01e87e2d93 Remove old JSON API 2020-02-04 15:21:27 -08:00
Yash Tibrewal 74309886bb Replace LogicalThread with WorkSerializer 2020-01-30 13:20:57 -08:00
Mark D. Roth 380eb750ec New JSON API 2020-01-29 14:52:19 -08:00
Yash Tibrewal 6f5b4624af Delete api_fuzzer 2020-01-23 13:26:00 -08:00
Zhen Lian 618771dc6a [Exposing ALTS Context 2/2] Utility Wrapper Class
This PR contains:

1. An ALTS context exposed for users to use, and a GetAltsContextFromAuthContext() function to get ALTS context from an AuthContext. Functionality-wise this part is similar with a previous PR https://github.com/grpc/grpc/pull/21536, but in this PR, we adjusted the code structure and made some minor changes to better suit function clientAuthzCheck()
2. A clientAuthzCheck() function for users to check if the server is authorized
2020-01-03 09:30:46 -08:00
Guantao Liu b341ddf72b
Revert "[Exposing ALTS Context 2/2] Utility Wrapper Class" 2019-12-16 15:29:27 -08:00
Zhen Lian 98391c8f76 [Exposing ALTS Context 2/2] Utility Wrapper Class 2019-12-13 13:31:38 -08:00
Guantao Liu b9c06e043f
Merge pull request #21216 from guantaol/libuv_em_basic
Bare bones of the libuv EventManager.
2019-12-10 17:07:57 -08:00
Yihua Zhang 059884ea73 fix a build error 2019-12-06 08:20:13 -08:00
Yihua Zhang a6dbc7adb5 rename spiffe to tls 2019-12-05 16:03:37 -08:00
Guantao Liu ee4b311605 Merge remote-tracking branch 'upstream/master' into libuv_em_basic 2019-12-04 17:41:35 -08:00
Mark D. Roth 68df397aa2 Remove vtables from JSON library 2019-12-04 13:03:55 -08:00
Guantao Liu e2b53bec09 Address review comments. 2019-12-02 16:59:37 -08:00
Guantao Liu d969d8c706 Fix build rules. 2019-12-02 16:59:37 -08:00