Si Beaumont 183fd1dde2 [async-await] Support for sending response headers via context (#1262) 4 vuotta sitten
..
AsyncAwaitSupport 183fd1dde2 [async-await] Support for sending response headers via context (#1262) 4 vuotta sitten
CallHandlers bd7f40a8fe [async-await] Base types for server implementation (#1249) 4 vuotta sitten
ClientCalls 3808814a02 [async-await] Base types for client implementation (#1243) 4 vuotta sitten
Compression c88f038cde Use more specific NIO imports (#1239) 4 vuotta sitten
ConnectionPool 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 vuotta sitten
GRPCChannel 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 vuotta sitten
Interceptor e12afd310e Add 'cause' to more transformed statuses (#1306) 4 vuotta sitten
ServerCallContexts c88f038cde Use more specific NIO imports (#1239) 4 vuotta sitten
Array+BoundsCheck.swift cb88f35a8a Add scaffolding for client interceptors (#986) 5 vuotta sitten
CallOptions.swift e180dfa7a5 Make the connection pool etc. inlinable 4 vuotta sitten
ClientConnection.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 vuotta sitten
ClientConnectionConfiguration+NIOSSL.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 vuotta sitten
ClientErrorDelegate.swift 4ea3cd016c Provide 'default' static functions for making client/server configuration (#1198) 4 vuotta sitten
ConnectionBackoff.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 vuotta sitten
ConnectionKeepalive.swift c88f038cde Use more specific NIO imports (#1239) 4 vuotta sitten
ConnectionManager+Delegates.swift 988ee3fcc9 Provide more context to failing RPCs from the connection pool (#1292) 4 vuotta sitten
ConnectionManager.swift 6ec9effb54 Allow clients to shutdown gracefully (#1308) 4 vuotta sitten
ConnectionManagerChannelProvider.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 vuotta sitten
ConnectivityState.swift 988ee3fcc9 Provide more context to failing RPCs from the connection pool (#1292) 4 vuotta sitten
DebugOnly.swift a59aa82fbc Add a connection pool manager (#1189) 4 vuotta sitten
DelegatingErrorHandler.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 vuotta sitten
Error+NIOSSL.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 vuotta sitten
EventLoopFuture+RecoverFromUncleanShutdown.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 vuotta sitten
FakeChannel.swift c88f038cde Use more specific NIO imports (#1239) 4 vuotta sitten
GRPCClient.swift c88f038cde Use more specific NIO imports (#1239) 4 vuotta sitten
GRPCClientChannelHandler.swift 906d48a835 Improve error message when length exceeds receive limit (#1247) 4 vuotta sitten
GRPCClientStateMachine.swift a9848c292d Remove client didSet state transition check (#1310) 4 vuotta sitten
GRPCContentType.swift c8b56b6607 Reorder some of the server logic. (#717) 5 vuotta sitten
GRPCError.swift e12afd310e Add 'cause' to more transformed statuses (#1306) 4 vuotta sitten
GRPCHeaderName.swift c8b56b6607 Reorder some of the server logic. (#717) 5 vuotta sitten
GRPCIdleHandler.swift c88f038cde Use more specific NIO imports (#1239) 4 vuotta sitten
GRPCIdleHandlerStateMachine.swift 6ec9effb54 Allow clients to shutdown gracefully (#1308) 4 vuotta sitten
GRPCKeepaliveHandlers.swift c88f038cde Use more specific NIO imports (#1239) 4 vuotta sitten
GRPCLogger.swift e180dfa7a5 Make the connection pool etc. inlinable 4 vuotta sitten
GRPCPayload.swift c88f038cde Use more specific NIO imports (#1239) 4 vuotta sitten
GRPCServerPipelineConfigurator.swift 4a7231f6aa Expose more http/2 configuration knobs (#1255) 4 vuotta sitten
GRPCServerRequestRoutingHandler.swift c88f038cde Use more specific NIO imports (#1239) 4 vuotta sitten
GRPCStatus.swift a537f810df Add a 'cause' to 'GRPCStatus' (#1290) 4 vuotta sitten
GRPCStatusAndMetadata.swift 256fe9ef70 Remove HTTP1 types from the public server API (#1017) 5 vuotta sitten
GRPCStatusMessageMarshaller.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 vuotta sitten
GRPCTLSConfiguration.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 vuotta sitten
GRPCTimeout.swift c88f038cde Use more specific NIO imports (#1239) 4 vuotta sitten
GRPCWebToHTTP2ServerCodec.swift c88f038cde Use more specific NIO imports (#1239) 4 vuotta sitten
HTTP2ToRawGRPCServerCodec.swift c88f038cde Use more specific NIO imports (#1239) 4 vuotta sitten
HTTP2ToRawGRPCStateMachine.swift c88f038cde Use more specific NIO imports (#1239) 4 vuotta sitten
InterceptorContextList.swift f97848d473 Make a bunch of server code inlinable (#1077) 5 vuotta sitten
LengthPrefixedMessageReader.swift 906d48a835 Improve error message when length exceeds receive limit (#1247) 4 vuotta sitten
LengthPrefixedMessageWriter.swift c88f038cde Use more specific NIO imports (#1239) 4 vuotta sitten
Logger.swift c88f038cde Use more specific NIO imports (#1239) 4 vuotta sitten
LoggingServerErrorDelegate.swift d4633f2ffe Allow loggers to be passed in (#902) 5 vuotta sitten
MessageEncodingHeaderValidator.swift 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) 5 vuotta sitten
PlatformSupport.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 vuotta sitten
ReadWriteStates.swift 906d48a835 Improve error message when length exceeds receive limit (#1247) 4 vuotta sitten
Ref.swift f97848d473 Make a bunch of server code inlinable (#1077) 5 vuotta sitten
Serialization.swift c88f038cde Use more specific NIO imports (#1239) 4 vuotta sitten
Server+NIOSSL.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 vuotta sitten
Server.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 vuotta sitten
ServerBuilder+NIOSSL.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 vuotta sitten
ServerBuilder.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 vuotta sitten
ServerChannelErrorHandler.swift c88f038cde Use more specific NIO imports (#1239) 4 vuotta sitten
ServerErrorDelegate.swift c88f038cde Use more specific NIO imports (#1239) 4 vuotta sitten
ServerErrorProcessor.swift a45db1b439 Scaffolding for better server codegen (#1093) 4 vuotta sitten
Stopwatch.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 vuotta sitten
StreamEvent.swift 6fb98266e0 Remove the requirement that messages conform to GRPCPayload on the server (#886) 5 vuotta sitten
TLSVerificationHandler.swift 8189eeeba6 Remove unused imports (#1266) 4 vuotta sitten
TimeLimit.swift c88f038cde Use more specific NIO imports (#1239) 4 vuotta sitten
UserInfo.swift c85a7efe87 Fix up some docs, add an faqs doc (#1121) 4 vuotta sitten
Version.swift c48b15ec86 Bump version number to 1.6.0 (#1314) 4 vuotta sitten
WebCORSHandler.swift c88f038cde Use more specific NIO imports (#1239) 4 vuotta sitten
WriteCapturingHandler.swift c88f038cde Use more specific NIO imports (#1239) 4 vuotta sitten
_EmbeddedThroughput.swift c88f038cde Use more specific NIO imports (#1239) 4 vuotta sitten
_FakeResponseStream.swift c88f038cde Use more specific NIO imports (#1239) 4 vuotta sitten
_GRPCClientCodecHandler.swift c88f038cde Use more specific NIO imports (#1239) 4 vuotta sitten
_MessageContext.swift 6fb98266e0 Remove the requirement that messages conform to GRPCPayload on the server (#886) 5 vuotta sitten