Si Beaumont 4c9fc367f9 Add cause to GRPCStatus.descrpition if it is non-nil (#1357) 3 years ago
..
CallHandlers c88f038cde Use more specific NIO imports (#1239) 4 years ago
ClientCalls e180dfa7a5 Make the connection pool etc. inlinable 4 years ago
Compression c88f038cde Use more specific NIO imports (#1239) 4 years ago
ConnectionPool df6a583cfe Propagate request ID for channel pool (#1328) 4 years ago
GRPCChannel 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 years ago
Interceptor 18c45bdac5 [ClientTransport] Use trace log level for buffering logs (#1352) 3 years ago
ServerCallContexts c88f038cde Use more specific NIO imports (#1239) 4 years ago
Array+BoundsCheck.swift cb88f35a8a Add scaffolding for client interceptors (#986) 5 years ago
CallOptions.swift df6a583cfe Propagate request ID for channel pool (#1328) 4 years ago
ClientConnection.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 years ago
ClientConnectionConfiguration+NIOSSL.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 years ago
ClientErrorDelegate.swift 4ea3cd016c Provide 'default' static functions for making client/server configuration (#1198) 4 years ago
ConnectionBackoff.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 years ago
ConnectionKeepalive.swift c88f038cde Use more specific NIO imports (#1239) 4 years ago
ConnectionManager+Delegates.swift 988ee3fcc9 Provide more context to failing RPCs from the connection pool (#1292) 4 years ago
ConnectionManager.swift 4eb40c8bd5 Tolerate channel error when connecting (#1349) 3 years ago
ConnectionManagerChannelProvider.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 years ago
ConnectivityState.swift 988ee3fcc9 Provide more context to failing RPCs from the connection pool (#1292) 4 years ago
DebugOnly.swift a59aa82fbc Add a connection pool manager (#1189) 4 years ago
DelegatingErrorHandler.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 years ago
Error+NIOSSL.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 years ago
EventLoopFuture+RecoverFromUncleanShutdown.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 years ago
FakeChannel.swift c88f038cde Use more specific NIO imports (#1239) 4 years ago
GRPCClient.swift c88f038cde Use more specific NIO imports (#1239) 4 years ago
GRPCClientChannelHandler.swift 906d48a835 Improve error message when length exceeds receive limit (#1247) 4 years ago
GRPCClientStateMachine.swift a9848c292d Remove client didSet state transition check (#1310) 4 years ago
GRPCContentType.swift c8b56b6607 Reorder some of the server logic. (#717) 5 years ago
GRPCError.swift e12afd310e Add 'cause' to more transformed statuses (#1306) 4 years ago
GRPCHeaderName.swift c8b56b6607 Reorder some of the server logic. (#717) 5 years ago
GRPCIdleHandler.swift c43be58103 Delay closing until the next loop tick (#1326) 4 years ago
GRPCIdleHandlerStateMachine.swift 6ec9effb54 Allow clients to shutdown gracefully (#1308) 4 years ago
GRPCKeepaliveHandlers.swift c88f038cde Use more specific NIO imports (#1239) 4 years ago
GRPCLogger.swift e180dfa7a5 Make the connection pool etc. inlinable 4 years ago
GRPCPayload.swift c88f038cde Use more specific NIO imports (#1239) 4 years ago
GRPCServerPipelineConfigurator.swift 4a7231f6aa Expose more http/2 configuration knobs (#1255) 4 years ago
GRPCServerRequestRoutingHandler.swift c88f038cde Use more specific NIO imports (#1239) 4 years ago
GRPCStatus.swift 4c9fc367f9 Add cause to GRPCStatus.descrpition if it is non-nil (#1357) 3 years ago
GRPCStatusAndMetadata.swift 256fe9ef70 Remove HTTP1 types from the public server API (#1017) 5 years ago
GRPCStatusMessageMarshaller.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 years ago
GRPCTLSConfiguration.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 years ago
GRPCTimeout.swift c88f038cde Use more specific NIO imports (#1239) 4 years ago
GRPCWebToHTTP2ServerCodec.swift c88f038cde Use more specific NIO imports (#1239) 4 years ago
HTTP2ToRawGRPCServerCodec.swift c88f038cde Use more specific NIO imports (#1239) 4 years ago
HTTP2ToRawGRPCStateMachine.swift c88f038cde Use more specific NIO imports (#1239) 4 years ago
InterceptorContextList.swift f97848d473 Make a bunch of server code inlinable (#1077) 5 years ago
LengthPrefixedMessageReader.swift 906d48a835 Improve error message when length exceeds receive limit (#1247) 4 years ago
LengthPrefixedMessageWriter.swift c88f038cde Use more specific NIO imports (#1239) 4 years ago
Logger.swift c88f038cde Use more specific NIO imports (#1239) 4 years ago
LoggingServerErrorDelegate.swift d4633f2ffe Allow loggers to be passed in (#902) 5 years ago
MessageEncodingHeaderValidator.swift 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) 5 years ago
PlatformSupport.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 years ago
ReadWriteStates.swift 906d48a835 Improve error message when length exceeds receive limit (#1247) 4 years ago
Ref.swift f97848d473 Make a bunch of server code inlinable (#1077) 5 years ago
Serialization.swift c88f038cde Use more specific NIO imports (#1239) 4 years ago
Server+NIOSSL.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 years ago
Server.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 years ago
ServerBuilder+NIOSSL.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 years ago
ServerBuilder.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 years ago
ServerChannelErrorHandler.swift c88f038cde Use more specific NIO imports (#1239) 4 years ago
ServerErrorDelegate.swift c88f038cde Use more specific NIO imports (#1239) 4 years ago
ServerErrorProcessor.swift 7dc737b5c1 Add cause to GRPCStatus.processingError for uncaught errors (#1356) 3 years ago
Stopwatch.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 years ago
StreamEvent.swift 6fb98266e0 Remove the requirement that messages conform to GRPCPayload on the server (#886) 5 years ago
TLSVerificationHandler.swift 8189eeeba6 Remove unused imports (#1266) 4 years ago
TimeLimit.swift c88f038cde Use more specific NIO imports (#1239) 4 years ago
UserInfo.swift c85a7efe87 Fix up some docs, add an faqs doc (#1121) 4 years ago
Version.swift 5cc08ebf77 Bump version number to 1.6.1 (#1332) 4 years ago
WebCORSHandler.swift c88f038cde Use more specific NIO imports (#1239) 4 years ago
WriteCapturingHandler.swift c88f038cde Use more specific NIO imports (#1239) 4 years ago
_EmbeddedThroughput.swift c88f038cde Use more specific NIO imports (#1239) 4 years ago
_FakeResponseStream.swift c88f038cde Use more specific NIO imports (#1239) 4 years ago
_GRPCClientCodecHandler.swift c88f038cde Use more specific NIO imports (#1239) 4 years ago
_MessageContext.swift 6fb98266e0 Remove the requirement that messages conform to GRPCPayload on the server (#886) 5 years ago