Quirin Schweigert 46021d0bb8 Add configuration for HTTP/2 max concurrent streams (#1226) 4 年之前
..
CallHandlers caefcd5de2 Add a 'closeFuture' to the server context (#1147) 4 年之前
ClientCalls 25f6cdaddf Alllow calls to run on a specified event loop (#1156) 4 年之前
Compression c85a7efe87 Fix up some docs, add an faqs doc (#1121) 4 年之前
ConnectionPool a59aa82fbc Add a connection pool manager (#1189) 4 年之前
GRPCChannel 40de76e152 Add connect which defaults port to 443 when using TLS (#1225) 4 年之前
Interceptor ea6aa1c263 Merge pull request from GHSA-rxmj-hg9v-vp3p 4 年之前
ServerCallContexts caefcd5de2 Add a 'closeFuture' to the server context (#1147) 4 年之前
Array+BoundsCheck.swift cb88f35a8a Add scaffolding for client interceptors (#986) 5 年之前
CallOptions.swift 25f6cdaddf Alllow calls to run on a specified event loop (#1156) 4 年之前
ClientConnection.swift 725154a554 Add support for Network.framework TLS options (#1221) 4 年之前
ClientErrorDelegate.swift 4ea3cd016c Provide 'default' static functions for making client/server configuration (#1198) 4 年之前
ConnectionBackoff.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年之前
ConnectionKeepalive.swift 9b9d3dbe0a Add keepalive handlers (#850) 5 年之前
ConnectionManager+Delegates.swift 71b338013d Extract the connection monitor from the connection manager (#1173) 4 年之前
ConnectionManager.swift 4da5c3da35 Add a per event loop connection pool (#1176) 4 年之前
ConnectionManagerChannelProvider.swift 725154a554 Add support for Network.framework TLS options (#1221) 4 年之前
ConnectivityState.swift 71b338013d Extract the connection monitor from the connection manager (#1173) 4 年之前
DebugOnly.swift a59aa82fbc Add a connection pool manager (#1189) 4 年之前
DelegatingErrorHandler.swift 9013e4e1ad Add remote and local address metadata to loggers (#1195) 4 年之前
FakeChannel.swift 25f6cdaddf Alllow calls to run on a specified event loop (#1156) 4 年之前
GRPCClient.swift c85a7efe87 Fix up some docs, add an faqs doc (#1121) 4 年之前
GRPCClientChannelHandler.swift ea6aa1c263 Merge pull request from GHSA-rxmj-hg9v-vp3p 4 年之前
GRPCClientStateMachine.swift ea6aa1c263 Merge pull request from GHSA-rxmj-hg9v-vp3p 4 年之前
GRPCContentType.swift c8b56b6607 Reorder some of the server logic. (#717) 5 年之前
GRPCError.swift 40e4e25ea5 Fix some bugs with new handlers (#1102) 4 年之前
GRPCHeaderName.swift c8b56b6607 Reorder some of the server logic. (#717) 5 年之前
GRPCIdleHandler.swift 9013e4e1ad Add remote and local address metadata to loggers (#1195) 4 年之前
GRPCIdleHandlerStateMachine.swift 9013e4e1ad Add remote and local address metadata to loggers (#1195) 4 年之前
GRPCKeepaliveHandlers.swift fccd9fb511 Merge idle and keepalive handlers (#1079) 5 年之前
GRPCLogger.swift 9013e4e1ad Add remote and local address metadata to loggers (#1195) 4 年之前
GRPCPayload.swift 4602c5c6ea Add tests for custom payloads (#719) 5 年之前
GRPCServerPipelineConfigurator.swift 46021d0bb8 Add configuration for HTTP/2 max concurrent streams (#1226) 4 年之前
GRPCServerRequestRoutingHandler.swift caefcd5de2 Add a 'closeFuture' to the server context (#1147) 4 年之前
GRPCStatus.swift d0a101b661 Drop the message from the static 'ok' status. (#1120) 4 年之前
GRPCStatusAndMetadata.swift 256fe9ef70 Remove HTTP1 types from the public server API (#1017) 5 年之前
GRPCStatusMessageMarshaller.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年之前
GRPCTLSConfiguration.swift 725154a554 Add support for Network.framework TLS options (#1221) 4 年之前
GRPCTimeout.swift 5eeee138ba Minor SwiftFormat update (#957) 5 年之前
GRPCWebToHTTP2ServerCodec.swift 01bd56e270 Merge pull request from GHSA-2jx2-qcm4-rf9h 4 年之前
HTTP2ToRawGRPCServerCodec.swift 60f33250d2 Merge pull request from GHSA-4rhq-vq24-88gw 4 年之前
HTTP2ToRawGRPCStateMachine.swift ea6aa1c263 Merge pull request from GHSA-rxmj-hg9v-vp3p 4 年之前
InterceptorContextList.swift f97848d473 Make a bunch of server code inlinable (#1077) 5 年之前
LengthPrefixedMessageReader.swift ea6aa1c263 Merge pull request from GHSA-rxmj-hg9v-vp3p 4 年之前
LengthPrefixedMessageWriter.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年之前
Logger.swift 9013e4e1ad Add remote and local address metadata to loggers (#1195) 4 年之前
LoggingServerErrorDelegate.swift d4633f2ffe Allow loggers to be passed in (#902) 5 年之前
MessageEncodingHeaderValidator.swift 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) 5 年之前
PlatformSupport.swift 725154a554 Add support for Network.framework TLS options (#1221) 4 年之前
ReadWriteStates.swift ea6aa1c263 Merge pull request from GHSA-rxmj-hg9v-vp3p 4 年之前
Ref.swift f97848d473 Make a bunch of server code inlinable (#1077) 5 年之前
Serialization.swift 31dffb8dc1 Move client serialization into the transport handler (#1083) 5 年之前
Server.swift 46021d0bb8 Add configuration for HTTP/2 max concurrent streams (#1226) 4 年之前
ServerBuilder.swift 46021d0bb8 Add configuration for HTTP/2 max concurrent streams (#1226) 4 年之前
ServerChannelErrorHandler.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年之前
ServerErrorDelegate.swift 256fe9ef70 Remove HTTP1 types from the public server API (#1017) 5 年之前
ServerErrorProcessor.swift a45db1b439 Scaffolding for better server codegen (#1093) 4 年之前
Stopwatch.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年之前
StreamEvent.swift 6fb98266e0 Remove the requirement that messages conform to GRPCPayload on the server (#886) 5 年之前
TLSConfiguration.swift 725154a554 Add support for Network.framework TLS options (#1221) 4 年之前
TLSVerificationHandler.swift b81b8f2398 Use ALPN to determine what sort of connection we've accepted (#1055) 5 年之前
TimeLimit.swift 3500a56ce2 Remove deprecated/dead code (#1115) 4 年之前
UserInfo.swift c85a7efe87 Fix up some docs, add an faqs doc (#1121) 4 年之前
Version.swift 14e1ea3350 Bump version number to 1.3.0 (#1222) 4 年之前
WebCORSHandler.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年之前
WriteCapturingHandler.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年之前
_EmbeddedThroughput.swift ea6aa1c263 Merge pull request from GHSA-rxmj-hg9v-vp3p 4 年之前
_FakeResponseStream.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年之前
_GRPCClientCodecHandler.swift 31dffb8dc1 Move client serialization into the transport handler (#1083) 5 年之前
_MessageContext.swift 6fb98266e0 Remove the requirement that messages conform to GRPCPayload on the server (#886) 5 年之前