pkgsrc/net/grpc/PLIST

302 lines
11 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.21 2020/10/21 20:01:20 adam Exp $
bin/grpc_cpp_plugin
bin/grpc_csharp_plugin
bin/grpc_node_plugin
bin/grpc_objective_c_plugin
bin/grpc_php_plugin
bin/grpc_python_plugin
bin/grpc_ruby_plugin
include/grpc++/alarm.h
include/grpc++/channel.h
include/grpc++/client_context.h
include/grpc++/completion_queue.h
include/grpc++/create_channel.h
include/grpc++/create_channel_posix.h
include/grpc++/ext/health_check_service_server_builder_option.h
include/grpc++/ext/proto_server_reflection_plugin.h
include/grpc++/generic/async_generic_service.h
include/grpc++/generic/generic_stub.h
include/grpc++/grpc++.h
include/grpc++/health_check_service_interface.h
include/grpc++/impl/call.h
include/grpc++/impl/channel_argument_option.h
include/grpc++/impl/client_unary_call.h
include/grpc++/impl/codegen/async_stream.h
include/grpc++/impl/codegen/async_unary_call.h
include/grpc++/impl/codegen/byte_buffer.h
include/grpc++/impl/codegen/call.h
include/grpc++/impl/codegen/call_hook.h
include/grpc++/impl/codegen/channel_interface.h
include/grpc++/impl/codegen/client_context.h
include/grpc++/impl/codegen/client_unary_call.h
include/grpc++/impl/codegen/completion_queue.h
include/grpc++/impl/codegen/completion_queue_tag.h
include/grpc++/impl/codegen/config.h
include/grpc++/impl/codegen/config_protobuf.h
include/grpc++/impl/codegen/core_codegen.h
include/grpc++/impl/codegen/core_codegen_interface.h
include/grpc++/impl/codegen/create_auth_context.h
include/grpc++/impl/codegen/grpc_library.h
include/grpc++/impl/codegen/metadata_map.h
include/grpc++/impl/codegen/method_handler_impl.h
include/grpc++/impl/codegen/proto_utils.h
include/grpc++/impl/codegen/rpc_method.h
include/grpc++/impl/codegen/rpc_service_method.h
include/grpc++/impl/codegen/security/auth_context.h
include/grpc++/impl/codegen/serialization_traits.h
include/grpc++/impl/codegen/server_context.h
include/grpc++/impl/codegen/server_interface.h
include/grpc++/impl/codegen/service_type.h
include/grpc++/impl/codegen/slice.h
include/grpc++/impl/codegen/status.h
include/grpc++/impl/codegen/status_code_enum.h
include/grpc++/impl/codegen/string_ref.h
include/grpc++/impl/codegen/stub_options.h
include/grpc++/impl/codegen/sync_stream.h
include/grpc++/impl/codegen/time.h
include/grpc++/impl/grpc_library.h
include/grpc++/impl/method_handler_impl.h
include/grpc++/impl/rpc_method.h
include/grpc++/impl/rpc_service_method.h
include/grpc++/impl/serialization_traits.h
include/grpc++/impl/server_builder_option.h
include/grpc++/impl/server_builder_plugin.h
include/grpc++/impl/server_initializer.h
include/grpc++/impl/service_type.h
include/grpc++/resource_quota.h
include/grpc++/security/auth_context.h
include/grpc++/security/auth_metadata_processor.h
include/grpc++/security/credentials.h
include/grpc++/security/server_credentials.h
include/grpc++/server.h
include/grpc++/server_builder.h
include/grpc++/server_context.h
include/grpc++/server_posix.h
include/grpc++/support/async_stream.h
include/grpc++/support/async_unary_call.h
include/grpc++/support/byte_buffer.h
include/grpc++/support/channel_arguments.h
include/grpc++/support/config.h
include/grpc++/support/error_details.h
include/grpc++/support/slice.h
include/grpc++/support/status.h
include/grpc++/support/status_code_enum.h
include/grpc++/support/string_ref.h
include/grpc++/support/stub_options.h
include/grpc++/support/sync_stream.h
include/grpc++/support/time.h
include/grpc/byte_buffer.h
include/grpc/byte_buffer_reader.h
include/grpc/census.h
include/grpc/compression.h
include/grpc/fork.h
include/grpc/grpc.h
include/grpc/grpc_posix.h
include/grpc/grpc_security.h
include/grpc/grpc_security_constants.h
include/grpc/impl/codegen/atm.h
include/grpc/impl/codegen/atm_gcc_atomic.h
include/grpc/impl/codegen/atm_gcc_sync.h
include/grpc/impl/codegen/atm_windows.h
include/grpc/impl/codegen/byte_buffer.h
include/grpc/impl/codegen/byte_buffer_reader.h
include/grpc/impl/codegen/compression_types.h
include/grpc/impl/codegen/connectivity_state.h
include/grpc/impl/codegen/fork.h
include/grpc/impl/codegen/gpr_slice.h
include/grpc/impl/codegen/gpr_types.h
include/grpc/impl/codegen/grpc_types.h
grpc: updated to 1.19.1 Release v1.19.1 Core Backport 18201 to fix "symbol not found: _ares_library_init" error in C++ Bazel build on MacOS. Python Backport "Add the missing grpc_cfstream dependency" to v1.19.x. Release v1.19.0 Core Fix c-ares on Windows "DNS resolution failure" triggered by logging. Disable c-ares on Android. Ignore reserved bit in WINDOW_UPDATE frame. Set c-ares as the default resolver. Add period at end of metadata.google.internal to prevent unnecessary DNS lookups. Decrease verbosity of ALTS platform check to avoid a spam log message. Fix windows localhost address sorting bug. Re-enable c-ares as the default resolver; but don't turn on SRV queries. Remove filters from subchannel args. C++ Register for cq avalanching when interceptors are going to be run. Add a caching interceptor to the keyvaluestore example. Enable per-channel subchannel pool. Fix build with bazel 0.21. Switch the default DNS resolver from native to c-ares. Modifying semantics for GetSendMessage and GetSerializedSendMessage. Also adding ModifySendMessage. Add interceptor methods to fail recv msg for hijacked rpcs and set recv message to nullptr on failure. Add interceptor method to fail hijacked send messages and get status on POST_SEND_MESSAGE. New Experimental Interception API - GetSendMessage and GetSerializedSendMessage. C# Upgrade System.Interactive.Async to 3.2.0. Refactor ServerServiceDefinition and move it to Grpc.Core.Api nuget. Allow passing null implementation to generated BindService overload using ServiceBinderBase. Move public types needed for server implementation to Grpc.Core.Api. Objective-C Disable c-ares on iOS. Added support for tvOS. Fixing a few thread safety issues in gRPC Objective-C library. Rolling out new API for gRPC Objective-C library. Python grpc_prefork(): check grpc_is_initialized before creating execctx. [gRPC] Enable Python 3 for Bazel to Run Tests. Escalate the failure of protoc execution. Remove dependency of grpc.framework.foundation.callable_util. Ruby Disable service config resolution with c-ares by default, for now. Ruby: refactor init/shutdown logic to avoid using atexit; fix windows. Ruby tooling: respect user toolchain overrides.
2019-03-22 09:25:51 +01:00
include/grpc/impl/codegen/log.h
include/grpc/impl/codegen/port_platform.h
include/grpc/impl/codegen/propagation_bits.h
include/grpc/impl/codegen/slice.h
include/grpc/impl/codegen/status.h
include/grpc/impl/codegen/sync.h
grpc: updated to 1.28.1 Release v1.28.1 This release is a patch specifically for the Python bindings to address 22546. Python Backport 22549 to 1.28 (Only load simple stubs code on 3.6+ interpreters). Release v1.28.0 This release contains refinements, improvements, and bug fixes, with highlights listed below. Core feat: add x-goog-user-project header from quota_project_id field. Reintroduce 21527 (boringssl submodule unification - take two). Reintroduce 21527 (boringssl submodule unification). Treat an empty http_proxy mean "Don't use proxy" and skip parsing it. C++ This release adds an experimental client side implementation of xDSv2 APIs. This allows a gRPC client written in C++ to receive configuration from an xDSv2 API compatible server and use that configuration to load balance RPCs. In this release, only the virtual host matching and cluster route action is supported. More features will be added in future. Cherrypick 22147: xds: send no-overprovisioning client capability and populate user_agent fields. Fix regression in MSVC runtime flag. Unify boringssl submodules and use non-developer boringssl cmake build. Objective-C Fix ObjC memory consumption increase as app runs. Python Backport Simple Stubs Codegen to 1.28. [Aio] Generate gRPC AsyncIO API Reference. Experimental: Implement Top-Level Invocation Functions Not Requiring an Explicit Channel. [Aio] Implement health checking servicer in AsyncIO. [Aio] Prohibit mixing two styles of API on client side. [Aio] Add channel_ready helper function. [Aio] Support compression for both client and server. [Aio] Close ongoing calls when the channel is closed. [Aio] Fix the server credentials & improve socket implementation. [Aio] Support wait-for-ready mechanism. [Aio] Fix the windows build failure. Stop building manylinux1 images. [Aio] Move status and initial metadata handling to Cython. Ruby Backport to 1.28.x: add ruby 2.7 to mac binary pkgs. Add ruby-2.7 to build process of binary gems for Windows and Linux.
2020-04-04 11:30:37 +02:00
include/grpc/impl/codegen/sync_abseil.h
include/grpc/impl/codegen/sync_custom.h
include/grpc/impl/codegen/sync_generic.h
include/grpc/impl/codegen/sync_posix.h
include/grpc/impl/codegen/sync_windows.h
include/grpc/load_reporting.h
include/grpc/slice.h
include/grpc/slice_buffer.h
include/grpc/status.h
include/grpc/support/alloc.h
include/grpc/support/atm.h
include/grpc/support/atm_gcc_atomic.h
include/grpc/support/atm_gcc_sync.h
include/grpc/support/atm_windows.h
include/grpc/support/cpu.h
include/grpc/support/log.h
include/grpc/support/log_windows.h
include/grpc/support/port_platform.h
include/grpc/support/string_util.h
include/grpc/support/sync.h
grpc: updated to 1.28.1 Release v1.28.1 This release is a patch specifically for the Python bindings to address 22546. Python Backport 22549 to 1.28 (Only load simple stubs code on 3.6+ interpreters). Release v1.28.0 This release contains refinements, improvements, and bug fixes, with highlights listed below. Core feat: add x-goog-user-project header from quota_project_id field. Reintroduce 21527 (boringssl submodule unification - take two). Reintroduce 21527 (boringssl submodule unification). Treat an empty http_proxy mean "Don't use proxy" and skip parsing it. C++ This release adds an experimental client side implementation of xDSv2 APIs. This allows a gRPC client written in C++ to receive configuration from an xDSv2 API compatible server and use that configuration to load balance RPCs. In this release, only the virtual host matching and cluster route action is supported. More features will be added in future. Cherrypick 22147: xds: send no-overprovisioning client capability and populate user_agent fields. Fix regression in MSVC runtime flag. Unify boringssl submodules and use non-developer boringssl cmake build. Objective-C Fix ObjC memory consumption increase as app runs. Python Backport Simple Stubs Codegen to 1.28. [Aio] Generate gRPC AsyncIO API Reference. Experimental: Implement Top-Level Invocation Functions Not Requiring an Explicit Channel. [Aio] Implement health checking servicer in AsyncIO. [Aio] Prohibit mixing two styles of API on client side. [Aio] Add channel_ready helper function. [Aio] Support compression for both client and server. [Aio] Close ongoing calls when the channel is closed. [Aio] Fix the server credentials & improve socket implementation. [Aio] Support wait-for-ready mechanism. [Aio] Fix the windows build failure. Stop building manylinux1 images. [Aio] Move status and initial metadata handling to Cython. Ruby Backport to 1.28.x: add ruby 2.7 to mac binary pkgs. Add ruby-2.7 to build process of binary gems for Windows and Linux.
2020-04-04 11:30:37 +02:00
include/grpc/support/sync_abseil.h
include/grpc/support/sync_custom.h
include/grpc/support/sync_generic.h
include/grpc/support/sync_posix.h
include/grpc/support/sync_windows.h
include/grpc/support/thd_id.h
include/grpc/support/time.h
include/grpc/support/workaround_list.h
include/grpcpp/alarm.h
include/grpcpp/channel.h
include/grpcpp/client_context.h
include/grpcpp/completion_queue.h
include/grpcpp/create_channel.h
include/grpcpp/create_channel_posix.h
grpc: updated to 1.19.1 Release v1.19.1 Core Backport 18201 to fix "symbol not found: _ares_library_init" error in C++ Bazel build on MacOS. Python Backport "Add the missing grpc_cfstream dependency" to v1.19.x. Release v1.19.0 Core Fix c-ares on Windows "DNS resolution failure" triggered by logging. Disable c-ares on Android. Ignore reserved bit in WINDOW_UPDATE frame. Set c-ares as the default resolver. Add period at end of metadata.google.internal to prevent unnecessary DNS lookups. Decrease verbosity of ALTS platform check to avoid a spam log message. Fix windows localhost address sorting bug. Re-enable c-ares as the default resolver; but don't turn on SRV queries. Remove filters from subchannel args. C++ Register for cq avalanching when interceptors are going to be run. Add a caching interceptor to the keyvaluestore example. Enable per-channel subchannel pool. Fix build with bazel 0.21. Switch the default DNS resolver from native to c-ares. Modifying semantics for GetSendMessage and GetSerializedSendMessage. Also adding ModifySendMessage. Add interceptor methods to fail recv msg for hijacked rpcs and set recv message to nullptr on failure. Add interceptor method to fail hijacked send messages and get status on POST_SEND_MESSAGE. New Experimental Interception API - GetSendMessage and GetSerializedSendMessage. C# Upgrade System.Interactive.Async to 3.2.0. Refactor ServerServiceDefinition and move it to Grpc.Core.Api nuget. Allow passing null implementation to generated BindService overload using ServiceBinderBase. Move public types needed for server implementation to Grpc.Core.Api. Objective-C Disable c-ares on iOS. Added support for tvOS. Fixing a few thread safety issues in gRPC Objective-C library. Rolling out new API for gRPC Objective-C library. Python grpc_prefork(): check grpc_is_initialized before creating execctx. [gRPC] Enable Python 3 for Bazel to Run Tests. Escalate the failure of protoc execution. Remove dependency of grpc.framework.foundation.callable_util. Ruby Disable service config resolution with c-ares by default, for now. Ruby: refactor init/shutdown logic to avoid using atexit; fix windows. Ruby tooling: respect user toolchain overrides.
2019-03-22 09:25:51 +01:00
include/grpcpp/ext/channelz_service_plugin.h
include/grpcpp/ext/channelz_service_plugin_impl.h
include/grpcpp/ext/health_check_service_server_builder_option.h
include/grpcpp/ext/proto_server_reflection_plugin.h
include/grpcpp/generic/async_generic_service.h
include/grpcpp/generic/generic_stub.h
include/grpcpp/grpcpp.h
include/grpcpp/health_check_service_interface.h
include/grpcpp/impl/call.h
include/grpcpp/impl/channel_argument_option.h
include/grpcpp/impl/client_unary_call.h
grpc: updated to 1.19.1 Release v1.19.1 Core Backport 18201 to fix "symbol not found: _ares_library_init" error in C++ Bazel build on MacOS. Python Backport "Add the missing grpc_cfstream dependency" to v1.19.x. Release v1.19.0 Core Fix c-ares on Windows "DNS resolution failure" triggered by logging. Disable c-ares on Android. Ignore reserved bit in WINDOW_UPDATE frame. Set c-ares as the default resolver. Add period at end of metadata.google.internal to prevent unnecessary DNS lookups. Decrease verbosity of ALTS platform check to avoid a spam log message. Fix windows localhost address sorting bug. Re-enable c-ares as the default resolver; but don't turn on SRV queries. Remove filters from subchannel args. C++ Register for cq avalanching when interceptors are going to be run. Add a caching interceptor to the keyvaluestore example. Enable per-channel subchannel pool. Fix build with bazel 0.21. Switch the default DNS resolver from native to c-ares. Modifying semantics for GetSendMessage and GetSerializedSendMessage. Also adding ModifySendMessage. Add interceptor methods to fail recv msg for hijacked rpcs and set recv message to nullptr on failure. Add interceptor method to fail hijacked send messages and get status on POST_SEND_MESSAGE. New Experimental Interception API - GetSendMessage and GetSerializedSendMessage. C# Upgrade System.Interactive.Async to 3.2.0. Refactor ServerServiceDefinition and move it to Grpc.Core.Api nuget. Allow passing null implementation to generated BindService overload using ServiceBinderBase. Move public types needed for server implementation to Grpc.Core.Api. Objective-C Disable c-ares on iOS. Added support for tvOS. Fixing a few thread safety issues in gRPC Objective-C library. Rolling out new API for gRPC Objective-C library. Python grpc_prefork(): check grpc_is_initialized before creating execctx. [gRPC] Enable Python 3 for Bazel to Run Tests. Escalate the failure of protoc execution. Remove dependency of grpc.framework.foundation.callable_util. Ruby Disable service config resolution with c-ares by default, for now. Ruby: refactor init/shutdown logic to avoid using atexit; fix windows. Ruby tooling: respect user toolchain overrides.
2019-03-22 09:25:51 +01:00
include/grpcpp/impl/codegen/async_generic_service.h
include/grpcpp/impl/codegen/async_stream.h
include/grpcpp/impl/codegen/async_unary_call.h
include/grpcpp/impl/codegen/byte_buffer.h
include/grpcpp/impl/codegen/call.h
include/grpcpp/impl/codegen/call_hook.h
grpc: updated to 1.19.1 Release v1.19.1 Core Backport 18201 to fix "symbol not found: _ares_library_init" error in C++ Bazel build on MacOS. Python Backport "Add the missing grpc_cfstream dependency" to v1.19.x. Release v1.19.0 Core Fix c-ares on Windows "DNS resolution failure" triggered by logging. Disable c-ares on Android. Ignore reserved bit in WINDOW_UPDATE frame. Set c-ares as the default resolver. Add period at end of metadata.google.internal to prevent unnecessary DNS lookups. Decrease verbosity of ALTS platform check to avoid a spam log message. Fix windows localhost address sorting bug. Re-enable c-ares as the default resolver; but don't turn on SRV queries. Remove filters from subchannel args. C++ Register for cq avalanching when interceptors are going to be run. Add a caching interceptor to the keyvaluestore example. Enable per-channel subchannel pool. Fix build with bazel 0.21. Switch the default DNS resolver from native to c-ares. Modifying semantics for GetSendMessage and GetSerializedSendMessage. Also adding ModifySendMessage. Add interceptor methods to fail recv msg for hijacked rpcs and set recv message to nullptr on failure. Add interceptor method to fail hijacked send messages and get status on POST_SEND_MESSAGE. New Experimental Interception API - GetSendMessage and GetSerializedSendMessage. C# Upgrade System.Interactive.Async to 3.2.0. Refactor ServerServiceDefinition and move it to Grpc.Core.Api nuget. Allow passing null implementation to generated BindService overload using ServiceBinderBase. Move public types needed for server implementation to Grpc.Core.Api. Objective-C Disable c-ares on iOS. Added support for tvOS. Fixing a few thread safety issues in gRPC Objective-C library. Rolling out new API for gRPC Objective-C library. Python grpc_prefork(): check grpc_is_initialized before creating execctx. [gRPC] Enable Python 3 for Bazel to Run Tests. Escalate the failure of protoc execution. Remove dependency of grpc.framework.foundation.callable_util. Ruby Disable service config resolution with c-ares by default, for now. Ruby: refactor init/shutdown logic to avoid using atexit; fix windows. Ruby tooling: respect user toolchain overrides.
2019-03-22 09:25:51 +01:00
include/grpcpp/impl/codegen/call_op_set.h
include/grpcpp/impl/codegen/call_op_set_interface.h
include/grpcpp/impl/codegen/callback_common.h
include/grpcpp/impl/codegen/channel_interface.h
grpc: updated to 1.19.1 Release v1.19.1 Core Backport 18201 to fix "symbol not found: _ares_library_init" error in C++ Bazel build on MacOS. Python Backport "Add the missing grpc_cfstream dependency" to v1.19.x. Release v1.19.0 Core Fix c-ares on Windows "DNS resolution failure" triggered by logging. Disable c-ares on Android. Ignore reserved bit in WINDOW_UPDATE frame. Set c-ares as the default resolver. Add period at end of metadata.google.internal to prevent unnecessary DNS lookups. Decrease verbosity of ALTS platform check to avoid a spam log message. Fix windows localhost address sorting bug. Re-enable c-ares as the default resolver; but don't turn on SRV queries. Remove filters from subchannel args. C++ Register for cq avalanching when interceptors are going to be run. Add a caching interceptor to the keyvaluestore example. Enable per-channel subchannel pool. Fix build with bazel 0.21. Switch the default DNS resolver from native to c-ares. Modifying semantics for GetSendMessage and GetSerializedSendMessage. Also adding ModifySendMessage. Add interceptor methods to fail recv msg for hijacked rpcs and set recv message to nullptr on failure. Add interceptor method to fail hijacked send messages and get status on POST_SEND_MESSAGE. New Experimental Interception API - GetSendMessage and GetSerializedSendMessage. C# Upgrade System.Interactive.Async to 3.2.0. Refactor ServerServiceDefinition and move it to Grpc.Core.Api nuget. Allow passing null implementation to generated BindService overload using ServiceBinderBase. Move public types needed for server implementation to Grpc.Core.Api. Objective-C Disable c-ares on iOS. Added support for tvOS. Fixing a few thread safety issues in gRPC Objective-C library. Rolling out new API for gRPC Objective-C library. Python grpc_prefork(): check grpc_is_initialized before creating execctx. [gRPC] Enable Python 3 for Bazel to Run Tests. Escalate the failure of protoc execution. Remove dependency of grpc.framework.foundation.callable_util. Ruby Disable service config resolution with c-ares by default, for now. Ruby: refactor init/shutdown logic to avoid using atexit; fix windows. Ruby tooling: respect user toolchain overrides.
2019-03-22 09:25:51 +01:00
include/grpcpp/impl/codegen/client_callback.h
include/grpcpp/impl/codegen/client_context.h
grpc: updated to 1.19.1 Release v1.19.1 Core Backport 18201 to fix "symbol not found: _ares_library_init" error in C++ Bazel build on MacOS. Python Backport "Add the missing grpc_cfstream dependency" to v1.19.x. Release v1.19.0 Core Fix c-ares on Windows "DNS resolution failure" triggered by logging. Disable c-ares on Android. Ignore reserved bit in WINDOW_UPDATE frame. Set c-ares as the default resolver. Add period at end of metadata.google.internal to prevent unnecessary DNS lookups. Decrease verbosity of ALTS platform check to avoid a spam log message. Fix windows localhost address sorting bug. Re-enable c-ares as the default resolver; but don't turn on SRV queries. Remove filters from subchannel args. C++ Register for cq avalanching when interceptors are going to be run. Add a caching interceptor to the keyvaluestore example. Enable per-channel subchannel pool. Fix build with bazel 0.21. Switch the default DNS resolver from native to c-ares. Modifying semantics for GetSendMessage and GetSerializedSendMessage. Also adding ModifySendMessage. Add interceptor methods to fail recv msg for hijacked rpcs and set recv message to nullptr on failure. Add interceptor method to fail hijacked send messages and get status on POST_SEND_MESSAGE. New Experimental Interception API - GetSendMessage and GetSerializedSendMessage. C# Upgrade System.Interactive.Async to 3.2.0. Refactor ServerServiceDefinition and move it to Grpc.Core.Api nuget. Allow passing null implementation to generated BindService overload using ServiceBinderBase. Move public types needed for server implementation to Grpc.Core.Api. Objective-C Disable c-ares on iOS. Added support for tvOS. Fixing a few thread safety issues in gRPC Objective-C library. Rolling out new API for gRPC Objective-C library. Python grpc_prefork(): check grpc_is_initialized before creating execctx. [gRPC] Enable Python 3 for Bazel to Run Tests. Escalate the failure of protoc execution. Remove dependency of grpc.framework.foundation.callable_util. Ruby Disable service config resolution with c-ares by default, for now. Ruby: refactor init/shutdown logic to avoid using atexit; fix windows. Ruby tooling: respect user toolchain overrides.
2019-03-22 09:25:51 +01:00
include/grpcpp/impl/codegen/client_interceptor.h
include/grpcpp/impl/codegen/client_unary_call.h
include/grpcpp/impl/codegen/completion_queue.h
include/grpcpp/impl/codegen/completion_queue_tag.h
include/grpcpp/impl/codegen/config.h
include/grpcpp/impl/codegen/config_protobuf.h
include/grpcpp/impl/codegen/core_codegen.h
include/grpcpp/impl/codegen/core_codegen_interface.h
include/grpcpp/impl/codegen/create_auth_context.h
include/grpcpp/impl/codegen/delegating_channel.h
include/grpcpp/impl/codegen/grpc_library.h
grpc: updated to 1.19.1 Release v1.19.1 Core Backport 18201 to fix "symbol not found: _ares_library_init" error in C++ Bazel build on MacOS. Python Backport "Add the missing grpc_cfstream dependency" to v1.19.x. Release v1.19.0 Core Fix c-ares on Windows "DNS resolution failure" triggered by logging. Disable c-ares on Android. Ignore reserved bit in WINDOW_UPDATE frame. Set c-ares as the default resolver. Add period at end of metadata.google.internal to prevent unnecessary DNS lookups. Decrease verbosity of ALTS platform check to avoid a spam log message. Fix windows localhost address sorting bug. Re-enable c-ares as the default resolver; but don't turn on SRV queries. Remove filters from subchannel args. C++ Register for cq avalanching when interceptors are going to be run. Add a caching interceptor to the keyvaluestore example. Enable per-channel subchannel pool. Fix build with bazel 0.21. Switch the default DNS resolver from native to c-ares. Modifying semantics for GetSendMessage and GetSerializedSendMessage. Also adding ModifySendMessage. Add interceptor methods to fail recv msg for hijacked rpcs and set recv message to nullptr on failure. Add interceptor method to fail hijacked send messages and get status on POST_SEND_MESSAGE. New Experimental Interception API - GetSendMessage and GetSerializedSendMessage. C# Upgrade System.Interactive.Async to 3.2.0. Refactor ServerServiceDefinition and move it to Grpc.Core.Api nuget. Allow passing null implementation to generated BindService overload using ServiceBinderBase. Move public types needed for server implementation to Grpc.Core.Api. Objective-C Disable c-ares on iOS. Added support for tvOS. Fixing a few thread safety issues in gRPC Objective-C library. Rolling out new API for gRPC Objective-C library. Python grpc_prefork(): check grpc_is_initialized before creating execctx. [gRPC] Enable Python 3 for Bazel to Run Tests. Escalate the failure of protoc execution. Remove dependency of grpc.framework.foundation.callable_util. Ruby Disable service config resolution with c-ares by default, for now. Ruby: refactor init/shutdown logic to avoid using atexit; fix windows. Ruby tooling: respect user toolchain overrides.
2019-03-22 09:25:51 +01:00
include/grpcpp/impl/codegen/intercepted_channel.h
include/grpcpp/impl/codegen/interceptor.h
include/grpcpp/impl/codegen/interceptor_common.h
include/grpcpp/impl/codegen/message_allocator.h
include/grpcpp/impl/codegen/metadata_map.h
include/grpcpp/impl/codegen/method_handler.h
include/grpcpp/impl/codegen/proto_buffer_reader.h
include/grpcpp/impl/codegen/proto_buffer_writer.h
include/grpcpp/impl/codegen/proto_utils.h
include/grpcpp/impl/codegen/rpc_method.h
include/grpcpp/impl/codegen/rpc_service_method.h
include/grpcpp/impl/codegen/security/auth_context.h
include/grpcpp/impl/codegen/serialization_traits.h
grpc: updated to 1.19.1 Release v1.19.1 Core Backport 18201 to fix "symbol not found: _ares_library_init" error in C++ Bazel build on MacOS. Python Backport "Add the missing grpc_cfstream dependency" to v1.19.x. Release v1.19.0 Core Fix c-ares on Windows "DNS resolution failure" triggered by logging. Disable c-ares on Android. Ignore reserved bit in WINDOW_UPDATE frame. Set c-ares as the default resolver. Add period at end of metadata.google.internal to prevent unnecessary DNS lookups. Decrease verbosity of ALTS platform check to avoid a spam log message. Fix windows localhost address sorting bug. Re-enable c-ares as the default resolver; but don't turn on SRV queries. Remove filters from subchannel args. C++ Register for cq avalanching when interceptors are going to be run. Add a caching interceptor to the keyvaluestore example. Enable per-channel subchannel pool. Fix build with bazel 0.21. Switch the default DNS resolver from native to c-ares. Modifying semantics for GetSendMessage and GetSerializedSendMessage. Also adding ModifySendMessage. Add interceptor methods to fail recv msg for hijacked rpcs and set recv message to nullptr on failure. Add interceptor method to fail hijacked send messages and get status on POST_SEND_MESSAGE. New Experimental Interception API - GetSendMessage and GetSerializedSendMessage. C# Upgrade System.Interactive.Async to 3.2.0. Refactor ServerServiceDefinition and move it to Grpc.Core.Api nuget. Allow passing null implementation to generated BindService overload using ServiceBinderBase. Move public types needed for server implementation to Grpc.Core.Api. Objective-C Disable c-ares on iOS. Added support for tvOS. Fixing a few thread safety issues in gRPC Objective-C library. Rolling out new API for gRPC Objective-C library. Python grpc_prefork(): check grpc_is_initialized before creating execctx. [gRPC] Enable Python 3 for Bazel to Run Tests. Escalate the failure of protoc execution. Remove dependency of grpc.framework.foundation.callable_util. Ruby Disable service config resolution with c-ares by default, for now. Ruby: refactor init/shutdown logic to avoid using atexit; fix windows. Ruby tooling: respect user toolchain overrides.
2019-03-22 09:25:51 +01:00
include/grpcpp/impl/codegen/server_callback.h
include/grpcpp/impl/codegen/server_callback_handlers.h
include/grpcpp/impl/codegen/server_context.h
grpc: updated to 1.19.1 Release v1.19.1 Core Backport 18201 to fix "symbol not found: _ares_library_init" error in C++ Bazel build on MacOS. Python Backport "Add the missing grpc_cfstream dependency" to v1.19.x. Release v1.19.0 Core Fix c-ares on Windows "DNS resolution failure" triggered by logging. Disable c-ares on Android. Ignore reserved bit in WINDOW_UPDATE frame. Set c-ares as the default resolver. Add period at end of metadata.google.internal to prevent unnecessary DNS lookups. Decrease verbosity of ALTS platform check to avoid a spam log message. Fix windows localhost address sorting bug. Re-enable c-ares as the default resolver; but don't turn on SRV queries. Remove filters from subchannel args. C++ Register for cq avalanching when interceptors are going to be run. Add a caching interceptor to the keyvaluestore example. Enable per-channel subchannel pool. Fix build with bazel 0.21. Switch the default DNS resolver from native to c-ares. Modifying semantics for GetSendMessage and GetSerializedSendMessage. Also adding ModifySendMessage. Add interceptor methods to fail recv msg for hijacked rpcs and set recv message to nullptr on failure. Add interceptor method to fail hijacked send messages and get status on POST_SEND_MESSAGE. New Experimental Interception API - GetSendMessage and GetSerializedSendMessage. C# Upgrade System.Interactive.Async to 3.2.0. Refactor ServerServiceDefinition and move it to Grpc.Core.Api nuget. Allow passing null implementation to generated BindService overload using ServiceBinderBase. Move public types needed for server implementation to Grpc.Core.Api. Objective-C Disable c-ares on iOS. Added support for tvOS. Fixing a few thread safety issues in gRPC Objective-C library. Rolling out new API for gRPC Objective-C library. Python grpc_prefork(): check grpc_is_initialized before creating execctx. [gRPC] Enable Python 3 for Bazel to Run Tests. Escalate the failure of protoc execution. Remove dependency of grpc.framework.foundation.callable_util. Ruby Disable service config resolution with c-ares by default, for now. Ruby: refactor init/shutdown logic to avoid using atexit; fix windows. Ruby tooling: respect user toolchain overrides.
2019-03-22 09:25:51 +01:00
include/grpcpp/impl/codegen/server_interceptor.h
include/grpcpp/impl/codegen/server_interface.h
include/grpcpp/impl/codegen/service_type.h
include/grpcpp/impl/codegen/slice.h
include/grpcpp/impl/codegen/status.h
include/grpcpp/impl/codegen/status_code_enum.h
include/grpcpp/impl/codegen/string_ref.h
include/grpcpp/impl/codegen/stub_options.h
include/grpcpp/impl/codegen/sync.h
include/grpcpp/impl/codegen/sync_stream.h
include/grpcpp/impl/codegen/time.h
include/grpcpp/impl/grpc_library.h
include/grpcpp/impl/method_handler_impl.h
include/grpcpp/impl/rpc_method.h
include/grpcpp/impl/rpc_service_method.h
include/grpcpp/impl/serialization_traits.h
include/grpcpp/impl/server_builder_option.h
include/grpcpp/impl/server_builder_plugin.h
include/grpcpp/impl/server_initializer.h
include/grpcpp/impl/service_type.h
include/grpcpp/resource_quota.h
include/grpcpp/security/alts_context.h
include/grpcpp/security/alts_util.h
include/grpcpp/security/auth_context.h
include/grpcpp/security/auth_metadata_processor.h
include/grpcpp/security/credentials.h
include/grpcpp/security/server_credentials.h
include/grpcpp/security/tls_credentials_options.h
include/grpcpp/server.h
include/grpcpp/server_builder.h
include/grpcpp/server_context.h
include/grpcpp/server_posix.h
include/grpcpp/support/async_stream.h
include/grpcpp/support/async_unary_call.h
include/grpcpp/support/byte_buffer.h
include/grpcpp/support/channel_arguments.h
grpc: updated to 1.19.1 Release v1.19.1 Core Backport 18201 to fix "symbol not found: _ares_library_init" error in C++ Bazel build on MacOS. Python Backport "Add the missing grpc_cfstream dependency" to v1.19.x. Release v1.19.0 Core Fix c-ares on Windows "DNS resolution failure" triggered by logging. Disable c-ares on Android. Ignore reserved bit in WINDOW_UPDATE frame. Set c-ares as the default resolver. Add period at end of metadata.google.internal to prevent unnecessary DNS lookups. Decrease verbosity of ALTS platform check to avoid a spam log message. Fix windows localhost address sorting bug. Re-enable c-ares as the default resolver; but don't turn on SRV queries. Remove filters from subchannel args. C++ Register for cq avalanching when interceptors are going to be run. Add a caching interceptor to the keyvaluestore example. Enable per-channel subchannel pool. Fix build with bazel 0.21. Switch the default DNS resolver from native to c-ares. Modifying semantics for GetSendMessage and GetSerializedSendMessage. Also adding ModifySendMessage. Add interceptor methods to fail recv msg for hijacked rpcs and set recv message to nullptr on failure. Add interceptor method to fail hijacked send messages and get status on POST_SEND_MESSAGE. New Experimental Interception API - GetSendMessage and GetSerializedSendMessage. C# Upgrade System.Interactive.Async to 3.2.0. Refactor ServerServiceDefinition and move it to Grpc.Core.Api nuget. Allow passing null implementation to generated BindService overload using ServiceBinderBase. Move public types needed for server implementation to Grpc.Core.Api. Objective-C Disable c-ares on iOS. Added support for tvOS. Fixing a few thread safety issues in gRPC Objective-C library. Rolling out new API for gRPC Objective-C library. Python grpc_prefork(): check grpc_is_initialized before creating execctx. [gRPC] Enable Python 3 for Bazel to Run Tests. Escalate the failure of protoc execution. Remove dependency of grpc.framework.foundation.callable_util. Ruby Disable service config resolution with c-ares by default, for now. Ruby: refactor init/shutdown logic to avoid using atexit; fix windows. Ruby tooling: respect user toolchain overrides.
2019-03-22 09:25:51 +01:00
include/grpcpp/support/client_callback.h
include/grpcpp/support/client_interceptor.h
include/grpcpp/support/config.h
include/grpcpp/support/error_details.h
grpc: updated to 1.19.1 Release v1.19.1 Core Backport 18201 to fix "symbol not found: _ares_library_init" error in C++ Bazel build on MacOS. Python Backport "Add the missing grpc_cfstream dependency" to v1.19.x. Release v1.19.0 Core Fix c-ares on Windows "DNS resolution failure" triggered by logging. Disable c-ares on Android. Ignore reserved bit in WINDOW_UPDATE frame. Set c-ares as the default resolver. Add period at end of metadata.google.internal to prevent unnecessary DNS lookups. Decrease verbosity of ALTS platform check to avoid a spam log message. Fix windows localhost address sorting bug. Re-enable c-ares as the default resolver; but don't turn on SRV queries. Remove filters from subchannel args. C++ Register for cq avalanching when interceptors are going to be run. Add a caching interceptor to the keyvaluestore example. Enable per-channel subchannel pool. Fix build with bazel 0.21. Switch the default DNS resolver from native to c-ares. Modifying semantics for GetSendMessage and GetSerializedSendMessage. Also adding ModifySendMessage. Add interceptor methods to fail recv msg for hijacked rpcs and set recv message to nullptr on failure. Add interceptor method to fail hijacked send messages and get status on POST_SEND_MESSAGE. New Experimental Interception API - GetSendMessage and GetSerializedSendMessage. C# Upgrade System.Interactive.Async to 3.2.0. Refactor ServerServiceDefinition and move it to Grpc.Core.Api nuget. Allow passing null implementation to generated BindService overload using ServiceBinderBase. Move public types needed for server implementation to Grpc.Core.Api. Objective-C Disable c-ares on iOS. Added support for tvOS. Fixing a few thread safety issues in gRPC Objective-C library. Rolling out new API for gRPC Objective-C library. Python grpc_prefork(): check grpc_is_initialized before creating execctx. [gRPC] Enable Python 3 for Bazel to Run Tests. Escalate the failure of protoc execution. Remove dependency of grpc.framework.foundation.callable_util. Ruby Disable service config resolution with c-ares by default, for now. Ruby: refactor init/shutdown logic to avoid using atexit; fix windows. Ruby tooling: respect user toolchain overrides.
2019-03-22 09:25:51 +01:00
include/grpcpp/support/interceptor.h
include/grpcpp/support/message_allocator.h
include/grpcpp/support/method_handler.h
include/grpcpp/support/proto_buffer_reader.h
include/grpcpp/support/proto_buffer_writer.h
grpc: updated to 1.19.1 Release v1.19.1 Core Backport 18201 to fix "symbol not found: _ares_library_init" error in C++ Bazel build on MacOS. Python Backport "Add the missing grpc_cfstream dependency" to v1.19.x. Release v1.19.0 Core Fix c-ares on Windows "DNS resolution failure" triggered by logging. Disable c-ares on Android. Ignore reserved bit in WINDOW_UPDATE frame. Set c-ares as the default resolver. Add period at end of metadata.google.internal to prevent unnecessary DNS lookups. Decrease verbosity of ALTS platform check to avoid a spam log message. Fix windows localhost address sorting bug. Re-enable c-ares as the default resolver; but don't turn on SRV queries. Remove filters from subchannel args. C++ Register for cq avalanching when interceptors are going to be run. Add a caching interceptor to the keyvaluestore example. Enable per-channel subchannel pool. Fix build with bazel 0.21. Switch the default DNS resolver from native to c-ares. Modifying semantics for GetSendMessage and GetSerializedSendMessage. Also adding ModifySendMessage. Add interceptor methods to fail recv msg for hijacked rpcs and set recv message to nullptr on failure. Add interceptor method to fail hijacked send messages and get status on POST_SEND_MESSAGE. New Experimental Interception API - GetSendMessage and GetSerializedSendMessage. C# Upgrade System.Interactive.Async to 3.2.0. Refactor ServerServiceDefinition and move it to Grpc.Core.Api nuget. Allow passing null implementation to generated BindService overload using ServiceBinderBase. Move public types needed for server implementation to Grpc.Core.Api. Objective-C Disable c-ares on iOS. Added support for tvOS. Fixing a few thread safety issues in gRPC Objective-C library. Rolling out new API for gRPC Objective-C library. Python grpc_prefork(): check grpc_is_initialized before creating execctx. [gRPC] Enable Python 3 for Bazel to Run Tests. Escalate the failure of protoc execution. Remove dependency of grpc.framework.foundation.callable_util. Ruby Disable service config resolution with c-ares by default, for now. Ruby: refactor init/shutdown logic to avoid using atexit; fix windows. Ruby tooling: respect user toolchain overrides.
2019-03-22 09:25:51 +01:00
include/grpcpp/support/server_callback.h
include/grpcpp/support/server_interceptor.h
include/grpcpp/support/slice.h
include/grpcpp/support/status.h
include/grpcpp/support/status_code_enum.h
include/grpcpp/support/string_ref.h
include/grpcpp/support/stub_options.h
include/grpcpp/support/sync_stream.h
include/grpcpp/support/time.h
include/grpcpp/support/validate_service_config.h
lib/cmake/grpc/gRPCConfig.cmake
lib/cmake/grpc/gRPCConfigVersion.cmake
lib/cmake/grpc/gRPCTargets-noconfig.cmake
lib/cmake/grpc/gRPCTargets.cmake
lib/cmake/grpc/modules/Findc-ares.cmake
lib/cmake/grpc/modules/Findre2.cmake
lib/libaddress_sorting.so
lib/libaddress_sorting.so.13
lib/libaddress_sorting.so.13.0.0
lib/libgpr.so
lib/libgpr.so.13
lib/libgpr.so.13.0.0
lib/libgrpc++.so
lib/libgrpc++.so.${PKGVERSION}
grpc: updated to 1.19.1 Release v1.19.1 Core Backport 18201 to fix "symbol not found: _ares_library_init" error in C++ Bazel build on MacOS. Python Backport "Add the missing grpc_cfstream dependency" to v1.19.x. Release v1.19.0 Core Fix c-ares on Windows "DNS resolution failure" triggered by logging. Disable c-ares on Android. Ignore reserved bit in WINDOW_UPDATE frame. Set c-ares as the default resolver. Add period at end of metadata.google.internal to prevent unnecessary DNS lookups. Decrease verbosity of ALTS platform check to avoid a spam log message. Fix windows localhost address sorting bug. Re-enable c-ares as the default resolver; but don't turn on SRV queries. Remove filters from subchannel args. C++ Register for cq avalanching when interceptors are going to be run. Add a caching interceptor to the keyvaluestore example. Enable per-channel subchannel pool. Fix build with bazel 0.21. Switch the default DNS resolver from native to c-ares. Modifying semantics for GetSendMessage and GetSerializedSendMessage. Also adding ModifySendMessage. Add interceptor methods to fail recv msg for hijacked rpcs and set recv message to nullptr on failure. Add interceptor method to fail hijacked send messages and get status on POST_SEND_MESSAGE. New Experimental Interception API - GetSendMessage and GetSerializedSendMessage. C# Upgrade System.Interactive.Async to 3.2.0. Refactor ServerServiceDefinition and move it to Grpc.Core.Api nuget. Allow passing null implementation to generated BindService overload using ServiceBinderBase. Move public types needed for server implementation to Grpc.Core.Api. Objective-C Disable c-ares on iOS. Added support for tvOS. Fixing a few thread safety issues in gRPC Objective-C library. Rolling out new API for gRPC Objective-C library. Python grpc_prefork(): check grpc_is_initialized before creating execctx. [gRPC] Enable Python 3 for Bazel to Run Tests. Escalate the failure of protoc execution. Remove dependency of grpc.framework.foundation.callable_util. Ruby Disable service config resolution with c-ares by default, for now. Ruby: refactor init/shutdown logic to avoid using atexit; fix windows. Ruby tooling: respect user toolchain overrides.
2019-03-22 09:25:51 +01:00
lib/libgrpc++.so.1
lib/libgrpc++_alts.so
lib/libgrpc++_alts.so.${PKGVERSION}
lib/libgrpc++_alts.so.1
lib/libgrpc++_error_details.so
lib/libgrpc++_error_details.so.${PKGVERSION}
grpc: updated to 1.19.1 Release v1.19.1 Core Backport 18201 to fix "symbol not found: _ares_library_init" error in C++ Bazel build on MacOS. Python Backport "Add the missing grpc_cfstream dependency" to v1.19.x. Release v1.19.0 Core Fix c-ares on Windows "DNS resolution failure" triggered by logging. Disable c-ares on Android. Ignore reserved bit in WINDOW_UPDATE frame. Set c-ares as the default resolver. Add period at end of metadata.google.internal to prevent unnecessary DNS lookups. Decrease verbosity of ALTS platform check to avoid a spam log message. Fix windows localhost address sorting bug. Re-enable c-ares as the default resolver; but don't turn on SRV queries. Remove filters from subchannel args. C++ Register for cq avalanching when interceptors are going to be run. Add a caching interceptor to the keyvaluestore example. Enable per-channel subchannel pool. Fix build with bazel 0.21. Switch the default DNS resolver from native to c-ares. Modifying semantics for GetSendMessage and GetSerializedSendMessage. Also adding ModifySendMessage. Add interceptor methods to fail recv msg for hijacked rpcs and set recv message to nullptr on failure. Add interceptor method to fail hijacked send messages and get status on POST_SEND_MESSAGE. New Experimental Interception API - GetSendMessage and GetSerializedSendMessage. C# Upgrade System.Interactive.Async to 3.2.0. Refactor ServerServiceDefinition and move it to Grpc.Core.Api nuget. Allow passing null implementation to generated BindService overload using ServiceBinderBase. Move public types needed for server implementation to Grpc.Core.Api. Objective-C Disable c-ares on iOS. Added support for tvOS. Fixing a few thread safety issues in gRPC Objective-C library. Rolling out new API for gRPC Objective-C library. Python grpc_prefork(): check grpc_is_initialized before creating execctx. [gRPC] Enable Python 3 for Bazel to Run Tests. Escalate the failure of protoc execution. Remove dependency of grpc.framework.foundation.callable_util. Ruby Disable service config resolution with c-ares by default, for now. Ruby: refactor init/shutdown logic to avoid using atexit; fix windows. Ruby tooling: respect user toolchain overrides.
2019-03-22 09:25:51 +01:00
lib/libgrpc++_error_details.so.1
lib/libgrpc++_reflection.so
lib/libgrpc++_reflection.so.${PKGVERSION}
grpc: updated to 1.19.1 Release v1.19.1 Core Backport 18201 to fix "symbol not found: _ares_library_init" error in C++ Bazel build on MacOS. Python Backport "Add the missing grpc_cfstream dependency" to v1.19.x. Release v1.19.0 Core Fix c-ares on Windows "DNS resolution failure" triggered by logging. Disable c-ares on Android. Ignore reserved bit in WINDOW_UPDATE frame. Set c-ares as the default resolver. Add period at end of metadata.google.internal to prevent unnecessary DNS lookups. Decrease verbosity of ALTS platform check to avoid a spam log message. Fix windows localhost address sorting bug. Re-enable c-ares as the default resolver; but don't turn on SRV queries. Remove filters from subchannel args. C++ Register for cq avalanching when interceptors are going to be run. Add a caching interceptor to the keyvaluestore example. Enable per-channel subchannel pool. Fix build with bazel 0.21. Switch the default DNS resolver from native to c-ares. Modifying semantics for GetSendMessage and GetSerializedSendMessage. Also adding ModifySendMessage. Add interceptor methods to fail recv msg for hijacked rpcs and set recv message to nullptr on failure. Add interceptor method to fail hijacked send messages and get status on POST_SEND_MESSAGE. New Experimental Interception API - GetSendMessage and GetSerializedSendMessage. C# Upgrade System.Interactive.Async to 3.2.0. Refactor ServerServiceDefinition and move it to Grpc.Core.Api nuget. Allow passing null implementation to generated BindService overload using ServiceBinderBase. Move public types needed for server implementation to Grpc.Core.Api. Objective-C Disable c-ares on iOS. Added support for tvOS. Fixing a few thread safety issues in gRPC Objective-C library. Rolling out new API for gRPC Objective-C library. Python grpc_prefork(): check grpc_is_initialized before creating execctx. [gRPC] Enable Python 3 for Bazel to Run Tests. Escalate the failure of protoc execution. Remove dependency of grpc.framework.foundation.callable_util. Ruby Disable service config resolution with c-ares by default, for now. Ruby: refactor init/shutdown logic to avoid using atexit; fix windows. Ruby tooling: respect user toolchain overrides.
2019-03-22 09:25:51 +01:00
lib/libgrpc++_reflection.so.1
lib/libgrpc++_unsecure.so
lib/libgrpc++_unsecure.so.${PKGVERSION}
grpc: updated to 1.19.1 Release v1.19.1 Core Backport 18201 to fix "symbol not found: _ares_library_init" error in C++ Bazel build on MacOS. Python Backport "Add the missing grpc_cfstream dependency" to v1.19.x. Release v1.19.0 Core Fix c-ares on Windows "DNS resolution failure" triggered by logging. Disable c-ares on Android. Ignore reserved bit in WINDOW_UPDATE frame. Set c-ares as the default resolver. Add period at end of metadata.google.internal to prevent unnecessary DNS lookups. Decrease verbosity of ALTS platform check to avoid a spam log message. Fix windows localhost address sorting bug. Re-enable c-ares as the default resolver; but don't turn on SRV queries. Remove filters from subchannel args. C++ Register for cq avalanching when interceptors are going to be run. Add a caching interceptor to the keyvaluestore example. Enable per-channel subchannel pool. Fix build with bazel 0.21. Switch the default DNS resolver from native to c-ares. Modifying semantics for GetSendMessage and GetSerializedSendMessage. Also adding ModifySendMessage. Add interceptor methods to fail recv msg for hijacked rpcs and set recv message to nullptr on failure. Add interceptor method to fail hijacked send messages and get status on POST_SEND_MESSAGE. New Experimental Interception API - GetSendMessage and GetSerializedSendMessage. C# Upgrade System.Interactive.Async to 3.2.0. Refactor ServerServiceDefinition and move it to Grpc.Core.Api nuget. Allow passing null implementation to generated BindService overload using ServiceBinderBase. Move public types needed for server implementation to Grpc.Core.Api. Objective-C Disable c-ares on iOS. Added support for tvOS. Fixing a few thread safety issues in gRPC Objective-C library. Rolling out new API for gRPC Objective-C library. Python grpc_prefork(): check grpc_is_initialized before creating execctx. [gRPC] Enable Python 3 for Bazel to Run Tests. Escalate the failure of protoc execution. Remove dependency of grpc.framework.foundation.callable_util. Ruby Disable service config resolution with c-ares by default, for now. Ruby: refactor init/shutdown logic to avoid using atexit; fix windows. Ruby tooling: respect user toolchain overrides.
2019-03-22 09:25:51 +01:00
lib/libgrpc++_unsecure.so.1
lib/libgrpc.so
lib/libgrpc.so.13
lib/libgrpc.so.13.0.0
lib/libgrpc_plugin_support.so
lib/libgrpc_plugin_support.so.${PKGVERSION}
lib/libgrpc_plugin_support.so.1
lib/libgrpc_unsecure.so
lib/libgrpc_unsecure.so.13
lib/libgrpc_unsecure.so.13.0.0
grpc: updated to 1.19.1 Release v1.19.1 Core Backport 18201 to fix "symbol not found: _ares_library_init" error in C++ Bazel build on MacOS. Python Backport "Add the missing grpc_cfstream dependency" to v1.19.x. Release v1.19.0 Core Fix c-ares on Windows "DNS resolution failure" triggered by logging. Disable c-ares on Android. Ignore reserved bit in WINDOW_UPDATE frame. Set c-ares as the default resolver. Add period at end of metadata.google.internal to prevent unnecessary DNS lookups. Decrease verbosity of ALTS platform check to avoid a spam log message. Fix windows localhost address sorting bug. Re-enable c-ares as the default resolver; but don't turn on SRV queries. Remove filters from subchannel args. C++ Register for cq avalanching when interceptors are going to be run. Add a caching interceptor to the keyvaluestore example. Enable per-channel subchannel pool. Fix build with bazel 0.21. Switch the default DNS resolver from native to c-ares. Modifying semantics for GetSendMessage and GetSerializedSendMessage. Also adding ModifySendMessage. Add interceptor methods to fail recv msg for hijacked rpcs and set recv message to nullptr on failure. Add interceptor method to fail hijacked send messages and get status on POST_SEND_MESSAGE. New Experimental Interception API - GetSendMessage and GetSerializedSendMessage. C# Upgrade System.Interactive.Async to 3.2.0. Refactor ServerServiceDefinition and move it to Grpc.Core.Api nuget. Allow passing null implementation to generated BindService overload using ServiceBinderBase. Move public types needed for server implementation to Grpc.Core.Api. Objective-C Disable c-ares on iOS. Added support for tvOS. Fixing a few thread safety issues in gRPC Objective-C library. Rolling out new API for gRPC Objective-C library. Python grpc_prefork(): check grpc_is_initialized before creating execctx. [gRPC] Enable Python 3 for Bazel to Run Tests. Escalate the failure of protoc execution. Remove dependency of grpc.framework.foundation.callable_util. Ruby Disable service config resolution with c-ares by default, for now. Ruby: refactor init/shutdown logic to avoid using atexit; fix windows. Ruby tooling: respect user toolchain overrides.
2019-03-22 09:25:51 +01:00
lib/libgrpcpp_channelz.so
lib/libgrpcpp_channelz.so.${PKGVERSION}
lib/libgrpcpp_channelz.so.1
lib/libupb.so
lib/libupb.so.13
lib/libupb.so.13.0.0
lib/pkgconfig/gpr.pc
lib/pkgconfig/grpc++.pc
lib/pkgconfig/grpc++_unsecure.pc
lib/pkgconfig/grpc.pc
lib/pkgconfig/grpc_unsecure.pc
share/grpc/roots.pem