Imported Upstream version 1.27.0 upstream/1.27.0
authorDongHun Kwak <dh0128.kwak@samsung.com>
Wed, 23 Sep 2020 01:28:19 +0000 (10:28 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Wed, 23 Sep 2020 01:28:19 +0000 (10:28 +0900)
commit744df44c66499125595ab9430f4ef60abe763464
tree5dd55587dcb2186023bbd5e497c0b8b24123db4a
parent5489b0813dfbe8236518fde431a87f8e51f12024
Imported Upstream version 1.27.0
739 files changed:
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/cleanup_request.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/pull_request_template.md
.gitignore
.gitmodules
.yapfignore [new file with mode: 0644]
BUILD
BUILD.gn
BUILDING.md
CMakeLists.txt
Makefile
PYTHON-MANIFEST.in
bazel/grpc_build_system.bzl
bazel/grpc_deps.bzl
bazel/grpc_python_deps.bzl
build.yaml
cmake/abseil-cpp.cmake
cmake/cares.cmake
cmake/gRPCConfig.cmake.in
cmake/modules/Findc-ares.cmake [new file with mode: 0644]
cmake/msvc_static_runtime.cmake
cmake/protobuf.cmake
cmake/ssl.cmake
cmake/zlib.cmake
config.m4
config.w32
doc/connection-backoff-interop-test-description.md
doc/g_stands_for.md
doc/python/server_reflection.md
doc/versioning.md
etc/roots.pem
examples/cpp/helloworld/CMakeLists.txt
examples/cpp/helloworld/cmake_externalproject/CMakeLists.txt
examples/php/README.md
examples/python/auth/customized_auth_client.py
examples/python/auth/customized_auth_server.py
examples/python/cancellation/BUILD.bazel
examples/python/cancellation/client.py
examples/python/cancellation/server.py
examples/python/cancellation/test/_cancellation_example_test.py
examples/python/compression/client.py
examples/python/compression/server.py
examples/python/compression/test/compression_example_test.py
examples/python/data_transmission/client.py
examples/python/data_transmission/server.py
examples/python/debug/debug_server.py
examples/python/debug/get_stats.py
examples/python/debug/send_message.py
examples/python/debug/test/_debug_example_test.py
examples/python/errors/server.py
examples/python/helloworld/greeter_client_with_options.py
examples/python/interceptors/headers/generic_client_interceptor.py
examples/python/interceptors/headers/greeter_server.py
examples/python/multiplex/multiplex_client.py
examples/python/multiplex/multiplex_server.py
examples/python/multiprocessing/client.py
examples/python/multiprocessing/server.py
examples/python/multiprocessing/test/_multiprocessing_example_test.py
examples/python/route_guide/route_guide_client.py
examples/python/route_guide/route_guide_server.py
examples/python/wait_for_ready/wait_for_ready_example.py
gRPC-C++.podspec
gRPC-Core.podspec
gRPC-ProtoRPC.podspec
gRPC-RxLibrary.podspec
gRPC.podspec
grpc.def
grpc.gemspec
grpc.gyp
include/grpc/grpc_security.h
include/grpc/grpc_security_constants.h
include/grpc/impl/codegen/grpc_types.h
include/grpc/impl/codegen/port_platform.h
include/grpcpp/alarm_impl.h
include/grpcpp/generic/generic_stub_impl.h
include/grpcpp/impl/codegen/async_generic_service.h
include/grpcpp/impl/codegen/callback_common.h
include/grpcpp/impl/codegen/client_callback.h
include/grpcpp/impl/codegen/message_allocator.h
include/grpcpp/impl/codegen/server_callback.h
include/grpcpp/impl/codegen/server_callback_impl.h
include/grpcpp/impl/codegen/server_context.h
include/grpcpp/impl/codegen/server_context_impl.h
include/grpcpp/impl/codegen/server_interface.h
include/grpcpp/impl/codegen/service_type.h
include/grpcpp/impl/codegen/sync_stream_impl.h
include/grpcpp/security/alts_context.h [new file with mode: 0644]
include/grpcpp/security/alts_util.h [new file with mode: 0644]
include/grpcpp/security/credentials_impl.h
include/grpcpp/security/tls_credentials_options.h
include/grpcpp/server_builder_impl.h
include/grpcpp/server_impl.h
package.xml
setup.cfg
setup.py
src/abseil-cpp/gen_build_yaml.py [moved from src/python/grpcio/grpc/_cython/_cygrpc/aio/cancel_status.pyx.pxi with 53% similarity, mode: 0755]
src/abseil-cpp/preprocessed_builds.yaml [new file with mode: 0644]
src/abseil-cpp/preprocessed_builds.yaml.gen.py [new file with mode: 0755]
src/android/test/interop/app/CMakeLists.txt
src/android/test/interop/app/src/androidTest/java/io/grpc/interop/cpp/InteropTest.java
src/android/test/interop/app/src/main/assets/roots.pem [deleted file]
src/android/test/interop/app/src/main/cpp/grpc-interop.cc
src/android/test/interop/app/src/main/java/io/grpc/interop/cpp/InteropActivity.java
src/benchmark/gen_build_yaml.py
src/boringssl/gen_build_yaml.py
src/c-ares/gen_build_yaml.py
src/compiler/cpp_generator.cc
src/core/ext/filters/client_channel/http_proxy.cc
src/core/ext/filters/client_channel/lb_policy.cc
src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
src/core/ext/filters/client_channel/lb_policy/xds/cds.cc
src/core/ext/filters/client_channel/lb_policy/xds/xds.cc
src/core/ext/filters/client_channel/xds/xds_api.cc
src/core/ext/filters/client_channel/xds/xds_api.h
src/core/ext/filters/client_channel/xds/xds_bootstrap.cc
src/core/ext/filters/client_channel/xds/xds_bootstrap.h
src/core/ext/filters/client_channel/xds/xds_channel.cc
src/core/ext/filters/client_channel/xds/xds_channel_secure.cc
src/core/ext/filters/client_channel/xds/xds_client.cc
src/core/ext/filters/client_channel/xds/xds_client.h
src/core/ext/filters/client_channel/xds/xds_client_stats.cc
src/core/ext/filters/client_channel/xds/xds_client_stats.h
src/core/ext/transport/chttp2/transport/chttp2_transport.cc
src/core/ext/upb-generated/src/proto/grpc/lb/v1/load_balancer.upb.c
src/core/ext/upb-generated/src/proto/grpc/lb/v1/load_balancer.upb.h
src/core/lib/channel/channelz.h
src/core/lib/gpr/time_precise.cc
src/core/lib/gprpp/optional.h
src/core/lib/gprpp/string_view.h
src/core/lib/iomgr/executor.cc
src/core/lib/iomgr/fork_posix.cc
src/core/lib/iomgr/poller/eventmanager_libuv.cc [new file with mode: 0644]
src/core/lib/iomgr/poller/eventmanager_libuv.h [new file with mode: 0644]
src/core/lib/iomgr/socket_utils_common_posix.cc
src/core/lib/iomgr/socket_utils_posix.h
src/core/lib/iomgr/tcp_custom.h
src/core/lib/iomgr/tcp_posix.cc
src/core/lib/iomgr/tcp_server_custom.cc
src/core/lib/iomgr/tcp_server_utils_posix_common.cc
src/core/lib/json/json.h
src/core/lib/json/json_common.h [deleted file]
src/core/lib/json/json_reader.cc
src/core/lib/json/json_reader.h [deleted file]
src/core/lib/json/json_string.cc [deleted file]
src/core/lib/json/json_writer.cc
src/core/lib/json/json_writer.h [deleted file]
src/core/lib/security/credentials/composite/composite_credentials.cc
src/core/lib/security/credentials/composite/composite_credentials.h
src/core/lib/security/credentials/credentials.h
src/core/lib/security/credentials/fake/fake_credentials.h
src/core/lib/security/credentials/oauth2/oauth2_credentials.cc
src/core/lib/security/credentials/plugin/plugin_credentials.cc
src/core/lib/security/credentials/plugin/plugin_credentials.h
src/core/lib/security/credentials/tls/grpc_tls_credentials_options.cc
src/core/lib/security/credentials/tls/grpc_tls_credentials_options.h
src/core/lib/security/credentials/tls/tls_credentials.cc [moved from src/core/lib/security/credentials/tls/spiffe_credentials.cc with 73% similarity]
src/core/lib/security/credentials/tls/tls_credentials.h [moved from src/core/lib/security/credentials/tls/spiffe_credentials.h with 77% similarity]
src/core/lib/security/security_connector/alts/alts_security_connector.cc
src/core/lib/security/security_connector/fake/fake_security_connector.cc
src/core/lib/security/security_connector/load_system_roots_fallback.cc
src/core/lib/security/security_connector/load_system_roots_linux.cc
src/core/lib/security/security_connector/local/local_security_connector.cc
src/core/lib/security/security_connector/ssl_utils.cc
src/core/lib/security/security_connector/ssl_utils.h
src/core/lib/security/security_connector/tls/tls_security_connector.cc [moved from src/core/lib/security/security_connector/tls/spiffe_security_connector.cc with 81% similarity]
src/core/lib/security/security_connector/tls/tls_security_connector.h [moved from src/core/lib/security/security_connector/tls/spiffe_security_connector.h with 85% similarity]
src/core/lib/security/transport/client_auth_filter.cc
src/core/lib/surface/completion_queue.cc
src/core/lib/surface/version.cc
src/core/tsi/alts/handshaker/alts_tsi_handshaker.cc
src/core/tsi/alts/handshaker/alts_tsi_handshaker.h
src/core/tsi/alts/zero_copy_frame_protector/alts_zero_copy_grpc_protector.cc
src/core/tsi/fake_transport_security.cc
src/core/tsi/fake_transport_security.h
src/core/tsi/ssl_transport_security.cc
src/core/tsi/ssl_transport_security.h
src/core/tsi/transport_security.cc
src/core/tsi/transport_security_grpc.cc
src/core/tsi/transport_security_grpc.h
src/core/tsi/transport_security_interface.h
src/cpp/Protobuf-C++.podspec
src/cpp/README.md
src/cpp/client/generic_stub.cc
src/cpp/client/secure_credentials.cc
src/cpp/common/alts_context.cc [new file with mode: 0644]
src/cpp/common/alts_util.cc [new file with mode: 0644]
src/cpp/common/tls_credentials_options.cc
src/cpp/common/version_cc.cc
src/cpp/ext/filters/census/client_filter.cc
src/cpp/ext/filters/census/context.cc
src/cpp/ext/filters/census/context.h
src/cpp/server/secure_server_credentials.cc
src/cpp/server/server_builder.cc
src/cpp/server/server_cc.cc
src/csharp/Grpc.Core.Api/AsyncCallState.cs [new file with mode: 0644]
src/csharp/Grpc.Core.Api/AsyncClientStreamingCall.cs
src/csharp/Grpc.Core.Api/AsyncDuplexStreamingCall.cs
src/csharp/Grpc.Core.Api/AsyncServerStreamingCall.cs
src/csharp/Grpc.Core.Api/AsyncUnaryCall.cs
src/csharp/Grpc.Core.Api/ChannelBase.cs
src/csharp/Grpc.Core.Api/ChannelCredentials.cs
src/csharp/Grpc.Core.Api/VersionInfo.cs
src/csharp/Grpc.Core.Tests/ChannelCredentialsTest.cs
src/csharp/Grpc.Core.Tests/ChannelTest.cs
src/csharp/Grpc.Core.Tests/Internal/AsyncCallStateTest.cs [new file with mode: 0644]
src/csharp/Grpc.Core/Calls.cs
src/csharp/Grpc.Core/Channel.cs
src/csharp/Grpc.Core/Common.csproj.include
src/csharp/Grpc.Examples/Math.cs
src/csharp/Grpc.HealthCheck.Tests/Grpc.HealthCheck.Tests.csproj
src/csharp/Grpc.HealthCheck.Tests/HealthClientServerTest.cs
src/csharp/Grpc.HealthCheck.Tests/HealthServiceImplTest.cs
src/csharp/Grpc.HealthCheck.Tests/TestResponseStreamWriter.cs [new file with mode: 0644]
src/csharp/Grpc.HealthCheck.Tests/TestServerCallContext.cs [new file with mode: 0644]
src/csharp/Grpc.HealthCheck/Grpc.HealthCheck.csproj
src/csharp/Grpc.HealthCheck/Health.cs
src/csharp/Grpc.HealthCheck/HealthServiceImpl.cs
src/csharp/Grpc.HealthCheck/Properties/AssemblyInfo.cs
src/csharp/Grpc.IntegrationTesting/BenchmarkService.cs
src/csharp/Grpc.IntegrationTesting/Control.cs
src/csharp/Grpc.IntegrationTesting/CoreStats/Stats.cs
src/csharp/Grpc.IntegrationTesting/EchoMessages.cs
src/csharp/Grpc.IntegrationTesting/Empty.cs
src/csharp/Grpc.IntegrationTesting/EmptyService.cs
src/csharp/Grpc.IntegrationTesting/Messages.cs
src/csharp/Grpc.IntegrationTesting/Metrics.cs
src/csharp/Grpc.IntegrationTesting/Payloads.cs
src/csharp/Grpc.IntegrationTesting/ReportQpsScenarioService.cs
src/csharp/Grpc.IntegrationTesting/Stats.cs
src/csharp/Grpc.IntegrationTesting/Test.cs
src/csharp/Grpc.IntegrationTesting/WorkerService.cs
src/csharp/Grpc.Reflection/Reflection.cs
src/csharp/Grpc.sln
src/csharp/README.md
src/csharp/build/dependencies.props
src/csharp/build_unitypackage.bat
src/csharp/ext/grpc_csharp_ext.c
src/csharp/tests.json
src/objective-c/!ProtoCompiler-gRPCCppPlugin.podspec
src/objective-c/!ProtoCompiler-gRPCPlugin.podspec
src/objective-c/!ProtoCompiler.podspec
src/objective-c/GRPCClient/version.h
src/objective-c/change-comments.py
src/objective-c/tests/version.h
src/php/README.md
src/php/composer.json
src/php/docker/alpine/Dockerfile
src/php/ext/grpc/call_credentials.c
src/php/ext/grpc/channel.c
src/php/ext/grpc/php_grpc.c
src/php/ext/grpc/version.h
src/php/lib/Grpc/BaseStub.php
src/proto/gen_build_yaml.py
src/proto/grpc/lb/v1/load_balancer.proto
src/proto/grpc/testing/echo_messages.proto
src/proto/grpc/testing/xds/BUILD
src/proto/grpc/testing/xds/cds_for_test.proto [new file with mode: 0644]
src/python/grpcio/commands.py
src/python/grpcio/grpc/BUILD.bazel
src/python/grpcio/grpc/__init__.py
src/python/grpcio/grpc/_auth.py
src/python/grpcio/grpc/_channel.py
src/python/grpcio/grpc/_common.py
src/python/grpcio/grpc/_cython/_cygrpc/aio/call.pxd.pxi
src/python/grpcio/grpc/_cython/_cygrpc/aio/call.pyx.pxi
src/python/grpcio/grpc/_cython/_cygrpc/aio/callback_common.pxd.pxi
src/python/grpcio/grpc/_cython/_cygrpc/aio/callback_common.pyx.pxi
src/python/grpcio/grpc/_cython/_cygrpc/aio/channel.pxd.pxi
src/python/grpcio/grpc/_cython/_cygrpc/aio/channel.pyx.pxi
src/python/grpcio/grpc/_cython/_cygrpc/aio/common.pyx.pxi [new file with mode: 0644]
src/python/grpcio/grpc/_cython/_cygrpc/aio/grpc_aio.pxd.pxi
src/python/grpcio/grpc/_cython/_cygrpc/aio/grpc_aio.pyx.pxi
src/python/grpcio/grpc/_cython/_cygrpc/aio/iomgr/iomgr.pyx.pxi
src/python/grpcio/grpc/_cython/_cygrpc/aio/iomgr/socket.pxd.pxi
src/python/grpcio/grpc/_cython/_cygrpc/aio/iomgr/socket.pyx.pxi
src/python/grpcio/grpc/_cython/_cygrpc/aio/rpc_status.pxd.pxi [moved from src/python/grpcio/grpc/_cython/_cygrpc/aio/rpc_error.pxd.pxi with 73% similarity]
src/python/grpcio/grpc/_cython/_cygrpc/aio/rpc_status.pyx.pxi [moved from src/python/grpcio/grpc/_cython/_cygrpc/aio/rpc_error.pyx.pxi with 59% similarity]
src/python/grpcio/grpc/_cython/_cygrpc/aio/server.pxd.pxi
src/python/grpcio/grpc/_cython/_cygrpc/aio/server.pyx.pxi
src/python/grpcio/grpc/_cython/_cygrpc/credentials.pyx.pxi
src/python/grpcio/grpc/_cython/_cygrpc/fork_posix.pyx.pxi
src/python/grpcio/grpc/_cython/_cygrpc/grpc.pxi
src/python/grpcio/grpc/_cython/_cygrpc/iomgr.pxd.pxi
src/python/grpcio/grpc/_cython/_cygrpc/metadata.pyx.pxi
src/python/grpcio/grpc/_cython/cygrpc.pxd
src/python/grpcio/grpc/_cython/cygrpc.pyx
src/python/grpcio/grpc/_grpcio_metadata.py
src/python/grpcio/grpc/_interceptor.py
src/python/grpcio/grpc/_plugin_wrapping.py
src/python/grpcio/grpc/_server.py
src/python/grpcio/grpc/beta/_client_adaptations.py
src/python/grpcio/grpc/beta/_server_adaptations.py
src/python/grpcio/grpc/beta/implementations.py
src/python/grpcio/grpc/experimental/BUILD.bazel
src/python/grpcio/grpc/experimental/aio/__init__.py
src/python/grpcio/grpc/experimental/aio/_base_call.py [new file with mode: 0644]
src/python/grpcio/grpc/experimental/aio/_call.py
src/python/grpcio/grpc/experimental/aio/_channel.py
src/python/grpcio/grpc/experimental/aio/_interceptor.py [new file with mode: 0644]
src/python/grpcio/grpc/experimental/aio/_server.py
src/python/grpcio/grpc/experimental/aio/_typing.py [new file with mode: 0644]
src/python/grpcio/grpc/experimental/aio/_utils.py [new file with mode: 0644]
src/python/grpcio/grpc/framework/foundation/BUILD.bazel
src/python/grpcio/grpc/framework/foundation/logging_pool.py
src/python/grpcio/grpc/framework/interfaces/base/BUILD.bazel
src/python/grpcio/grpc/framework/interfaces/face/BUILD.bazel
src/python/grpcio/grpc_core_dependencies.py
src/python/grpcio/grpc_version.py
src/python/grpcio/support.py
src/python/grpcio_channelz/channelz_commands.py
src/python/grpcio_channelz/grpc_version.py
src/python/grpcio_channelz/setup.py
src/python/grpcio_health_checking/grpc_version.py
src/python/grpcio_health_checking/health_commands.py
src/python/grpcio_health_checking/setup.py
src/python/grpcio_reflection/grpc_reflection/v1alpha/reflection.py
src/python/grpcio_reflection/grpc_version.py
src/python/grpcio_reflection/setup.py
src/python/grpcio_status/MANIFEST.in
src/python/grpcio_status/grpc_status/rpc_status.py
src/python/grpcio_status/grpc_version.py
src/python/grpcio_status/setup.py
src/python/grpcio_status/status_commands.py
src/python/grpcio_testing/grpc_testing/_channel/_rpc_state.py
src/python/grpcio_testing/grpc_testing/_server/_server.py
src/python/grpcio_testing/grpc_testing/_server/_service.py
src/python/grpcio_testing/grpc_version.py
src/python/grpcio_testing/setup.py
src/python/grpcio_tests/commands.py
src/python/grpcio_tests/grpc_version.py
src/python/grpcio_tests/setup.py
src/python/grpcio_tests/tests/_result.py
src/python/grpcio_tests/tests/_runner.py
src/python/grpcio_tests/tests/_sanity/_sanity_test.py
src/python/grpcio_tests/tests/channelz/_channelz_servicer_test.py
src/python/grpcio_tests/tests/fork/_fork_interop_test.py
src/python/grpcio_tests/tests/fork/client.py
src/python/grpcio_tests/tests/fork/methods.py
src/python/grpcio_tests/tests/health_check/_health_servicer_test.py
src/python/grpcio_tests/tests/http2/negative_http2_client.py
src/python/grpcio_tests/tests/interop/_secure_intraop_test.py
src/python/grpcio_tests/tests/interop/client.py
src/python/grpcio_tests/tests/interop/methods.py
src/python/grpcio_tests/tests/interop/server.py
src/python/grpcio_tests/tests/interop/service.py
src/python/grpcio_tests/tests/protoc_plugin/_split_definitions_test.py
src/python/grpcio_tests/tests/qps/benchmark_server.py
src/python/grpcio_tests/tests/qps/client_runner.py
src/python/grpcio_tests/tests/qps/qps_worker.py
src/python/grpcio_tests/tests/qps/worker_server.py
src/python/grpcio_tests/tests/status/_grpc_status_test.py
src/python/grpcio_tests/tests/stress/client.py
src/python/grpcio_tests/tests/stress/test_runner.py
src/python/grpcio_tests/tests/stress/unary_stream_benchmark.py
src/python/grpcio_tests/tests/testing/_client_application.py
src/python/grpcio_tests/tests/testing/_time_test.py
src/python/grpcio_tests/tests/unit/BUILD.bazel
src/python/grpcio_tests/tests/unit/_abort_test.py
src/python/grpcio_tests/tests/unit/_auth_context_test.py
src/python/grpcio_tests/tests/unit/_channel_args_test.py
src/python/grpcio_tests/tests/unit/_channel_connectivity_test.py
src/python/grpcio_tests/tests/unit/_channel_ready_future_test.py
src/python/grpcio_tests/tests/unit/_compression_test.py
src/python/grpcio_tests/tests/unit/_cython/_cancel_many_calls_test.py
src/python/grpcio_tests/tests/unit/_cython/_no_messages_server_completion_queue_per_call_test.py
src/python/grpcio_tests/tests/unit/_cython/_no_messages_single_server_completion_queue_test.py
src/python/grpcio_tests/tests/unit/_cython/cygrpc_test.py
src/python/grpcio_tests/tests/unit/_dns_resolver_test.py
src/python/grpcio_tests/tests/unit/_error_message_encoding_test.py
src/python/grpcio_tests/tests/unit/_exit_scenarios.py
src/python/grpcio_tests/tests/unit/_exit_test.py
src/python/grpcio_tests/tests/unit/_interceptor_test.py
src/python/grpcio_tests/tests/unit/_invalid_metadata_test.py
src/python/grpcio_tests/tests/unit/_invocation_defects_test.py
src/python/grpcio_tests/tests/unit/_local_credentials_test.py
src/python/grpcio_tests/tests/unit/_logging_test.py
src/python/grpcio_tests/tests/unit/_metadata_code_details_test.py
src/python/grpcio_tests/tests/unit/_metadata_flags_test.py
src/python/grpcio_tests/tests/unit/_metadata_test.py
src/python/grpcio_tests/tests/unit/_reconnect_test.py
src/python/grpcio_tests/tests/unit/_rpc_test.py
src/python/grpcio_tests/tests/unit/_server_shutdown_test.py
src/python/grpcio_tests/tests/unit/_server_ssl_cert_config_test.py
src/python/grpcio_tests/tests/unit/_server_test.py
src/python/grpcio_tests/tests/unit/_server_wait_for_termination_test.py
src/python/grpcio_tests/tests/unit/_session_cache_test.py
src/python/grpcio_tests/tests/unit/_signal_client.py
src/python/grpcio_tests/tests/unit/beta/_beta_features_test.py
src/python/grpcio_tests/tests/unit/beta/_implementations_test.py
src/python/grpcio_tests/tests/unit/beta/_not_found_test.py
src/python/grpcio_tests/tests/unit/framework/common/__init__.py
src/python/grpcio_tests/tests/unit/test_common.py
src/python/grpcio_tests/tests_aio/benchmark/BUILD.bazel [new file with mode: 0644]
src/python/grpcio_tests/tests_aio/benchmark/server.py
src/python/grpcio_tests/tests_aio/tests.json
src/python/grpcio_tests/tests_aio/unit/BUILD.bazel
src/python/grpcio_tests/tests_aio/unit/_common.py [new file with mode: 0644]
src/python/grpcio_tests/tests_aio/unit/_constants.py [new file with mode: 0644]
src/python/grpcio_tests/tests_aio/unit/_test_base.py
src/python/grpcio_tests/tests_aio/unit/_test_server.py
src/python/grpcio_tests/tests_aio/unit/abort_test.py [new file with mode: 0644]
src/python/grpcio_tests/tests_aio/unit/aio_rpc_error_test.py [new file with mode: 0644]
src/python/grpcio_tests/tests_aio/unit/call_test.py
src/python/grpcio_tests/tests_aio/unit/channel_argument_test.py [new file with mode: 0644]
src/python/grpcio_tests/tests_aio/unit/channel_test.py
src/python/grpcio_tests/tests_aio/unit/connectivity_test.py [new file with mode: 0644]
src/python/grpcio_tests/tests_aio/unit/done_callback_test.py [new file with mode: 0644]
src/python/grpcio_tests/tests_aio/unit/init_test.py
src/python/grpcio_tests/tests_aio/unit/interceptor_test.py [new file with mode: 0644]
src/python/grpcio_tests/tests_aio/unit/metadata_test.py [new file with mode: 0644]
src/python/grpcio_tests/tests_aio/unit/server_test.py
src/ruby/bin/math_pb.rb
src/ruby/ext/grpc/rb_call_credentials.c
src/ruby/ext/grpc/rb_grpc_imports.generated.c
src/ruby/ext/grpc/rb_grpc_imports.generated.h
src/ruby/lib/grpc/version.rb
src/ruby/pb/grpc/health/v1/health_pb.rb
src/ruby/pb/src/proto/grpc/testing/empty_pb.rb
src/ruby/pb/src/proto/grpc/testing/messages_pb.rb
src/ruby/qps/src/proto/grpc/core/stats_pb.rb
src/ruby/qps/src/proto/grpc/testing/control_pb.rb
src/ruby/qps/src/proto/grpc/testing/messages_pb.rb
src/ruby/qps/src/proto/grpc/testing/payloads_pb.rb
src/ruby/qps/src/proto/grpc/testing/stats_pb.rb
src/ruby/tools/version.rb
src/upb/gen_build_yaml.py
src/zlib/gen_build_yaml.py
templates/CMakeLists.txt.template
templates/Makefile.template
templates/config.m4.template
templates/config.w32.template
templates/gRPC-C++.podspec.template
templates/gRPC-Core.podspec.template
templates/grpc.gemspec.template
templates/grpc.gyp.template
templates/package.xml.template
templates/src/csharp/build/dependencies.props.template
templates/src/objective-c/!ProtoCompiler-gRPCCppPlugin.podspec.template
templates/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec.template
templates/src/php/docker/alpine/Dockerfile.template
templates/tools/dockerfile/java_build_interop.sh.include
templates/tools/dockerfile/python_deps.include
templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.template
templates/tools/dockerfile/test/cxx_jessie_x64/Dockerfile.template
templates/tools/dockerfile/test/cxx_jessie_x86/Dockerfile.template
templates/tools/openssl/use_openssl.sh.template [deleted file]
test/core/backoff/backoff_test.cc
test/core/bad_client/gen_build_yaml.py
test/core/bad_ssl/bad_ssl_test.cc
test/core/bad_ssl/gen_build_yaml.py
test/core/client_channel/parse_address_with_named_scope_id_test.cc
test/core/client_channel/service_config_test.cc
test/core/client_channel/xds_bootstrap_test.cc
test/core/compression/stream_compression_test.cc
test/core/end2end/end2end_tests.h
test/core/end2end/engine_passthrough.cc [new file with mode: 0644]
test/core/end2end/fixtures/h2_fakesec.cc
test/core/end2end/fixtures/h2_local_ipv4.cc
test/core/end2end/fixtures/h2_local_ipv6.cc
test/core/end2end/fixtures/h2_tls.cc [moved from test/core/end2end/fixtures/h2_spiffe.cc with 94% similarity]
test/core/end2end/fuzzers/generate_client_examples_of_bad_closing_streams.py
test/core/end2end/gen_build_yaml.py
test/core/end2end/generate_tests.bzl
test/core/end2end/h2_ssl_cert_test.cc
test/core/end2end/tests/call_creds.cc
test/core/gprpp/string_view_test.cc
test/core/handshake/verify_peer_options.cc
test/core/http/test_server.py
test/core/iomgr/BUILD
test/core/iomgr/poller/BUILD [new file with mode: 0644]
test/core/iomgr/poller/eventmanager_libuv_test.cc [new file with mode: 0644]
test/core/json/BUILD
test/core/json/json_rewrite.cc [deleted file]
test/core/json/json_rewrite_test.cc [deleted file]
test/core/json/json_stream_error_test.cc [deleted file]
test/core/json/rewrite_test_input.json [deleted file]
test/core/json/rewrite_test_output_condensed.json [deleted file]
test/core/json/rewrite_test_output_indented.json [deleted file]
test/core/security/BUILD
test/core/security/alts_security_connector_test.cc
test/core/security/credentials_test.cc
test/core/security/security_connector_test.cc
test/core/security/tls_security_connector_test.cc [moved from test/core/security/spiffe_security_connector_test.cc with 79% similarity]
test/core/slice/b64_decode_corpus/testcase-5759629707444224 [new file with mode: 0644]
test/core/slice/b64_decode_fuzzer.cc
test/core/slice/b64_encode_corpus/testcase-5686577615339520 [new file with mode: 0644]
test/core/slice/b64_encode_fuzzer.cc
test/core/surface/init_test.cc
test/core/surface/public_headers_must_be_c89.c
test/core/transport/byte_stream_test.cc
test/core/transport/chttp2/bin_decoder_test.cc
test/core/transport/chttp2/bin_encoder_test.cc
test/core/transport/chttp2/context_list_test.cc
test/core/transport/connectivity_state_test.cc
test/core/transport/static_metadata_test.cc
test/core/tsi/alts/crypt/aes_gcm_test.cc
test/core/tsi/alts/fake_handshaker/BUILD
test/core/tsi/alts/fake_handshaker/fake_handshaker_server_main.cc
test/core/tsi/alts/handshaker/alts_concurrent_connectivity_test.cc
test/core/tsi/alts/handshaker/alts_handshaker_client_test.cc
test/core/tsi/alts/handshaker/alts_tsi_handshaker_test.cc
test/core/tsi/alts/handshaker/alts_tsi_utils_test.cc
test/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol_test.cc
test/core/tsi/alts/zero_copy_frame_protector/alts_zero_copy_grpc_protector_test.cc
test/core/tsi/fake_transport_security_test.cc
test/core/tsi/ssl_transport_security_test.cc
test/core/util/test_config.cc
test/cpp/client/client_channel_stress_test.cc
test/cpp/client/credentials_test.cc
test/cpp/codegen/compiler_test_golden
test/cpp/common/BUILD
test/cpp/common/alts_util_test.cc [new file with mode: 0644]
test/cpp/end2end/BUILD
test/cpp/end2end/cfstream_test.cc
test/cpp/end2end/client_callback_end2end_test.cc
test/cpp/end2end/client_lb_end2end_test.cc
test/cpp/end2end/end2end_test.cc
test/cpp/end2end/flaky_network_test.cc
test/cpp/end2end/grpclb_end2end_test.cc
test/cpp/end2end/hybrid_end2end_test.cc
test/cpp/end2end/test_service_impl.cc
test/cpp/end2end/test_service_impl.h
test/cpp/end2end/time_change_test.cc
test/cpp/end2end/xds_end2end_test.cc
test/cpp/ext/filters/census/BUILD
test/cpp/ext/filters/census/stats_plugin_end2end_test.cc
test/cpp/grpclb/grpclb_api_test.cc
test/cpp/interop/client.cc
test/cpp/interop/interop_server_bootstrap.cc
test/cpp/ios/build_and_run_tests.sh
test/cpp/ios/verbose_time.sh [moved from src/python/grpcio/grpc/_cython/_cygrpc/aio/cancel_status.pxd.pxi with 72% similarity, mode: 0755]
test/cpp/microbenchmarks/BUILD
test/cpp/naming/gen_build_yaml.py
test/cpp/naming/manual_run_resolver_component_test.py
test/cpp/naming/resolver_component_tests_runner_invoker.cc
test/cpp/naming/utils/dns_resolver.py
test/cpp/naming/utils/dns_server.py
test/cpp/naming/utils/run_dns_server_for_lb_interop_tests.py
test/cpp/naming/utils/tcp_connect.py
test/cpp/performance/writes_per_rpc_test.cc
test/cpp/qps/gen_build_yaml.py
test/cpp/qps/json_run_localhost_scenario_gen.py
test/cpp/qps/qps_json_driver_scenario_gen.py
test/cpp/server/server_request_call_test.cc
test/distrib/cpp/run_distrib_test_cmake.bat
test/distrib/cpp/run_distrib_test_cmake.sh
test/distrib/cpp/run_distrib_test_cmake_as_externalproject.sh
test/distrib/cpp/run_distrib_test_cmake_fetchcontent.sh [new file with mode: 0755]
test/distrib/cpp/run_distrib_test_cmake_module_install.sh [new file with mode: 0755]
test/distrib/cpp/run_distrib_test_cmake_pkgconfig.sh
test/distrib/cpp/run_distrib_test_raspberry_pi.sh [new file with mode: 0755]
test/distrib/csharp/DistribTest/DistribTest.csproj
test/distrib/csharp/DistribTest/DistribTestDotNet.csproj
test/distrib/csharp/DistribTest/packages.config
test/http2_test/http2_base_server.py
test/http2_test/http2_server_health_check.py
test/http2_test/http2_test_server.py
test/http2_test/test_data_frame_padding.py
test/http2_test/test_goaway.py
test/http2_test/test_max_streams.py
test/http2_test/test_ping.py
test/http2_test/test_rst_after_data.py
test/http2_test/test_rst_after_header.py
test/http2_test/test_rst_during_data.py
third_party/BUILD
third_party/libuv.BUILD [new file with mode: 0644]
third_party/py/python_configure.bzl
third_party/six.BUILD
third_party/upb/BUILD
third_party/upb/CMakeLists.txt
third_party/upb/bazel/upb_proto_library.bzl
third_party/upb/bazel/workspace_deps.bzl
third_party/upb/upb/decode.c
third_party/upb/upb/port.c
third_party/upb/upb/port_def.inc
third_party/upb/upb/table.c
tools/bazel.rc
tools/buildgen/build-cleaner.py
tools/buildgen/generate_build_additions.sh
tools/buildgen/generate_projects.py
tools/buildgen/generate_projects.sh
tools/buildgen/mako_renderer.py
tools/buildgen/plugins/check_attrs.py
tools/buildgen/plugins/expand_filegroups.py
tools/buildgen/plugins/expand_version.py
tools/buildgen/plugins/transitive_dependencies.py
tools/codegen/core/gen_header_frame.py
tools/codegen/core/gen_server_registered_method_bad_client_test_body.py
tools/codegen/core/gen_settings_ids.py
tools/codegen/core/gen_static_metadata.py
tools/codegen/core/gen_stats_data.py
tools/distrib/buildifier_format_code.sh
tools/distrib/check_copyright.py
tools/distrib/check_include_guards.py
tools/distrib/check_pytype.sh [new file with mode: 0755]
tools/distrib/format_bazel.sh
tools/distrib/pylint_code.sh
tools/distrib/python/check_grpcio_tools.py
tools/distrib/python/docgen.py
tools/distrib/python/grpcio_tools/grpc_tools/command.py
tools/distrib/python/grpcio_tools/grpc_version.py
tools/distrib/python/grpcio_tools/protoc_lib_deps.py
tools/distrib/python/grpcio_tools/setup.py
tools/distrib/python/submit.py
tools/distrib/run_clang_tidy.py
tools/distrib/yapf_code.sh
tools/dockerfile/distribtest/python_dev_alpine3.7_x64/Dockerfile
tools/dockerfile/grpc_artifact_centos6_x64/Dockerfile [new file with mode: 0644]
tools/dockerfile/grpc_artifact_centos6_x86/Dockerfile [new file with mode: 0644]
tools/dockerfile/grpc_artifact_python_manylinux1_x64/Dockerfile [deleted file]
tools/dockerfile/grpc_artifact_python_manylinux1_x86/Dockerfile [deleted file]
tools/dockerfile/grpc_artifact_python_manylinux2010_x64/Dockerfile
tools/dockerfile/grpc_artifact_python_manylinux2010_x86/Dockerfile
tools/dockerfile/grpc_clang_tidy/Dockerfile
tools/dockerfile/interoptest/grpc_interop_csharp/Dockerfile
tools/dockerfile/interoptest/grpc_interop_csharpcoreclr/Dockerfile
tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile
tools/dockerfile/interoptest/grpc_interop_go/Dockerfile
tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile
tools/dockerfile/interoptest/grpc_interop_go1.7/Dockerfile
tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile
tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile
tools/dockerfile/interoptest/grpc_interop_java/build_interop.sh
tools/dockerfile/interoptest/grpc_interop_node/Dockerfile
tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile
tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile
tools/dockerfile/test/bazel/Dockerfile
tools/dockerfile/test/csharp_stretch_x64/Dockerfile
tools/dockerfile/test/cxx_alpine_x64/Dockerfile
tools/dockerfile/test/cxx_buster_x64/Dockerfile
tools/dockerfile/test/cxx_jessie_x64/Dockerfile
tools/dockerfile/test/cxx_jessie_x86/Dockerfile
tools/dockerfile/test/cxx_sanitizers_jessie_x64/Dockerfile
tools/dockerfile/test/cxx_ubuntu1404_x64/Dockerfile
tools/dockerfile/test/cxx_ubuntu1604_x64/Dockerfile
tools/dockerfile/test/cxx_ubuntu1804_x64/Dockerfile
tools/dockerfile/test/fuzzer/Dockerfile
tools/dockerfile/test/node_jessie_x64/Dockerfile
tools/dockerfile/test/php7_jessie_x64/Dockerfile
tools/dockerfile/test/php_jessie_x64/Dockerfile
tools/dockerfile/test/python_alpine_x64/Dockerfile
tools/dockerfile/test/ruby_jessie_x64/Dockerfile
tools/doxygen/Doxyfile.c++
tools/doxygen/Doxyfile.c++.internal
tools/doxygen/Doxyfile.core.internal
tools/doxygen/Doxyfile.objc
tools/doxygen/Doxyfile.objc.internal
tools/failures/detect_new_failures.py
tools/gce/linux_kokoro_performance_worker_init.sh
tools/gcp/github_stats_tracking/fetch_data.py
tools/gcp/github_stats_tracking/main.py
tools/gcp/utils/big_query_utils.py
tools/github/pr_latency.py
tools/http2_interop/s6.5.go
tools/internal_ci/helper_scripts/install_python38.ps1
tools/internal_ci/helper_scripts/prepare_build_macos_rc
tools/internal_ci/linux/grpc_bazel_build_in_docker.sh
tools/internal_ci/linux/grpc_build_artifacts_extra.cfg
tools/internal_ci/linux/grpc_build_artifacts_extra_release.cfg
tools/internal_ci/macos/grpc_basictests_cpp_ios.cfg
tools/internal_ci/macos/grpc_basictests_csharp.cfg
tools/internal_ci/macos/grpc_basictests_csharp.sh [new file with mode: 0755]
tools/internal_ci/macos/grpc_basictests_dbg.cfg [deleted file]
tools/internal_ci/macos/grpc_basictests_objc_examples.cfg
tools/internal_ci/macos/grpc_basictests_objc_ios.cfg
tools/internal_ci/macos/grpc_basictests_objc_mac.cfg
tools/internal_ci/macos/grpc_basictests_objc_tvos.cfg
tools/internal_ci/macos/grpc_basictests_opt.cfg [deleted file]
tools/internal_ci/macos/grpc_basictests_python.cfg
tools/internal_ci/macos/grpc_basictests_python.sh [new file with mode: 0755]
tools/internal_ci/macos/grpc_basictests_ruby.cfg
tools/internal_ci/macos/grpc_basictests_ruby.sh [new file with mode: 0755]
tools/internal_ci/macos/grpc_build_artifacts.sh
tools/internal_ci/macos/grpc_distribtests.sh
tools/internal_ci/macos/grpc_ios_binary_size.sh
tools/internal_ci/macos/grpc_run_tests_matrix_objc.sh [new file with mode: 0755]
tools/internal_ci/macos/pull_request/grpc_basictests_cpp_ios.cfg
tools/internal_ci/macos/pull_request/grpc_basictests_csharp.cfg
tools/internal_ci/macos/pull_request/grpc_basictests_objc_examples.cfg
tools/internal_ci/macos/pull_request/grpc_basictests_objc_ios.cfg
tools/internal_ci/macos/pull_request/grpc_basictests_objc_mac.cfg
tools/internal_ci/macos/pull_request/grpc_basictests_objc_tvos.cfg
tools/internal_ci/macos/pull_request/grpc_basictests_python.cfg
tools/internal_ci/macos/pull_request/grpc_basictests_ruby.cfg
tools/interop_matrix/client_matrix.py
tools/interop_matrix/create_matrix_images.py
tools/interop_matrix/run_interop_matrix_tests.py
tools/line_count/yaml2csv.py
tools/mkowners/mkowners.py
tools/openssl/use_openssl.sh [deleted file]
tools/profiling/bloat/bloat_diff.py
tools/profiling/ios_bin/binary_size.py
tools/profiling/latency_profile/profile_analyzer.py
tools/profiling/microbenchmarks/bm_diff/bm_build.py
tools/profiling/microbenchmarks/bm_diff/bm_diff.py
tools/profiling/microbenchmarks/bm_diff/bm_main.py
tools/profiling/microbenchmarks/bm_diff/bm_run.py
tools/profiling/qps/qps_diff.py
tools/profiling/qps/qps_scenarios.py
tools/release/release_notes.py
tools/release/verify_python_release.py
tools/run_tests/artifacts/artifact_targets.py
tools/run_tests/artifacts/build_artifact_python.bat
tools/run_tests/artifacts/build_artifact_python.sh
tools/run_tests/artifacts/distribtest_targets.py
tools/run_tests/artifacts/package_targets.py
tools/run_tests/generated/tests.json
tools/run_tests/helper_scripts/build_python.sh
tools/run_tests/lb_interop_tests/gen_build_yaml.py
tools/run_tests/performance/bq_upload_result.py
tools/run_tests/performance/patch_scenario_results_schema.py
tools/run_tests/performance/scenario_config.py
tools/run_tests/python_utils/check_on_pr.py
tools/run_tests/python_utils/dockerjob.py
tools/run_tests/python_utils/jobset.py
tools/run_tests/python_utils/port_server.py
tools/run_tests/python_utils/report_utils.py
tools/run_tests/python_utils/start_port_server.py
tools/run_tests/python_utils/upload_rbe_results.py
tools/run_tests/python_utils/upload_test_results.py
tools/run_tests/run_build_statistics.py
tools/run_tests/run_grpclb_interop_tests.py
tools/run_tests/run_interop_tests.py
tools/run_tests/run_microbenchmark.py
tools/run_tests/run_performance_tests.py
tools/run_tests/run_tests.py
tools/run_tests/run_tests_matrix.py
tools/run_tests/sanity/check_bazel_workspace.py
tools/run_tests/sanity/check_buildifier.sh
tools/run_tests/sanity/check_submodules.sh
tools/run_tests/sanity/check_test_filtering.py
tools/run_tests/sanity/check_version.py
tools/run_tests/sanity/core_banned_functions.py
tools/run_tests/sanity/cpp_banned_constructs.sh
tools/run_tests/sanity/sanity_tests.yaml
tools/run_tests/task_runner.py