|
|
|
@ -22,7 +22,7 @@ |
|
|
|
|
|
|
|
|
|
Pod::Spec.new do |s| |
|
|
|
|
s.name = 'gRPC-Core' |
|
|
|
|
version = '1.10.0-dev' |
|
|
|
|
version = '1.11.0-dev' |
|
|
|
|
s.version = version |
|
|
|
|
s.summary = 'Core cross-platform gRPC library, written in C' |
|
|
|
|
s.homepage = 'https://grpc.io' |
|
|
|
@ -93,7 +93,7 @@ Pod::Spec.new do |s| |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
s.default_subspecs = 'Interface', 'Implementation' |
|
|
|
|
s.compiler_flags = '-DGRPC_ARES=0' |
|
|
|
|
s.compiler_flags = '-DGRPC_ARES=0', '-DPB_FIELD_16BIT' |
|
|
|
|
s.libraries = 'c++' |
|
|
|
|
|
|
|
|
|
# Like many other C libraries, gRPC-Core has its public headers under `include/<libname>/` and its |
|
|
|
@ -192,7 +192,6 @@ Pod::Spec.new do |s| |
|
|
|
|
'src/core/lib/gpr/spinlock.h', |
|
|
|
|
'src/core/lib/gpr/string.h', |
|
|
|
|
'src/core/lib/gpr/string_windows.h', |
|
|
|
|
'src/core/lib/gpr/thd.h', |
|
|
|
|
'src/core/lib/gpr/time_precise.h', |
|
|
|
|
'src/core/lib/gpr/tls.h', |
|
|
|
|
'src/core/lib/gpr/tls_gcc.h', |
|
|
|
@ -206,6 +205,7 @@ Pod::Spec.new do |s| |
|
|
|
|
'src/core/lib/gprpp/atomic_with_std.h', |
|
|
|
|
'src/core/lib/gprpp/manual_constructor.h', |
|
|
|
|
'src/core/lib/gprpp/memory.h', |
|
|
|
|
'src/core/lib/gprpp/thd.h', |
|
|
|
|
'src/core/lib/profiling/timers.h', |
|
|
|
|
'src/core/lib/gpr/alloc.cc', |
|
|
|
|
'src/core/lib/gpr/arena.cc', |
|
|
|
@ -233,9 +233,6 @@ Pod::Spec.new do |s| |
|
|
|
|
'src/core/lib/gpr/sync.cc', |
|
|
|
|
'src/core/lib/gpr/sync_posix.cc', |
|
|
|
|
'src/core/lib/gpr/sync_windows.cc', |
|
|
|
|
'src/core/lib/gpr/thd.cc', |
|
|
|
|
'src/core/lib/gpr/thd_posix.cc', |
|
|
|
|
'src/core/lib/gpr/thd_windows.cc', |
|
|
|
|
'src/core/lib/gpr/time.cc', |
|
|
|
|
'src/core/lib/gpr/time_posix.cc', |
|
|
|
|
'src/core/lib/gpr/time_precise.cc', |
|
|
|
@ -245,6 +242,8 @@ Pod::Spec.new do |s| |
|
|
|
|
'src/core/lib/gpr/tmpfile_posix.cc', |
|
|
|
|
'src/core/lib/gpr/tmpfile_windows.cc', |
|
|
|
|
'src/core/lib/gpr/wrap_memcpy.cc', |
|
|
|
|
'src/core/lib/gprpp/thd_posix.cc', |
|
|
|
|
'src/core/lib/gprpp/thd_windows.cc', |
|
|
|
|
'src/core/lib/profiling/basic_timers.cc', |
|
|
|
|
'src/core/lib/profiling/stap_timers.cc', |
|
|
|
|
'src/core/ext/transport/chttp2/transport/bin_decoder.h', |
|
|
|
@ -272,6 +271,7 @@ Pod::Spec.new do |s| |
|
|
|
|
'src/core/ext/filters/http/message_compress/message_compress_filter.h', |
|
|
|
|
'src/core/ext/filters/http/server/http_server_filter.h', |
|
|
|
|
'src/core/lib/security/context/security_context.h', |
|
|
|
|
'src/core/lib/security/credentials/alts/alts_credentials.h', |
|
|
|
|
'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', |
|
|
|
@ -283,22 +283,43 @@ Pod::Spec.new do |s| |
|
|
|
|
'src/core/lib/security/credentials/oauth2/oauth2_credentials.h', |
|
|
|
|
'src/core/lib/security/credentials/plugin/plugin_credentials.h', |
|
|
|
|
'src/core/lib/security/credentials/ssl/ssl_credentials.h', |
|
|
|
|
'src/core/lib/security/security_connector/alts_security_connector.h', |
|
|
|
|
'src/core/lib/security/security_connector/security_connector.h', |
|
|
|
|
'src/core/lib/security/transport/auth_filters.h', |
|
|
|
|
'src/core/lib/security/transport/lb_targets_info.h', |
|
|
|
|
'src/core/lib/security/transport/secure_endpoint.h', |
|
|
|
|
'src/core/lib/security/transport/security_connector.h', |
|
|
|
|
'src/core/lib/security/transport/security_handshaker.h', |
|
|
|
|
'src/core/lib/security/transport/target_authority_table.h', |
|
|
|
|
'src/core/lib/security/transport/tsi_error.h', |
|
|
|
|
'src/core/lib/security/util/json_util.h', |
|
|
|
|
'src/core/tsi/alts_transport_security.h', |
|
|
|
|
'src/core/tsi/fake_transport_security.h', |
|
|
|
|
'src/core/tsi/ssl_transport_security.h', |
|
|
|
|
'src/core/tsi/ssl_types.h', |
|
|
|
|
'src/core/tsi/transport_security_grpc.h', |
|
|
|
|
'src/core/tsi/alts/crypt/gsec.h', |
|
|
|
|
'src/core/tsi/alts/frame_protector/alts_counter.h', |
|
|
|
|
'src/core/tsi/alts/frame_protector/alts_crypter.h', |
|
|
|
|
'src/core/tsi/alts/frame_protector/alts_frame_protector.h', |
|
|
|
|
'src/core/tsi/alts/frame_protector/alts_record_protocol_crypter_common.h', |
|
|
|
|
'src/core/tsi/alts/frame_protector/frame_handler.h', |
|
|
|
|
'src/core/tsi/alts/handshaker/alts_handshaker_client.h', |
|
|
|
|
'src/core/tsi/alts/handshaker/alts_tsi_event.h', |
|
|
|
|
'src/core/tsi/alts/handshaker/alts_tsi_handshaker.h', |
|
|
|
|
'src/core/tsi/alts/handshaker/alts_tsi_handshaker_private.h', |
|
|
|
|
'src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_integrity_only_record_protocol.h', |
|
|
|
|
'src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_privacy_integrity_record_protocol.h', |
|
|
|
|
'src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol.h', |
|
|
|
|
'src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol_common.h', |
|
|
|
|
'src/core/tsi/alts/zero_copy_frame_protector/alts_iovec_record_protocol.h', |
|
|
|
|
'src/core/tsi/alts/zero_copy_frame_protector/alts_zero_copy_grpc_protector.h', |
|
|
|
|
'src/core/lib/security/credentials/alts/check_gcp_environment.h', |
|
|
|
|
'src/core/lib/security/credentials/alts/grpc_alts_credentials_options.h', |
|
|
|
|
'src/core/tsi/alts/handshaker/alts_handshaker_service_api.h', |
|
|
|
|
'src/core/tsi/alts/handshaker/alts_handshaker_service_api_util.h', |
|
|
|
|
'src/core/tsi/alts/handshaker/alts_tsi_utils.h', |
|
|
|
|
'src/core/tsi/alts/handshaker/transport_security_common_api.h', |
|
|
|
|
'src/core/tsi/alts/handshaker/altscontext.pb.h', |
|
|
|
|
'src/core/tsi/alts/handshaker/handshaker.pb.h', |
|
|
|
|
'src/core/tsi/alts/handshaker/transport_security_common.pb.h', |
|
|
|
|
'src/core/tsi/transport_security.h', |
|
|
|
|
'src/core/tsi/transport_security_adapter.h', |
|
|
|
|
'src/core/tsi/transport_security_interface.h', |
|
|
|
|
'src/core/ext/transport/chttp2/server/chttp2_server.h', |
|
|
|
|
'src/core/ext/transport/chttp2/client/chttp2_connector.h', |
|
|
|
|
'src/core/ext/filters/client_channel/backup_poller.h', |
|
|
|
|
'src/core/ext/filters/client_channel/client_channel.h', |
|
|
|
|
'src/core/ext/filters/client_channel/client_channel_factory.h', |
|
|
|
@ -308,6 +329,7 @@ Pod::Spec.new do |s| |
|
|
|
|
'src/core/ext/filters/client_channel/lb_policy.h', |
|
|
|
|
'src/core/ext/filters/client_channel/lb_policy_factory.h', |
|
|
|
|
'src/core/ext/filters/client_channel/lb_policy_registry.h', |
|
|
|
|
'src/core/ext/filters/client_channel/method_params.h', |
|
|
|
|
'src/core/ext/filters/client_channel/parse_address.h', |
|
|
|
|
'src/core/ext/filters/client_channel/proxy_mapper.h', |
|
|
|
|
'src/core/ext/filters/client_channel/proxy_mapper_registry.h', |
|
|
|
@ -315,11 +337,17 @@ Pod::Spec.new do |s| |
|
|
|
|
'src/core/ext/filters/client_channel/resolver_factory.h', |
|
|
|
|
'src/core/ext/filters/client_channel/resolver_registry.h', |
|
|
|
|
'src/core/ext/filters/client_channel/retry_throttle.h', |
|
|
|
|
'src/core/ext/filters/client_channel/status_util.h', |
|
|
|
|
'src/core/ext/filters/client_channel/subchannel.h', |
|
|
|
|
'src/core/ext/filters/client_channel/subchannel_index.h', |
|
|
|
|
'src/core/ext/filters/client_channel/uri_parser.h', |
|
|
|
|
'src/core/ext/filters/deadline/deadline_filter.h', |
|
|
|
|
'src/core/ext/transport/chttp2/client/chttp2_connector.h', |
|
|
|
|
'src/core/tsi/alts_transport_security.h', |
|
|
|
|
'src/core/tsi/fake_transport_security.h', |
|
|
|
|
'src/core/tsi/ssl_transport_security.h', |
|
|
|
|
'src/core/tsi/ssl_types.h', |
|
|
|
|
'src/core/tsi/transport_security_grpc.h', |
|
|
|
|
'src/core/ext/transport/chttp2/server/chttp2_server.h', |
|
|
|
|
'src/core/ext/transport/inproc/inproc_transport.h', |
|
|
|
|
'src/core/lib/avl/avl.h', |
|
|
|
|
'src/core/lib/backoff/backoff.h', |
|
|
|
@ -419,6 +447,7 @@ Pod::Spec.new do |s| |
|
|
|
|
'src/core/lib/slice/slice_hash_table.h', |
|
|
|
|
'src/core/lib/slice/slice_internal.h', |
|
|
|
|
'src/core/lib/slice/slice_string_helpers.h', |
|
|
|
|
'src/core/lib/slice/slice_weak_hash_table.h', |
|
|
|
|
'src/core/lib/surface/api_trace.h', |
|
|
|
|
'src/core/lib/surface/call.h', |
|
|
|
|
'src/core/lib/surface/call_test_only.h', |
|
|
|
@ -443,12 +472,12 @@ Pod::Spec.new do |s| |
|
|
|
|
'src/core/lib/transport/service_config.h', |
|
|
|
|
'src/core/lib/transport/static_metadata.h', |
|
|
|
|
'src/core/lib/transport/status_conversion.h', |
|
|
|
|
'src/core/lib/transport/status_metadata.h', |
|
|
|
|
'src/core/lib/transport/timeout_encoding.h', |
|
|
|
|
'src/core/lib/transport/transport.h', |
|
|
|
|
'src/core/lib/transport/transport_impl.h', |
|
|
|
|
'src/core/lib/debug/trace.h', |
|
|
|
|
'src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h', |
|
|
|
|
'src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h', |
|
|
|
|
'src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h', |
|
|
|
|
'src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h', |
|
|
|
|
'src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h', |
|
|
|
@ -564,7 +593,6 @@ Pod::Spec.new do |s| |
|
|
|
|
'src/core/lib/slice/percent_encoding.cc', |
|
|
|
|
'src/core/lib/slice/slice.cc', |
|
|
|
|
'src/core/lib/slice/slice_buffer.cc', |
|
|
|
|
'src/core/lib/slice/slice_hash_table.cc', |
|
|
|
|
'src/core/lib/slice/slice_intern.cc', |
|
|
|
|
'src/core/lib/slice/slice_string_helpers.cc', |
|
|
|
|
'src/core/lib/surface/api_trace.cc', |
|
|
|
@ -595,6 +623,7 @@ Pod::Spec.new do |s| |
|
|
|
|
'src/core/lib/transport/service_config.cc', |
|
|
|
|
'src/core/lib/transport/static_metadata.cc', |
|
|
|
|
'src/core/lib/transport/status_conversion.cc', |
|
|
|
|
'src/core/lib/transport/status_metadata.cc', |
|
|
|
|
'src/core/lib/transport/timeout_encoding.cc', |
|
|
|
|
'src/core/lib/transport/transport.cc', |
|
|
|
|
'src/core/lib/transport/transport_op_string.cc', |
|
|
|
@ -629,6 +658,7 @@ Pod::Spec.new do |s| |
|
|
|
|
'src/core/ext/filters/http/server/http_server_filter.cc', |
|
|
|
|
'src/core/lib/http/httpcli_security_connector.cc', |
|
|
|
|
'src/core/lib/security/context/security_context.cc', |
|
|
|
|
'src/core/lib/security/credentials/alts/alts_credentials.cc', |
|
|
|
|
'src/core/lib/security/credentials/composite/composite_credentials.cc', |
|
|
|
|
'src/core/lib/security/credentials/credentials.cc', |
|
|
|
|
'src/core/lib/security/credentials/credentials_metadata.cc', |
|
|
|
@ -642,23 +672,52 @@ Pod::Spec.new do |s| |
|
|
|
|
'src/core/lib/security/credentials/oauth2/oauth2_credentials.cc', |
|
|
|
|
'src/core/lib/security/credentials/plugin/plugin_credentials.cc', |
|
|
|
|
'src/core/lib/security/credentials/ssl/ssl_credentials.cc', |
|
|
|
|
'src/core/lib/security/security_connector/alts_security_connector.cc', |
|
|
|
|
'src/core/lib/security/security_connector/security_connector.cc', |
|
|
|
|
'src/core/lib/security/transport/client_auth_filter.cc', |
|
|
|
|
'src/core/lib/security/transport/lb_targets_info.cc', |
|
|
|
|
'src/core/lib/security/transport/secure_endpoint.cc', |
|
|
|
|
'src/core/lib/security/transport/security_connector.cc', |
|
|
|
|
'src/core/lib/security/transport/security_handshaker.cc', |
|
|
|
|
'src/core/lib/security/transport/server_auth_filter.cc', |
|
|
|
|
'src/core/lib/security/transport/target_authority_table.cc', |
|
|
|
|
'src/core/lib/security/transport/tsi_error.cc', |
|
|
|
|
'src/core/lib/security/util/json_util.cc', |
|
|
|
|
'src/core/lib/surface/init_secure.cc', |
|
|
|
|
'src/core/tsi/alts_transport_security.cc', |
|
|
|
|
'src/core/tsi/fake_transport_security.cc', |
|
|
|
|
'src/core/tsi/ssl_transport_security.cc', |
|
|
|
|
'src/core/tsi/transport_security_grpc.cc', |
|
|
|
|
'src/core/tsi/alts/crypt/aes_gcm.cc', |
|
|
|
|
'src/core/tsi/alts/crypt/gsec.cc', |
|
|
|
|
'src/core/tsi/alts/frame_protector/alts_counter.cc', |
|
|
|
|
'src/core/tsi/alts/frame_protector/alts_crypter.cc', |
|
|
|
|
'src/core/tsi/alts/frame_protector/alts_frame_protector.cc', |
|
|
|
|
'src/core/tsi/alts/frame_protector/alts_record_protocol_crypter_common.cc', |
|
|
|
|
'src/core/tsi/alts/frame_protector/alts_seal_privacy_integrity_crypter.cc', |
|
|
|
|
'src/core/tsi/alts/frame_protector/alts_unseal_privacy_integrity_crypter.cc', |
|
|
|
|
'src/core/tsi/alts/frame_protector/frame_handler.cc', |
|
|
|
|
'src/core/tsi/alts/handshaker/alts_handshaker_client.cc', |
|
|
|
|
'src/core/tsi/alts/handshaker/alts_tsi_event.cc', |
|
|
|
|
'src/core/tsi/alts/handshaker/alts_tsi_handshaker.cc', |
|
|
|
|
'src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_integrity_only_record_protocol.cc', |
|
|
|
|
'src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_privacy_integrity_record_protocol.cc', |
|
|
|
|
'src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol_common.cc', |
|
|
|
|
'src/core/tsi/alts/zero_copy_frame_protector/alts_iovec_record_protocol.cc', |
|
|
|
|
'src/core/tsi/alts/zero_copy_frame_protector/alts_zero_copy_grpc_protector.cc', |
|
|
|
|
'src/core/lib/security/credentials/alts/check_gcp_environment.cc', |
|
|
|
|
'src/core/lib/security/credentials/alts/check_gcp_environment_linux.cc', |
|
|
|
|
'src/core/lib/security/credentials/alts/check_gcp_environment_no_op.cc', |
|
|
|
|
'src/core/lib/security/credentials/alts/check_gcp_environment_windows.cc', |
|
|
|
|
'src/core/lib/security/credentials/alts/grpc_alts_credentials_client_options.cc', |
|
|
|
|
'src/core/lib/security/credentials/alts/grpc_alts_credentials_options.cc', |
|
|
|
|
'src/core/lib/security/credentials/alts/grpc_alts_credentials_server_options.cc', |
|
|
|
|
'src/core/tsi/alts/handshaker/alts_handshaker_service_api.cc', |
|
|
|
|
'src/core/tsi/alts/handshaker/alts_handshaker_service_api_util.cc', |
|
|
|
|
'src/core/tsi/alts/handshaker/alts_tsi_utils.cc', |
|
|
|
|
'src/core/tsi/alts/handshaker/transport_security_common_api.cc', |
|
|
|
|
'src/core/tsi/alts/handshaker/altscontext.pb.c', |
|
|
|
|
'src/core/tsi/alts/handshaker/handshaker.pb.c', |
|
|
|
|
'src/core/tsi/alts/handshaker/transport_security_common.pb.c', |
|
|
|
|
'src/core/tsi/transport_security.cc', |
|
|
|
|
'src/core/tsi/transport_security_adapter.cc', |
|
|
|
|
'src/core/ext/transport/chttp2/server/chttp2_server.cc', |
|
|
|
|
'src/core/ext/transport/chttp2/client/secure/secure_channel_create.cc', |
|
|
|
|
'src/core/ext/transport/chttp2/client/insecure/channel_create.cc', |
|
|
|
|
'src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc', |
|
|
|
|
'src/core/ext/transport/chttp2/client/chttp2_connector.cc', |
|
|
|
|
'src/core/ext/filters/client_channel/backup_poller.cc', |
|
|
|
|
'src/core/ext/filters/client_channel/channel_connectivity.cc', |
|
|
|
|
'src/core/ext/filters/client_channel/client_channel.cc', |
|
|
|
@ -670,21 +729,26 @@ Pod::Spec.new do |s| |
|
|
|
|
'src/core/ext/filters/client_channel/lb_policy.cc', |
|
|
|
|
'src/core/ext/filters/client_channel/lb_policy_factory.cc', |
|
|
|
|
'src/core/ext/filters/client_channel/lb_policy_registry.cc', |
|
|
|
|
'src/core/ext/filters/client_channel/method_params.cc', |
|
|
|
|
'src/core/ext/filters/client_channel/parse_address.cc', |
|
|
|
|
'src/core/ext/filters/client_channel/proxy_mapper.cc', |
|
|
|
|
'src/core/ext/filters/client_channel/proxy_mapper_registry.cc', |
|
|
|
|
'src/core/ext/filters/client_channel/resolver.cc', |
|
|
|
|
'src/core/ext/filters/client_channel/resolver_registry.cc', |
|
|
|
|
'src/core/ext/filters/client_channel/retry_throttle.cc', |
|
|
|
|
'src/core/ext/filters/client_channel/status_util.cc', |
|
|
|
|
'src/core/ext/filters/client_channel/subchannel.cc', |
|
|
|
|
'src/core/ext/filters/client_channel/subchannel_index.cc', |
|
|
|
|
'src/core/ext/filters/client_channel/uri_parser.cc', |
|
|
|
|
'src/core/ext/filters/deadline/deadline_filter.cc', |
|
|
|
|
'src/core/ext/transport/chttp2/client/chttp2_connector.cc', |
|
|
|
|
'src/core/tsi/alts_transport_security.cc', |
|
|
|
|
'src/core/tsi/fake_transport_security.cc', |
|
|
|
|
'src/core/tsi/ssl_transport_security.cc', |
|
|
|
|
'src/core/tsi/transport_security_grpc.cc', |
|
|
|
|
'src/core/ext/transport/chttp2/server/chttp2_server.cc', |
|
|
|
|
'src/core/ext/transport/chttp2/client/secure/secure_channel_create.cc', |
|
|
|
|
'src/core/ext/transport/chttp2/server/insecure/server_chttp2.cc', |
|
|
|
|
'src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.cc', |
|
|
|
|
'src/core/ext/transport/chttp2/client/insecure/channel_create.cc', |
|
|
|
|
'src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc', |
|
|
|
|
'src/core/ext/transport/inproc/inproc_plugin.cc', |
|
|
|
|
'src/core/ext/transport/inproc/inproc_transport.cc', |
|
|
|
|
'src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc', |
|
|
|
@ -721,7 +785,6 @@ Pod::Spec.new do |s| |
|
|
|
|
'src/core/lib/gpr/spinlock.h', |
|
|
|
|
'src/core/lib/gpr/string.h', |
|
|
|
|
'src/core/lib/gpr/string_windows.h', |
|
|
|
|
'src/core/lib/gpr/thd.h', |
|
|
|
|
'src/core/lib/gpr/time_precise.h', |
|
|
|
|
'src/core/lib/gpr/tls.h', |
|
|
|
|
'src/core/lib/gpr/tls_gcc.h', |
|
|
|
@ -735,6 +798,7 @@ Pod::Spec.new do |s| |
|
|
|
|
'src/core/lib/gprpp/atomic_with_std.h', |
|
|
|
|
'src/core/lib/gprpp/manual_constructor.h', |
|
|
|
|
'src/core/lib/gprpp/memory.h', |
|
|
|
|
'src/core/lib/gprpp/thd.h', |
|
|
|
|
'src/core/lib/profiling/timers.h', |
|
|
|
|
'src/core/ext/transport/chttp2/transport/bin_decoder.h', |
|
|
|
|
'src/core/ext/transport/chttp2/transport/bin_encoder.h', |
|
|
|
@ -761,6 +825,7 @@ Pod::Spec.new do |s| |
|
|
|
|
'src/core/ext/filters/http/message_compress/message_compress_filter.h', |
|
|
|
|
'src/core/ext/filters/http/server/http_server_filter.h', |
|
|
|
|
'src/core/lib/security/context/security_context.h', |
|
|
|
|
'src/core/lib/security/credentials/alts/alts_credentials.h', |
|
|
|
|
'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', |
|
|
|
@ -772,22 +837,43 @@ Pod::Spec.new do |s| |
|
|
|
|
'src/core/lib/security/credentials/oauth2/oauth2_credentials.h', |
|
|
|
|
'src/core/lib/security/credentials/plugin/plugin_credentials.h', |
|
|
|
|
'src/core/lib/security/credentials/ssl/ssl_credentials.h', |
|
|
|
|
'src/core/lib/security/security_connector/alts_security_connector.h', |
|
|
|
|
'src/core/lib/security/security_connector/security_connector.h', |
|
|
|
|
'src/core/lib/security/transport/auth_filters.h', |
|
|
|
|
'src/core/lib/security/transport/lb_targets_info.h', |
|
|
|
|
'src/core/lib/security/transport/secure_endpoint.h', |
|
|
|
|
'src/core/lib/security/transport/security_connector.h', |
|
|
|
|
'src/core/lib/security/transport/security_handshaker.h', |
|
|
|
|
'src/core/lib/security/transport/target_authority_table.h', |
|
|
|
|
'src/core/lib/security/transport/tsi_error.h', |
|
|
|
|
'src/core/lib/security/util/json_util.h', |
|
|
|
|
'src/core/tsi/alts_transport_security.h', |
|
|
|
|
'src/core/tsi/fake_transport_security.h', |
|
|
|
|
'src/core/tsi/ssl_transport_security.h', |
|
|
|
|
'src/core/tsi/ssl_types.h', |
|
|
|
|
'src/core/tsi/transport_security_grpc.h', |
|
|
|
|
'src/core/tsi/alts/crypt/gsec.h', |
|
|
|
|
'src/core/tsi/alts/frame_protector/alts_counter.h', |
|
|
|
|
'src/core/tsi/alts/frame_protector/alts_crypter.h', |
|
|
|
|
'src/core/tsi/alts/frame_protector/alts_frame_protector.h', |
|
|
|
|
'src/core/tsi/alts/frame_protector/alts_record_protocol_crypter_common.h', |
|
|
|
|
'src/core/tsi/alts/frame_protector/frame_handler.h', |
|
|
|
|
'src/core/tsi/alts/handshaker/alts_handshaker_client.h', |
|
|
|
|
'src/core/tsi/alts/handshaker/alts_tsi_event.h', |
|
|
|
|
'src/core/tsi/alts/handshaker/alts_tsi_handshaker.h', |
|
|
|
|
'src/core/tsi/alts/handshaker/alts_tsi_handshaker_private.h', |
|
|
|
|
'src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_integrity_only_record_protocol.h', |
|
|
|
|
'src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_privacy_integrity_record_protocol.h', |
|
|
|
|
'src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol.h', |
|
|
|
|
'src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol_common.h', |
|
|
|
|
'src/core/tsi/alts/zero_copy_frame_protector/alts_iovec_record_protocol.h', |
|
|
|
|
'src/core/tsi/alts/zero_copy_frame_protector/alts_zero_copy_grpc_protector.h', |
|
|
|
|
'src/core/lib/security/credentials/alts/check_gcp_environment.h', |
|
|
|
|
'src/core/lib/security/credentials/alts/grpc_alts_credentials_options.h', |
|
|
|
|
'src/core/tsi/alts/handshaker/alts_handshaker_service_api.h', |
|
|
|
|
'src/core/tsi/alts/handshaker/alts_handshaker_service_api_util.h', |
|
|
|
|
'src/core/tsi/alts/handshaker/alts_tsi_utils.h', |
|
|
|
|
'src/core/tsi/alts/handshaker/transport_security_common_api.h', |
|
|
|
|
'src/core/tsi/alts/handshaker/altscontext.pb.h', |
|
|
|
|
'src/core/tsi/alts/handshaker/handshaker.pb.h', |
|
|
|
|
'src/core/tsi/alts/handshaker/transport_security_common.pb.h', |
|
|
|
|
'src/core/tsi/transport_security.h', |
|
|
|
|
'src/core/tsi/transport_security_adapter.h', |
|
|
|
|
'src/core/tsi/transport_security_interface.h', |
|
|
|
|
'src/core/ext/transport/chttp2/server/chttp2_server.h', |
|
|
|
|
'src/core/ext/transport/chttp2/client/chttp2_connector.h', |
|
|
|
|
'src/core/ext/filters/client_channel/backup_poller.h', |
|
|
|
|
'src/core/ext/filters/client_channel/client_channel.h', |
|
|
|
|
'src/core/ext/filters/client_channel/client_channel_factory.h', |
|
|
|
@ -797,6 +883,7 @@ Pod::Spec.new do |s| |
|
|
|
|
'src/core/ext/filters/client_channel/lb_policy.h', |
|
|
|
|
'src/core/ext/filters/client_channel/lb_policy_factory.h', |
|
|
|
|
'src/core/ext/filters/client_channel/lb_policy_registry.h', |
|
|
|
|
'src/core/ext/filters/client_channel/method_params.h', |
|
|
|
|
'src/core/ext/filters/client_channel/parse_address.h', |
|
|
|
|
'src/core/ext/filters/client_channel/proxy_mapper.h', |
|
|
|
|
'src/core/ext/filters/client_channel/proxy_mapper_registry.h', |
|
|
|
@ -804,11 +891,17 @@ Pod::Spec.new do |s| |
|
|
|
|
'src/core/ext/filters/client_channel/resolver_factory.h', |
|
|
|
|
'src/core/ext/filters/client_channel/resolver_registry.h', |
|
|
|
|
'src/core/ext/filters/client_channel/retry_throttle.h', |
|
|
|
|
'src/core/ext/filters/client_channel/status_util.h', |
|
|
|
|
'src/core/ext/filters/client_channel/subchannel.h', |
|
|
|
|
'src/core/ext/filters/client_channel/subchannel_index.h', |
|
|
|
|
'src/core/ext/filters/client_channel/uri_parser.h', |
|
|
|
|
'src/core/ext/filters/deadline/deadline_filter.h', |
|
|
|
|
'src/core/ext/transport/chttp2/client/chttp2_connector.h', |
|
|
|
|
'src/core/tsi/alts_transport_security.h', |
|
|
|
|
'src/core/tsi/fake_transport_security.h', |
|
|
|
|
'src/core/tsi/ssl_transport_security.h', |
|
|
|
|
'src/core/tsi/ssl_types.h', |
|
|
|
|
'src/core/tsi/transport_security_grpc.h', |
|
|
|
|
'src/core/ext/transport/chttp2/server/chttp2_server.h', |
|
|
|
|
'src/core/ext/transport/inproc/inproc_transport.h', |
|
|
|
|
'src/core/lib/avl/avl.h', |
|
|
|
|
'src/core/lib/backoff/backoff.h', |
|
|
|
@ -908,6 +1001,7 @@ Pod::Spec.new do |s| |
|
|
|
|
'src/core/lib/slice/slice_hash_table.h', |
|
|
|
|
'src/core/lib/slice/slice_internal.h', |
|
|
|
|
'src/core/lib/slice/slice_string_helpers.h', |
|
|
|
|
'src/core/lib/slice/slice_weak_hash_table.h', |
|
|
|
|
'src/core/lib/surface/api_trace.h', |
|
|
|
|
'src/core/lib/surface/call.h', |
|
|
|
|
'src/core/lib/surface/call_test_only.h', |
|
|
|
@ -932,12 +1026,12 @@ Pod::Spec.new do |s| |
|
|
|
|
'src/core/lib/transport/service_config.h', |
|
|
|
|
'src/core/lib/transport/static_metadata.h', |
|
|
|
|
'src/core/lib/transport/status_conversion.h', |
|
|
|
|
'src/core/lib/transport/status_metadata.h', |
|
|
|
|
'src/core/lib/transport/timeout_encoding.h', |
|
|
|
|
'src/core/lib/transport/transport.h', |
|
|
|
|
'src/core/lib/transport/transport_impl.h', |
|
|
|
|
'src/core/lib/debug/trace.h', |
|
|
|
|
'src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h', |
|
|
|
|
'src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h', |
|
|
|
|
'src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h', |
|
|
|
|
'src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h', |
|
|
|
|
'src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h', |
|
|
|
@ -968,8 +1062,15 @@ Pod::Spec.new do |s| |
|
|
|
|
|
|
|
|
|
ss.source_files = 'src/core/ext/transport/cronet/client/secure/cronet_channel_create.cc', |
|
|
|
|
'src/core/ext/transport/cronet/transport/cronet_transport.cc', |
|
|
|
|
'third_party/nanopb/pb_common.c', |
|
|
|
|
'third_party/nanopb/pb_decode.c', |
|
|
|
|
'third_party/nanopb/pb_encode.c', |
|
|
|
|
'src/core/ext/transport/cronet/transport/cronet_transport.h', |
|
|
|
|
'third_party/objective_c/Cronet/bidirectional_stream_c.h' |
|
|
|
|
'third_party/objective_c/Cronet/bidirectional_stream_c.h', |
|
|
|
|
'third_party/nanopb/pb.h', |
|
|
|
|
'third_party/nanopb/pb_common.h', |
|
|
|
|
'third_party/nanopb/pb_decode.h', |
|
|
|
|
'third_party/nanopb/pb_encode.h' |
|
|
|
|
end |
|
|
|
|
|
|
|
|
|
s.subspec 'Tests' do |ss| |
|
|
|
@ -1072,6 +1173,21 @@ Pod::Spec.new do |s| |
|
|
|
|
'test/core/end2end/tests/request_with_flags.cc', |
|
|
|
|
'test/core/end2end/tests/request_with_payload.cc', |
|
|
|
|
'test/core/end2end/tests/resource_quota_server.cc', |
|
|
|
|
'test/core/end2end/tests/retry.cc', |
|
|
|
|
'test/core/end2end/tests/retry_cancellation.cc', |
|
|
|
|
'test/core/end2end/tests/retry_disabled.cc', |
|
|
|
|
'test/core/end2end/tests/retry_exceeds_buffer_size_in_initial_batch.cc', |
|
|
|
|
'test/core/end2end/tests/retry_exceeds_buffer_size_in_subsequent_batch.cc', |
|
|
|
|
'test/core/end2end/tests/retry_non_retriable_status.cc', |
|
|
|
|
'test/core/end2end/tests/retry_recv_initial_metadata.cc', |
|
|
|
|
'test/core/end2end/tests/retry_recv_message.cc', |
|
|
|
|
'test/core/end2end/tests/retry_server_pushback_delay.cc', |
|
|
|
|
'test/core/end2end/tests/retry_server_pushback_disabled.cc', |
|
|
|
|
'test/core/end2end/tests/retry_streaming.cc', |
|
|
|
|
'test/core/end2end/tests/retry_streaming_after_commit.cc', |
|
|
|
|
'test/core/end2end/tests/retry_streaming_succeeds_before_replay_finished.cc', |
|
|
|
|
'test/core/end2end/tests/retry_throttled.cc', |
|
|
|
|
'test/core/end2end/tests/retry_too_many_attempts.cc', |
|
|
|
|
'test/core/end2end/tests/server_finishes_request.cc', |
|
|
|
|
'test/core/end2end/tests/shutdown_finishes_calls.cc', |
|
|
|
|
'test/core/end2end/tests/shutdown_finishes_tags.cc', |
|
|
|
|