Path Lines of Code BUILDING.md 197 CODE-OF-CONDUCT.md 2 CONCEPTS.md 45 CONTRIBUTING.md 101 GOVERNANCE.md 1 MAINTAINERS.md 79 MANIFEST.md 18 README.md 68 TROUBLESHOOTING.md 31 bazel/test/python_test_repo/README.md 4 composer.json 23 doc/PROTOCOL-HTTP2.md 193 doc/PROTOCOL-WEB.md 101 doc/binary-logging.md 44 doc/c-style-guide.md 70 doc/command_line_tool.md 144 doc/compression.md 96 doc/compression_cookbook.md 101 doc/connection-backoff-interop-test-description.md 61 doc/connection-backoff.md 44 doc/connectivity-semantics-and-api.md 134 doc/core/combiner-explainer.md 131 doc/core/epoll-polling-engine.md 70 doc/core/grpc-client-server-polling-engine-usage.md 19 doc/core/grpc-cq.md 43 doc/core/grpc-error.md 119 doc/core/grpc-polling-engines.md 102 doc/core/moving-to-c++.md 54 doc/core/pending_api_cleanups.md 16 doc/core/transport_explainer.md 165 doc/cpp-style-guide.md 7 doc/cpp/pending_api_cleanups.md 20 doc/cpp/perf_notes.md 22 doc/csharp/server_reflection.md 44 doc/environment_variables.md 141 doc/fail_fast.md 1 doc/fork_support.md 39 doc/g_stands_for.md 29 doc/grpc_release_schedule.md 27 doc/health-checking.md 61 doc/http-grpc-status-mapping.md 25 doc/http2-interop-test-descriptions.md 209 doc/internationalization.md 28 doc/interop-test-descriptions.md 941 doc/keepalive.md 43 doc/load-balancing.md 117 doc/naming.md 58 doc/python/server_reflection.md 53 doc/python/sphinx/glossary.rst 13 doc/python/sphinx/grpc.rst 113 doc/python/sphinx/grpc_asyncio.rst 83 doc/python/sphinx/grpc_channelz.rst 8 doc/python/sphinx/grpc_health_checking.rst 5 doc/python/sphinx/grpc_reflection.rst 11 doc/python/sphinx/grpc_status.rst 5 doc/python/sphinx/grpc_testing.rst 5 doc/python/sphinx/index.rst 20 doc/security_audit.md 43 doc/server-reflection.md 160 doc/server_reflection_tutorial.md 136 doc/server_side_auth.md 43 doc/service_config.md 132 doc/ssl-performance.md 33 doc/status_ordering.md 15 doc/statuscodes.md 66 doc/unit_testing.md 127 doc/versioning.md 35 doc/wait-for-ready.md 12 doc/workarounds.md 11 doc/xds-test-descriptions.md 177 etc/README.md 4 examples/README.md 17 examples/android/helloworld/README.md 18 examples/android/helloworld/app/build.gradle 51 examples/android/helloworld/app/src/main/AndroidManifest.xml 19 examples/android/helloworld/app/src/main/cpp/grpc-helloworld.cc 85 examples/android/helloworld/app/src/main/java/io/grpc/helloworldexample/cpp/HelloworldActivity.java 129 examples/android/helloworld/app/src/main/res/layout/activity_helloworld.xml 75 examples/android/helloworld/app/src/main/res/values/strings.xml 3 examples/android/helloworld/build.gradle 18 examples/android/helloworld/gradle.properties 13 examples/android/helloworld/gradlew.bat 66 examples/android/helloworld/settings.gradle 1 examples/cpp/README.md 28 examples/cpp/compression/README.md 58 examples/cpp/compression/greeter_client.cc 48 examples/cpp/compression/greeter_server.cc 40 examples/cpp/cpptutorial.md 404 examples/cpp/helloworld/README.md 199 examples/cpp/helloworld/cocoapods/HelloWorldCpp/AppDelegate.h 4 examples/cpp/helloworld/cocoapods/HelloWorldCpp/AppDelegate.mm 3 examples/cpp/helloworld/cocoapods/HelloWorldCpp/Assets.xcassets/AppIcon.appiconset/Contents.json 93 examples/cpp/helloworld/cocoapods/HelloWorldCpp/Base.lproj/LaunchScreen.storyboard 24 examples/cpp/helloworld/cocoapods/HelloWorldCpp/Base.lproj/Main.storyboard 23 examples/cpp/helloworld/cocoapods/HelloWorldCpp/Info.plist 45 examples/cpp/helloworld/cocoapods/HelloWorldCpp/ViewController.h 3 examples/cpp/helloworld/cocoapods/HelloWorldCpp/ViewController.mm 70 examples/cpp/helloworld/cocoapods/HelloWorldCpp/main.m 7 examples/cpp/helloworld/greeter_async_client.cc 55 examples/cpp/helloworld/greeter_async_client2.cc 67 examples/cpp/helloworld/greeter_async_server.cc 88 examples/cpp/helloworld/greeter_client.cc 64 examples/cpp/helloworld/greeter_server.cc 42 examples/cpp/keyvaluestore/caching_interceptor.h 91 examples/cpp/keyvaluestore/client.cc 59 examples/cpp/keyvaluestore/server.cc 60 examples/cpp/load_balancing/README.md 44 examples/cpp/load_balancing/greeter_client.cc 47 examples/cpp/load_balancing/greeter_server.cc 38 examples/cpp/metadata/README.md 51 examples/cpp/metadata/greeter_client.cc 50 examples/cpp/metadata/greeter_server.cc 56 examples/cpp/route_guide/README.md 4 examples/cpp/route_guide/helper.cc 129 examples/cpp/route_guide/helper.h 10 examples/cpp/route_guide/route_guide_client.cc 197 examples/cpp/route_guide/route_guide_db.json 601 examples/cpp/route_guide/route_guide_server.cc 152 examples/csharp/Helloworld/Greeter/Greeter.csproj 13 examples/csharp/Helloworld/GreeterClient/GreeterClient.csproj 9 examples/csharp/Helloworld/GreeterClient/Program.cs 20 examples/csharp/Helloworld/GreeterServer/GreeterServer.csproj 9 examples/csharp/Helloworld/GreeterServer/Program.cs 31 examples/csharp/Helloworld/README.md 27 examples/csharp/HelloworldLegacyCsproj/Greeter/Greeter.csproj 78 examples/csharp/HelloworldLegacyCsproj/Greeter/Properties/AssemblyInfo.cs 13 examples/csharp/HelloworldLegacyCsproj/GreeterClient/GreeterClient.csproj 77 examples/csharp/HelloworldLegacyCsproj/GreeterClient/Program.cs 20 examples/csharp/HelloworldLegacyCsproj/GreeterClient/Properties/AssemblyInfo.cs 13 examples/csharp/HelloworldLegacyCsproj/GreeterServer/GreeterServer.csproj 77 examples/csharp/HelloworldLegacyCsproj/GreeterServer/Program.cs 31 examples/csharp/HelloworldLegacyCsproj/GreeterServer/Properties/AssemblyInfo.cs 13 examples/csharp/HelloworldLegacyCsproj/README.md 53 examples/csharp/HelloworldUnity/Assets/Plugins.meta 8 examples/csharp/HelloworldUnity/Assets/Scenes.meta 8 examples/csharp/HelloworldUnity/Assets/Scenes/SampleScene.unity 586 examples/csharp/HelloworldUnity/Assets/Scenes/SampleScene.unity.meta 7 examples/csharp/HelloworldUnity/Assets/Scripts.meta 8 examples/csharp/HelloworldUnity/Assets/Scripts/HelloWorldScript.cs 15 examples/csharp/HelloworldUnity/Assets/Scripts/HelloWorldScript.cs.meta 11 examples/csharp/HelloworldUnity/Assets/Scripts/HelloWorldTest.cs 47 examples/csharp/HelloworldUnity/Assets/Scripts/HelloWorldTest.cs.meta 11 examples/csharp/HelloworldUnity/Assets/Scripts/Helloworld.cs 233 examples/csharp/HelloworldUnity/Assets/Scripts/Helloworld.cs.meta 11 examples/csharp/HelloworldUnity/Assets/Scripts/HelloworldGrpc.cs 72 examples/csharp/HelloworldUnity/Assets/Scripts/HelloworldGrpc.cs.meta 11 examples/csharp/HelloworldUnity/ProjectSettings/AudioManager.asset 17 examples/csharp/HelloworldUnity/ProjectSettings/ClusterInputManager.asset 6 examples/csharp/HelloworldUnity/ProjectSettings/DynamicsManager.asset 29 examples/csharp/HelloworldUnity/ProjectSettings/EditorBuildSettings.asset 11 examples/csharp/HelloworldUnity/ProjectSettings/EditorSettings.asset 21 examples/csharp/HelloworldUnity/ProjectSettings/GraphicsSettings.asset 60 examples/csharp/HelloworldUnity/ProjectSettings/InputManager.asset 295 examples/csharp/HelloworldUnity/ProjectSettings/NavMeshAreas.asset 91 examples/csharp/HelloworldUnity/ProjectSettings/NetworkManager.asset 8 examples/csharp/HelloworldUnity/ProjectSettings/Physics2DSettings.asset 55 examples/csharp/HelloworldUnity/ProjectSettings/PresetManager.asset 13 examples/csharp/HelloworldUnity/ProjectSettings/ProjectSettings.asset 656 examples/csharp/HelloworldUnity/ProjectSettings/QualitySettings.asset 191 examples/csharp/HelloworldUnity/ProjectSettings/TagManager.asset 43 examples/csharp/HelloworldUnity/ProjectSettings/TimeManager.asset 9 examples/csharp/HelloworldUnity/ProjectSettings/UnityConnectSettings.asset 34 examples/csharp/HelloworldUnity/ProjectSettings/VFXManager.asset 11 examples/csharp/HelloworldUnity/README.md 14 examples/csharp/HelloworldUnity/UIElementsSchema/UIElements.xsd 6 examples/csharp/HelloworldUnity/UIElementsSchema/UnityEditor.Experimental.UIElements.xsd 228 examples/csharp/HelloworldUnity/UIElementsSchema/UnityEditor.PackageManager.UI.xsd 116 examples/csharp/HelloworldUnity/UIElementsSchema/UnityEngine.Experimental.UIElements.xsd 269 examples/csharp/HelloworldXamarin/Droid/HelloworldXamarin.Droid.csproj 103 examples/csharp/HelloworldXamarin/Droid/MainActivity.cs 48 examples/csharp/HelloworldXamarin/Droid/Properties/AndroidManifest.xml 5 examples/csharp/HelloworldXamarin/Droid/Properties/AssemblyInfo.cs 14 examples/csharp/HelloworldXamarin/Droid/Resources/Resource.designer.cs 72 examples/csharp/HelloworldXamarin/Droid/Resources/layout/Main.axml 4 examples/csharp/HelloworldXamarin/Droid/Resources/values/Strings.xml 5 examples/csharp/HelloworldXamarin/HelloworldXamarin/Helloworld.cs 233 examples/csharp/HelloworldXamarin/HelloworldXamarin/HelloworldGrpc.cs 72 examples/csharp/HelloworldXamarin/HelloworldXamarin/HelloworldXamarin.shproj 11 examples/csharp/HelloworldXamarin/README.md 22 examples/csharp/HelloworldXamarin/iOS/AppDelegate.cs 35 examples/csharp/HelloworldXamarin/iOS/Assets.xcassets/AppIcon.appiconset/Contents.json 202 examples/csharp/HelloworldXamarin/iOS/Assets.xcassets/Contents.json 6 examples/csharp/HelloworldXamarin/iOS/Entitlements.plist 6 examples/csharp/HelloworldXamarin/iOS/HelloworldXamarin.iOS.csproj 151 examples/csharp/HelloworldXamarin/iOS/Info.plist 48 examples/csharp/HelloworldXamarin/iOS/LaunchScreen.storyboard 26 examples/csharp/HelloworldXamarin/iOS/Main.cs 17 examples/csharp/HelloworldXamarin/iOS/Main.storyboard 39 examples/csharp/HelloworldXamarin/iOS/ViewController.cs 56 examples/csharp/HelloworldXamarin/iOS/ViewController.designer.cs 19 examples/csharp/RouteGuide/README.md 4 examples/csharp/RouteGuide/RouteGuide/RouteGuide.csproj 17 examples/csharp/RouteGuide/RouteGuide/RouteGuideUtil.cs 79 examples/csharp/RouteGuide/RouteGuide/route_guide_db.json 601 examples/csharp/RouteGuide/RouteGuideClient/Program.cs 173 examples/csharp/RouteGuide/RouteGuideClient/RouteGuideClient.csproj 9 examples/csharp/RouteGuide/RouteGuideServer/Program.cs 27 examples/csharp/RouteGuide/RouteGuideServer/RouteGuideImpl.cs 100 examples/csharp/RouteGuide/RouteGuideServer/RouteGuideServer.csproj 9 examples/node/README.md 37 examples/node/dynamic_codegen/README.md 1 examples/node/dynamic_codegen/greeter_client.js 26 examples/node/dynamic_codegen/greeter_server.js 22 examples/node/dynamic_codegen/route_guide/README.md 3 examples/node/dynamic_codegen/route_guide/route_guide_client.js 168 examples/node/dynamic_codegen/route_guide/route_guide_db.json 601 examples/node/dynamic_codegen/route_guide/route_guide_server.js 165 examples/node/package.json 12 examples/node/static_codegen/README.md 7 examples/node/static_codegen/greeter_client.js 19 examples/node/static_codegen/greeter_server.js 15 examples/node/static_codegen/helloworld_grpc_pb.js 35 examples/node/static_codegen/helloworld_pb.js 148 examples/node/static_codegen/route_guide/README.md 3 examples/node/static_codegen/route_guide/route_guide_client.js 167 examples/node/static_codegen/route_guide/route_guide_db.json 601 examples/node/static_codegen/route_guide/route_guide_grpc_pb.js 95 examples/node/static_codegen/route_guide/route_guide_pb.js 514 examples/node/static_codegen/route_guide/route_guide_server.js 163 examples/objective-c/auth_sample/AuthTestService.podspec 43 examples/objective-c/auth_sample/MakeRPCViewController.h 5 examples/objective-c/auth_sample/MakeRPCViewController.m 52 examples/objective-c/auth_sample/Misc/AppDelegate.h 4 examples/objective-c/auth_sample/Misc/AppDelegate.m 18 examples/objective-c/auth_sample/Misc/Base.lproj/Main.storyboard 151 examples/objective-c/auth_sample/Misc/GoogleService-Info.plist 40 examples/objective-c/auth_sample/Misc/Images.xcassets/AppIcon.appiconset/Contents.json 68 examples/objective-c/auth_sample/Misc/Images.xcassets/first.imageset/Contents.json 12 examples/objective-c/auth_sample/Misc/Images.xcassets/second.imageset/Contents.json 12 examples/objective-c/auth_sample/Misc/Info.plist 80 examples/objective-c/auth_sample/Misc/main.m 7 examples/objective-c/auth_sample/README.md 2 examples/objective-c/auth_sample/SelectUserViewController.h 8 examples/objective-c/auth_sample/SelectUserViewController.m 36 examples/objective-c/helloworld/HelloWorld.podspec 43 examples/objective-c/helloworld/HelloWorld/AppDelegate.h 4 examples/objective-c/helloworld/HelloWorld/AppDelegate.m 3 examples/objective-c/helloworld/HelloWorld/Base.lproj/Main.storyboard 24 examples/objective-c/helloworld/HelloWorld/Images.xcassets/AppIcon.appiconset/Contents.json 68 examples/objective-c/helloworld/HelloWorld/Info.plist 47 examples/objective-c/helloworld/HelloWorld/ViewController.m 5 examples/objective-c/helloworld/README.md 79 examples/objective-c/helloworld/main.m 35 examples/objective-c/helloworld_macos/HelloWorld.podspec 43 examples/objective-c/helloworld_macos/HelloWorld/AppDelegate.h 3 examples/objective-c/helloworld_macos/HelloWorld/AppDelegate.m 9 examples/objective-c/helloworld_macos/HelloWorld/Assets.xcassets/AppIcon.appiconset/Contents.json 58 examples/objective-c/helloworld_macos/HelloWorld/Assets.xcassets/Contents.json 6 examples/objective-c/helloworld_macos/HelloWorld/Base.lproj/Main.storyboard 714 examples/objective-c/helloworld_macos/HelloWorld/Info.plist 32 examples/objective-c/helloworld_macos/HelloWorld/ViewController.h 3 examples/objective-c/helloworld_macos/HelloWorld/ViewController.m 9 examples/objective-c/helloworld_macos/README.md 4 examples/objective-c/helloworld_macos/main.m 35 examples/objective-c/route_guide/Misc/AppDelegate.h 4 examples/objective-c/route_guide/Misc/AppDelegate.m 3 examples/objective-c/route_guide/Misc/Base.lproj/Main.storyboard 202 examples/objective-c/route_guide/Misc/Images.xcassets/AppIcon.appiconset/Contents.json 68 examples/objective-c/route_guide/Misc/Images.xcassets/first.imageset/Contents.json 12 examples/objective-c/route_guide/Misc/Images.xcassets/second.imageset/Contents.json 12 examples/objective-c/route_guide/Misc/Info.plist 57 examples/objective-c/route_guide/Misc/main.m 7 examples/objective-c/route_guide/README.md 2 examples/objective-c/route_guide/RouteGuide.podspec 43 examples/objective-c/route_guide/ViewControllers.m 270 examples/objective-c/route_guide/route_guide_db.json 121 examples/php/README.md 38 examples/php/composer.json 13 examples/php/echo/README.md 49 examples/php/echo/apache.Dockerfile 32 examples/php/echo/base.Dockerfile 29 examples/php/echo/cli.Dockerfile 32 examples/php/echo/client.php 16 examples/php/echo/composer.json 12 examples/php/echo/echo.proto 81 examples/php/echo/fpm.Dockerfile 32 examples/php/greeter_client.php 19 examples/php/greeter_proto_gen.sh 1 examples/php/route_guide/README.md 4 examples/php/route_guide/route_guide_client.php 141 examples/php/route_guide/route_guide_proto_gen.sh 1 examples/php/route_guide/run_route_guide_client.sh 5 examples/php/run_greeter_client.sh 4 examples/protos/README.md 6 examples/protos/auth_sample.proto 35 examples/protos/hellostreamingworld.proto 32 examples/protos/helloworld.proto 32 examples/protos/keyvaluestore.proto 28 examples/protos/route_guide.proto 93 examples/python/README.md 1 examples/python/auth/README.md 84 examples/python/auth/_credentials.py 11 examples/python/auth/customized_auth_client.py 54 examples/python/auth/customized_auth_server.py 60 examples/python/auth/test/_auth_example_test.py 30 examples/python/cancellation/README.md 97 examples/python/cancellation/client.py 68 examples/python/cancellation/hash_name.proto 45 examples/python/cancellation/search.py 64 examples/python/cancellation/server.py 85 examples/python/cancellation/test/_cancellation_example_test.py 61 examples/python/compression/README.md 39 examples/python/compression/client.py 48 examples/python/compression/server.py 69 examples/python/compression/test/compression_example_test.py 39 examples/python/data_transmission/README.cn.md 18 examples/python/data_transmission/README.en.md 19 examples/python/data_transmission/client.py 59 examples/python/data_transmission/demo.proto 59 examples/python/data_transmission/demo_pb2.py 147 examples/python/data_transmission/demo_pb2_grpc.py 67 examples/python/data_transmission/server.py 56 examples/python/debug/README.md 48 examples/python/debug/debug_server.py 49 examples/python/debug/get_stats.py 26 examples/python/debug/send_message.py 38 examples/python/debug/test/_debug_example_test.py 26 examples/python/errors/README.md 88 examples/python/errors/client.py 29 examples/python/errors/server.py 50 examples/python/errors/test/_error_handling_example_test.py 26 examples/python/helloworld/README.md 1 examples/python/helloworld/greeter_client.py 13 examples/python/helloworld/greeter_client_with_options.py 18 examples/python/helloworld/greeter_server.py 17 examples/python/helloworld/greeter_server_with_reflection.py 23 examples/python/helloworld/helloworld_pb2.py 108 examples/python/helloworld/helloworld_pb2_grpc.py 25 examples/python/interceptors/default_value/default_value_client_interceptor.py 34 examples/python/interceptors/default_value/greeter_client.py 20 examples/python/interceptors/default_value/helloworld_pb2.py 108 examples/python/interceptors/default_value/helloworld_pb2_grpc.py 25 examples/python/interceptors/headers/generic_client_interceptor.py 32 examples/python/interceptors/headers/greeter_client.py 18 examples/python/interceptors/headers/greeter_server.py 22 examples/python/interceptors/headers/header_manipulator_client_interceptor.py 24 examples/python/interceptors/headers/helloworld_pb2.py 108 examples/python/interceptors/headers/helloworld_pb2_grpc.py 25 examples/python/interceptors/headers/request_header_validator_interceptor.py 16 examples/python/metadata/README.md 4 examples/python/metadata/helloworld_pb2.py 108 examples/python/metadata/helloworld_pb2_grpc.py 25 examples/python/metadata/metadata_client.py 23 examples/python/metadata/metadata_server.py 24 examples/python/multiplex/README.md 2 examples/python/multiplex/helloworld_pb2.py 108 examples/python/multiplex/helloworld_pb2_grpc.py 25 examples/python/multiplex/multiplex_client.py 86 examples/python/multiplex/multiplex_server.py 92 examples/python/multiplex/route_guide_db.json 601 examples/python/multiplex/route_guide_pb2_grpc.py 67 examples/python/multiplex/route_guide_resources.py 13 examples/python/multiplex/run_codegen.py 15 examples/python/multiprocessing/README.md 50 examples/python/multiprocessing/client.py 57 examples/python/multiprocessing/prime.proto 30 examples/python/multiprocessing/server.py 76 examples/python/multiprocessing/test/_multiprocessing_example_test.py 49 examples/python/route_guide/README.md 1 examples/python/route_guide/route_guide_client.py 75 examples/python/route_guide/route_guide_db.json 601 examples/python/route_guide/route_guide_pb2_grpc.py 67 examples/python/route_guide/route_guide_resources.py 13 examples/python/route_guide/route_guide_server.py 84 examples/python/route_guide/run_codegen.py 8 examples/python/wait_for_ready/README.md 21 examples/python/wait_for_ready/test/_wait_for_ready_example_test.py 9 examples/python/wait_for_ready/wait_for_ready_example.py 68 examples/ruby/README.md 48 examples/ruby/errors_and_cancellation/README.md 17 examples/ruby/errors_and_cancellation/error_examples_client.rb 65 examples/ruby/errors_and_cancellation/error_examples_server.rb 27 examples/ruby/greeter_client.rb 12 examples/ruby/greeter_server.rb 17 examples/ruby/grpc-demo.gemspec 18 examples/ruby/lib/helloworld_pb.rb 13 examples/ruby/lib/helloworld_services_pb.rb 14 examples/ruby/lib/route_guide_pb.rb 32 examples/ruby/lib/route_guide_services_pb.rb 17 examples/ruby/pubsub/google/protobuf/empty.rb 10 examples/ruby/pubsub/pubsub_demo.rb 166 examples/ruby/pubsub/tech/pubsub/proto/pubsub.rb 140 examples/ruby/pubsub/tech/pubsub/proto/pubsub_services.rb 52 examples/ruby/route_guide/README.md 4 examples/ruby/route_guide/route_guide_client.rb 109 examples/ruby/route_guide/route_guide_server.rb 130 examples/ruby/without_protobuf/README.md 4 examples/ruby/without_protobuf/echo_client.rb 11 examples/ruby/without_protobuf/echo_server.rb 16 examples/ruby/without_protobuf/echo_services_noprotobuf.rb 11 include/grpcpp/impl/README.md 3 package.xml 1881 spm-cpp-include/grpcpp/impl/README.md 3 src/android/test/interop/README.md 28 src/android/test/interop/app/src/main/AndroidManifest.xml 19 src/android/test/interop/app/src/main/res/layout/activity_interop.xml 43 src/android/test/interop/app/src/main/res/values/strings.xml 3 src/android/test/interop/gradle.properties 13 src/compiler/README.md 3 src/core/README.md 3 src/core/ext/README.md 4 src/core/ext/filters/client_channel/README.md 34 src/core/ext/filters/client_channel/resolver/README.md 3 src/core/ext/filters/client_channel/resolver/dns/native/README.md 2 src/core/ext/filters/client_channel/resolver/sockaddr/README.md 1 src/core/ext/transport/README.md 1 src/core/ext/transport/chttp2/README.md 1 src/core/ext/transport/chttp2/client/insecure/README.md 1 src/core/ext/transport/chttp2/client/secure/README.md 1 src/core/ext/transport/chttp2/server/insecure/README.md 1 src/core/ext/transport/chttp2/server/secure/README.md 1 src/core/ext/transport/chttp2/transport/README.md 3 src/core/lib/README.md 5 src/core/lib/channel/README.md 3 src/core/lib/debug/stats_data_bq_schema.sql 98 src/core/lib/gpr/README.md 6 src/core/lib/gprpp/README.md 9 src/core/lib/iomgr/README.md 4 src/core/lib/surface/README.md 3 src/core/lib/transport/README.md 5 src/core/tsi/README.md 2 src/cpp/README.md 127 src/csharp/BUILD-INTEGRATION.md 300 src/csharp/Grpc.Tools/build/_grpc/Grpc.CSharp.xml 27 src/csharp/Grpc.Tools/build/_protobuf/Protobuf.CSharp.xml 85 src/csharp/README.md 85 src/csharp/docfx/README.md 20 src/csharp/docfx/docfx.json 38 src/csharp/experimental/README.md 26 src/csharp/keys/README.md 8 src/csharp/tests.json 89 src/csharp/unitypackage/README.md 10 src/objective-c/GRPCClient/README.md 3 src/objective-c/NetworkTransitionBehavior.md 81 src/objective-c/README-CFSTREAM.md 21 src/objective-c/README.md 202 src/objective-c/RxLibrary/README.md 6 src/objective-c/examples/InterceptorSample/InterceptorSample/AppDelegate.h 4 src/objective-c/examples/InterceptorSample/InterceptorSample/AppDelegate.m 3 src/objective-c/examples/InterceptorSample/InterceptorSample/Assets.xcassets/AppIcon.appiconset/Contents.json 98 src/objective-c/examples/InterceptorSample/InterceptorSample/Assets.xcassets/Contents.json 6 src/objective-c/examples/InterceptorSample/InterceptorSample/Base.lproj/LaunchScreen.storyboard 24 src/objective-c/examples/InterceptorSample/InterceptorSample/Base.lproj/Main.storyboard 37 src/objective-c/examples/InterceptorSample/InterceptorSample/CacheInterceptor.h 44 src/objective-c/examples/InterceptorSample/InterceptorSample/CacheInterceptor.m 245 src/objective-c/examples/InterceptorSample/InterceptorSample/Info.plist 45 src/objective-c/examples/InterceptorSample/InterceptorSample/ViewController.h 3 src/objective-c/examples/InterceptorSample/InterceptorSample/ViewController.m 53 src/objective-c/examples/InterceptorSample/InterceptorSample/main.m 7 src/objective-c/examples/RemoteTestClient/RemoteTest.podspec 55 src/objective-c/examples/RemoteTestClient/messages.proto 95 src/objective-c/examples/RemoteTestClient/test.proto 47 src/objective-c/examples/Sample/README.md 1 src/objective-c/examples/Sample/Sample/AppDelegate.h 4 src/objective-c/examples/Sample/Sample/AppDelegate.m 3 src/objective-c/examples/Sample/Sample/Base.lproj/Main.storyboard 56 src/objective-c/examples/Sample/Sample/Images.xcassets/AppIcon.appiconset/Contents.json 68 src/objective-c/examples/Sample/Sample/Info.plist 47 src/objective-c/examples/Sample/Sample/ViewController.h 3 src/objective-c/examples/Sample/Sample/ViewController.m 51 src/objective-c/examples/Sample/Sample/main.m 7 src/objective-c/examples/SwiftSample/AppDelegate.swift 5 src/objective-c/examples/SwiftSample/Base.lproj/Main.storyboard 24 src/objective-c/examples/SwiftSample/Images.xcassets/AppIcon.appiconset/Contents.json 68 src/objective-c/examples/SwiftSample/Info.plist 47 src/objective-c/examples/SwiftSample/ViewController.swift 45 src/objective-c/examples/tvOS-sample/tvOS-sample/AppDelegate.h 4 src/objective-c/examples/tvOS-sample/tvOS-sample/AppDelegate.m 5 src/objective-c/examples/tvOS-sample/tvOS-sample/Base.lproj/Main.storyboard 42 src/objective-c/examples/tvOS-sample/tvOS-sample/Info.plist 32 src/objective-c/examples/tvOS-sample/tvOS-sample/ViewController.h 3 src/objective-c/examples/tvOS-sample/tvOS-sample/ViewController.m 37 src/objective-c/examples/tvOS-sample/tvOS-sample/main.m 7 src/objective-c/examples/watchOS-sample/WatchKit-App/Assets.xcassets/AppIcon.appiconset/Contents.json 81 src/objective-c/examples/watchOS-sample/WatchKit-App/Base.lproj/Interface.storyboard 26 src/objective-c/examples/watchOS-sample/WatchKit-App/Info.plist 33 src/objective-c/examples/watchOS-sample/WatchKit-Extension/ExtensionDelegate.h 3 src/objective-c/examples/watchOS-sample/WatchKit-Extension/ExtensionDelegate.m 3 src/objective-c/examples/watchOS-sample/WatchKit-Extension/Info.plist 36 src/objective-c/examples/watchOS-sample/WatchKit-Extension/InterfaceController.h 4 src/objective-c/examples/watchOS-sample/WatchKit-Extension/InterfaceController.m 37 src/objective-c/examples/watchOS-sample/watchOS-sample/AppDelegate.h 4 src/objective-c/examples/watchOS-sample/watchOS-sample/AppDelegate.m 5 src/objective-c/examples/watchOS-sample/watchOS-sample/Assets.xcassets/AppIcon.appiconset/Contents.json 93 src/objective-c/examples/watchOS-sample/watchOS-sample/Base.lproj/LaunchScreen.storyboard 24 src/objective-c/examples/watchOS-sample/watchOS-sample/Base.lproj/Main.storyboard 23 src/objective-c/examples/watchOS-sample/watchOS-sample/Info.plist 45 src/objective-c/examples/watchOS-sample/watchOS-sample/ViewController.h 3 src/objective-c/examples/watchOS-sample/watchOS-sample/ViewController.m 5 src/objective-c/examples/watchOS-sample/watchOS-sample/main.m 7 src/objective-c/manual_tests/GrpcIosTestUITests/Info.plist 22 src/objective-c/manual_tests/Info.plist 43 src/objective-c/manual_tests/Main.storyboard 92 src/objective-c/tests/Connectivity/ConnectivityTestingApp/Assets.xcassets/AppIcon.appiconset/Contents.json 93 src/objective-c/tests/Connectivity/ConnectivityTestingApp/Base.lproj/LaunchScreen.storyboard 40 src/objective-c/tests/Connectivity/ConnectivityTestingApp/Base.lproj/Main.storyboard 45 src/objective-c/tests/Connectivity/ConnectivityTestingApp/Info.plist 45 src/objective-c/tests/Connectivity/README.md 10 src/objective-c/tests/Hosts/ios-host/Info.plist 41 src/objective-c/tests/Info.plist 24 src/objective-c/tests/MacTests/Info.plist 22 src/objective-c/tests/TvTests/Info.plist 22 src/php/README.md 270 src/php/composer.json 20 src/php/docker/README.md 139 src/php/phpunit.xml 22 src/php/tests/generated_code/package.json 8 src/php/tests/qps/composer.json 11 src/python/grpcio/README.rst 76 src/python/grpcio/grpc/_cython/README.rst 42 src/python/grpcio_channelz/README.rst 12 src/python/grpcio_health_checking/README.rst 12 src/python/grpcio_reflection/README.rst 12 src/python/grpcio_status/README.rst 12 src/python/grpcio_testing/README.rst 12 src/python/grpcio_tests/tests/tests.json 84 src/python/grpcio_tests/tests/unit/credentials/README.md 11 src/python/grpcio_tests/tests_aio/tests.json 27 src/ruby/CHANGELOG.md 8 src/ruby/README.md 62 src/ruby/end2end/README.md 14 src/ruby/pb/README.md 33 src/ruby/tools/README.md 9 summerofcode/2016/siddharth_shukla.md 50 summerofcode/2018/naresh.md 148 summerofcode/ideas.md 26 templates/README.md 118 test/core/iomgr/ios/CFStreamTests/Info.plist 22 test/core/json/corpus/test1.json 1 test/core/json/corpus/test2.json 1 test/core/json/corpus/test3.json 1 test/core/json/corpus/test4.json 1 test/core/json/corpus/test5.json 1 test/core/json/corpus/test6.json 1 test/core/json/corpus/test7.json 1 test/core/json/corpus/test8.json 1 test/core/json/corpus/test9.json 1 test/cpp/README-iOS.md 40 test/cpp/cocoapods/generic/Info.plist 22 test/cpp/cocoapods/test/Info.plist 22 test/cpp/ios/Info.plist 24 tools/README.md 13 tools/distrib/python/grpcio_tools/README.rst 126 tools/failures/sql/new_failures_24h.sql 62 tools/http2_interop/README.md 5 tools/internal_ci/README.md 6 tools/interop_matrix/README.md 43 tools/interop_matrix/patches/README.md 27 tools/interop_matrix/patches/csharp_v1.0.1/git_repo.patch 75 tools/interop_matrix/patches/ruby_v1.0.1/git_repo.patch 30 tools/interop_matrix/patches/ruby_v1.18.0/git_repo.patch 9 tools/profiling/microbenchmarks/README.md 3 tools/profiling/microbenchmarks/bm_diff/README.md 81 tools/remote_build/README.md 33 tools/run_tests/README.md 33 tools/run_tests/build_stats/build_stats_schema.json 56 tools/run_tests/build_stats/build_stats_schema_no_matrix.json 49 tools/run_tests/generated/configs.json 88 tools/run_tests/generated/lb_interop_test_scenarios.json 1166 tools/run_tests/performance/README.md 102 tools/run_tests/performance/scenario_result_schema.json 1899