Franz Busch b11a8562b3 Expose public creation methods for `GRPCAsyncRequestStream` and `GRPCAsyncResponseStreamWriter` (#1485) 3 年 前
..
AsyncAwaitSupport b11a8562b3 Expose public creation methods for `GRPCAsyncRequestStream` and `GRPCAsyncResponseStreamWriter` (#1485) 3 年 前
CallHandlers a0d57279af Add index docc page and fix comment links (#1473) 3 年 前
ClientCalls a0d57279af Add index docc page and fix comment links (#1473) 3 年 前
Compression a0d57279af Add index docc page and fix comment links (#1473) 3 年 前
ConnectionPool 1579a9c082 Fix preconcurrency warnings (#1480) 3 年 前
Docs.docc 75030dddf5 Raise minimum Swift version to 5.5 (#1483) 3 年 前
GRPCChannel a0d57279af Add index docc page and fix comment links (#1473) 3 年 前
Interceptor b11a8562b3 Expose public creation methods for `GRPCAsyncRequestStream` and `GRPCAsyncResponseStreamWriter` (#1485) 3 年 前
ServerCallContexts a0d57279af Add index docc page and fix comment links (#1473) 3 年 前
Array+BoundsCheck.swift cb88f35a8a Add scaffolding for client interceptors (#986) 5 年 前
CallOptions.swift 1579a9c082 Fix preconcurrency warnings (#1480) 3 年 前
ClientConnection.swift 1579a9c082 Fix preconcurrency warnings (#1480) 3 年 前
ClientConnectionConfiguration+NIOSSL.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 年 前
ClientErrorDelegate.swift a0d57279af Add index docc page and fix comment links (#1473) 3 年 前
ConnectionBackoff.swift a0d57279af Add index docc page and fix comment links (#1473) 3 年 前
ConnectionKeepalive.swift 1579a9c082 Fix preconcurrency warnings (#1480) 3 年 前
ConnectionManager+Delegates.swift 305677ed3b Make clients sendable (#1386) 3 年 前
ConnectionManager.swift 305677ed3b Make clients sendable (#1386) 3 年 前
ConnectionManagerChannelProvider.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 年 前
ConnectivityState.swift a0d57279af Add index docc page and fix comment links (#1473) 3 年 前
DebugOnly.swift a59aa82fbc Add a connection pool manager (#1189) 4 年 前
DelegatingErrorHandler.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 年 前
Error+NIOSSL.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 年 前
EventLoopFuture+RecoverFromUncleanShutdown.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 年 前
FakeChannel.swift 305677ed3b Make clients sendable (#1386) 3 年 前
GRPCClient.swift a0d57279af Add index docc page and fix comment links (#1473) 3 年 前
GRPCClientChannelHandler.swift 305677ed3b Make clients sendable (#1386) 3 年 前
GRPCClientStateMachine.swift 80055e59b5 Update formatter 3 年 前
GRPCContentType.swift c8b56b6607 Reorder some of the server logic. (#717) 6 年 前
GRPCError.swift a0d57279af Add index docc page and fix comment links (#1473) 3 年 前
GRPCHeaderName.swift c8b56b6607 Reorder some of the server logic. (#717) 6 年 前
GRPCIdleHandler.swift 428c5c3058 Log when receiving GOAWAY frames (#1476) 3 年 前
GRPCIdleHandlerStateMachine.swift 593fe0fe93 Ignore state machine inputs in unexpected states (#1374) 3 年 前
GRPCKeepaliveHandlers.swift 80055e59b5 Update formatter 3 年 前
GRPCLogger.swift e180dfa7a5 Make the connection pool etc. inlinable 4 年 前
GRPCPayload.swift c88f038cde Use more specific NIO imports (#1239) 4 年 前
GRPCServerPipelineConfigurator.swift 80055e59b5 Update formatter 3 年 前
GRPCServerRequestRoutingHandler.swift a0d57279af Add index docc page and fix comment links (#1473) 3 年 前
GRPCServiceDescription.swift 305677ed3b Make clients sendable (#1386) 3 年 前
GRPCStatus.swift b341dbb881 Add Sendable conformance to core async/await API (#1378) 3 年 前
GRPCStatusAndMetadata.swift a0d57279af Add index docc page and fix comment links (#1473) 3 年 前
GRPCStatusMessageMarshaller.swift 80055e59b5 Update formatter 3 年 前
GRPCTLSConfiguration.swift 305677ed3b Make clients sendable (#1386) 3 年 前
GRPCTimeout.swift 80055e59b5 Update formatter 3 年 前
GRPCWebToHTTP2ServerCodec.swift 80055e59b5 Update formatter 3 年 前
HTTP2ToRawGRPCServerCodec.swift c88f038cde Use more specific NIO imports (#1239) 4 年 前
HTTP2ToRawGRPCStateMachine.swift 80055e59b5 Update formatter 3 年 前
InterceptorContextList.swift f97848d473 Make a bunch of server code inlinable (#1077) 5 年 前
LengthPrefixedMessageReader.swift 906d48a835 Improve error message when length exceeds receive limit (#1247) 4 年 前
LengthPrefixedMessageWriter.swift 80055e59b5 Update formatter 3 年 前
Logger.swift 428c5c3058 Log when receiving GOAWAY frames (#1476) 3 年 前
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 1579a9c082 Fix preconcurrency warnings (#1480) 3 年 前
ReadWriteStates.swift 906d48a835 Improve error message when length exceeds receive limit (#1247) 4 年 前
Ref.swift f97848d473 Make a bunch of server code inlinable (#1077) 5 年 前
Serialization.swift c88f038cde Use more specific NIO imports (#1239) 4 年 前
Server+NIOSSL.swift a0d57279af Add index docc page and fix comment links (#1473) 3 年 前
Server.swift a0d57279af Add index docc page and fix comment links (#1473) 3 年 前
ServerBuilder+NIOSSL.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 年 前
ServerBuilder.swift e1a0025a60 allow client/server to be initialised with a connected socket (#1385) 3 年 前
ServerChannelErrorHandler.swift c88f038cde Use more specific NIO imports (#1239) 4 年 前
ServerErrorDelegate.swift a0d57279af Add index docc page and fix comment links (#1473) 3 年 前
ServerErrorProcessor.swift 7dc737b5c1 Add cause to GRPCStatus.processingError for uncaught errors (#1356) 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 年 前
TLSVerificationHandler.swift 8189eeeba6 Remove unused imports (#1266) 4 年 前
TimeLimit.swift 1579a9c082 Fix preconcurrency warnings (#1480) 3 年 前
UserInfo.swift a0d57279af Add index docc page and fix comment links (#1473) 3 年 前
Version.swift 6cab35e471 Bump version number to 1.10.0 (#1481) 3 年 前
WebCORSHandler.swift c88f038cde Use more specific NIO imports (#1239) 4 年 前
WriteCapturingHandler.swift c88f038cde Use more specific NIO imports (#1239) 4 年 前
_EmbeddedThroughput.swift c88f038cde Use more specific NIO imports (#1239) 4 年 前
_FakeResponseStream.swift c88f038cde Use more specific NIO imports (#1239) 4 年 前
_GRPCClientCodecHandler.swift c88f038cde Use more specific NIO imports (#1239) 4 年 前
_MessageContext.swift 6fb98266e0 Remove the requirement that messages conform to GRPCPayload on the server (#886) 5 年 前