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