Si Beaumont a93d252523 Move to completed state before cancelling task during finish() (#1302) il y a 4 ans
..
AsyncAwaitSupport a93d252523 Move to completed state before cancelling task during finish() (#1302) il y a 4 ans
CallHandlers a64e34bd74 [async-await] Base types for server implementation (#1249) il y a 4 ans
ClientCalls 8e0e1a3abd [async-await] Base types for client implementation (#1243) il y a 4 ans
Compression c88f038cde Use more specific NIO imports (#1239) il y a 4 ans
ConnectionPool c88f038cde Use more specific NIO imports (#1239) il y a 4 ans
GRPCChannel 8189eeeba6 Remove unused imports (#1266) il y a 4 ans
Interceptor 03010c784c Extend lifetime of client interceptor pipeline (#1265) il y a 4 ans
ServerCallContexts c88f038cde Use more specific NIO imports (#1239) il y a 4 ans
Array+BoundsCheck.swift cb88f35a8a Add scaffolding for client interceptors (#986) il y a 5 ans
CallOptions.swift c88f038cde Use more specific NIO imports (#1239) il y a 4 ans
ClientConnection.swift b52d7e2771 Raise the default HTTP/2 target window size (#1248) il y a 4 ans
ClientErrorDelegate.swift 4ea3cd016c Provide 'default' static functions for making client/server configuration (#1198) il y a 4 ans
ConnectionBackoff.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) il y a 5 ans
ConnectionKeepalive.swift c88f038cde Use more specific NIO imports (#1239) il y a 4 ans
ConnectionManager+Delegates.swift 71b338013d Extract the connection monitor from the connection manager (#1173) il y a 4 ans
ConnectionManager.swift c88f038cde Use more specific NIO imports (#1239) il y a 4 ans
ConnectionManagerChannelProvider.swift 4a7231f6aa Expose more http/2 configuration knobs (#1255) il y a 4 ans
ConnectivityState.swift c88f038cde Use more specific NIO imports (#1239) il y a 4 ans
DebugOnly.swift a59aa82fbc Add a connection pool manager (#1189) il y a 4 ans
DelegatingErrorHandler.swift c88f038cde Use more specific NIO imports (#1239) il y a 4 ans
FakeChannel.swift c88f038cde Use more specific NIO imports (#1239) il y a 4 ans
GRPCClient.swift c88f038cde Use more specific NIO imports (#1239) il y a 4 ans
GRPCClientChannelHandler.swift 906d48a835 Improve error message when length exceeds receive limit (#1247) il y a 4 ans
GRPCClientStateMachine.swift c88f038cde Use more specific NIO imports (#1239) il y a 4 ans
GRPCContentType.swift c8b56b6607 Reorder some of the server logic. (#717) il y a 6 ans
GRPCError.swift 906d48a835 Improve error message when length exceeds receive limit (#1247) il y a 4 ans
GRPCHeaderName.swift c8b56b6607 Reorder some of the server logic. (#717) il y a 6 ans
GRPCIdleHandler.swift c88f038cde Use more specific NIO imports (#1239) il y a 4 ans
GRPCIdleHandlerStateMachine.swift c88f038cde Use more specific NIO imports (#1239) il y a 4 ans
GRPCKeepaliveHandlers.swift c88f038cde Use more specific NIO imports (#1239) il y a 4 ans
GRPCLogger.swift c88f038cde Use more specific NIO imports (#1239) il y a 4 ans
GRPCPayload.swift c88f038cde Use more specific NIO imports (#1239) il y a 4 ans
GRPCServerPipelineConfigurator.swift 4a7231f6aa Expose more http/2 configuration knobs (#1255) il y a 4 ans
GRPCServerRequestRoutingHandler.swift c88f038cde Use more specific NIO imports (#1239) il y a 4 ans
GRPCStatus.swift c88f038cde Use more specific NIO imports (#1239) il y a 4 ans
GRPCStatusAndMetadata.swift 256fe9ef70 Remove HTTP1 types from the public server API (#1017) il y a 5 ans
GRPCStatusMessageMarshaller.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) il y a 5 ans
GRPCTLSConfiguration.swift 1553d743fa Fix watchOS availability guard for Network.framework TLS (#1233) il y a 4 ans
GRPCTimeout.swift c88f038cde Use more specific NIO imports (#1239) il y a 4 ans
GRPCWebToHTTP2ServerCodec.swift c88f038cde Use more specific NIO imports (#1239) il y a 4 ans
HTTP2ToRawGRPCServerCodec.swift c88f038cde Use more specific NIO imports (#1239) il y a 4 ans
HTTP2ToRawGRPCStateMachine.swift c88f038cde Use more specific NIO imports (#1239) il y a 4 ans
InterceptorContextList.swift f97848d473 Make a bunch of server code inlinable (#1077) il y a 5 ans
LengthPrefixedMessageReader.swift 906d48a835 Improve error message when length exceeds receive limit (#1247) il y a 4 ans
LengthPrefixedMessageWriter.swift c88f038cde Use more specific NIO imports (#1239) il y a 4 ans
Logger.swift c88f038cde Use more specific NIO imports (#1239) il y a 4 ans
LoggingServerErrorDelegate.swift d4633f2ffe Allow loggers to be passed in (#902) il y a 5 ans
MessageEncodingHeaderValidator.swift 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) il y a 5 ans
PlatformSupport.swift c88f038cde Use more specific NIO imports (#1239) il y a 4 ans
ReadWriteStates.swift 906d48a835 Improve error message when length exceeds receive limit (#1247) il y a 4 ans
Ref.swift f97848d473 Make a bunch of server code inlinable (#1077) il y a 5 ans
Serialization.swift c88f038cde Use more specific NIO imports (#1239) il y a 4 ans
Server.swift b52d7e2771 Raise the default HTTP/2 target window size (#1248) il y a 4 ans
ServerBuilder.swift b52d7e2771 Raise the default HTTP/2 target window size (#1248) il y a 4 ans
ServerChannelErrorHandler.swift c88f038cde Use more specific NIO imports (#1239) il y a 4 ans
ServerErrorDelegate.swift c88f038cde Use more specific NIO imports (#1239) il y a 4 ans
ServerErrorProcessor.swift a45db1b439 Scaffolding for better server codegen (#1093) il y a 5 ans
Stopwatch.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) il y a 5 ans
StreamEvent.swift 6fb98266e0 Remove the requirement that messages conform to GRPCPayload on the server (#886) il y a 5 ans
TLSConfiguration.swift 725154a554 Add support for Network.framework TLS options (#1221) il y a 4 ans
TLSVerificationHandler.swift 8189eeeba6 Remove unused imports (#1266) il y a 4 ans
TimeLimit.swift c88f038cde Use more specific NIO imports (#1239) il y a 4 ans
UserInfo.swift c85a7efe87 Fix up some docs, add an faqs doc (#1121) il y a 5 ans
Version.swift 73d81843fd Bump version number to 1.4.1-async-await.2 (#1291) il y a 4 ans
WebCORSHandler.swift c88f038cde Use more specific NIO imports (#1239) il y a 4 ans
WriteCapturingHandler.swift c88f038cde Use more specific NIO imports (#1239) il y a 4 ans
_EmbeddedThroughput.swift c88f038cde Use more specific NIO imports (#1239) il y a 4 ans
_FakeResponseStream.swift c88f038cde Use more specific NIO imports (#1239) il y a 4 ans
_GRPCClientCodecHandler.swift c88f038cde Use more specific NIO imports (#1239) il y a 4 ans
_MessageContext.swift 6fb98266e0 Remove the requirement that messages conform to GRPCPayload on the server (#886) il y a 5 ans