George Barnett b341dbb881 Add Sendable conformance to core async/await API (#1378) il y a 3 ans
..
AsyncAwaitSupport b341dbb881 Add Sendable conformance to core async/await API (#1378) il y a 3 ans
CallHandlers bd7f40a8fe [async-await] Base types for server implementation (#1249) il y a 4 ans
ClientCalls 3808814a02 [async-await] Base types for client implementation (#1243) il y a 4 ans
Compression b341dbb881 Add Sendable conformance to core async/await API (#1378) il y a 3 ans
ConnectionPool df6a583cfe Propagate request ID for channel pool (#1328) il y a 4 ans
GRPCChannel 83267df08d Allow gRPC to be built without NIOSSL (#1311) il y a 4 ans
Interceptor b341dbb881 Add Sendable conformance to core async/await API (#1378) il y a 3 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 df6a583cfe Propagate request ID for channel pool (#1328) il y a 4 ans
ClientConnection.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) il y a 4 ans
ClientConnectionConfiguration+NIOSSL.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 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 988ee3fcc9 Provide more context to failing RPCs from the connection pool (#1292) il y a 4 ans
ConnectionManager.swift 4eb40c8bd5 Tolerate channel error when connecting (#1349) il y a 3 ans
ConnectionManagerChannelProvider.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) il y a 4 ans
ConnectivityState.swift 988ee3fcc9 Provide more context to failing RPCs from the connection pool (#1292) il y a 4 ans
DebugOnly.swift a59aa82fbc Add a connection pool manager (#1189) il y a 4 ans
DelegatingErrorHandler.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) il y a 4 ans
Error+NIOSSL.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) il y a 4 ans
EventLoopFuture+RecoverFromUncleanShutdown.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 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 6e6bdeb8db Generate static service metadata (#1322) il y a 4 ans
GRPCClientStateMachine.swift a9848c292d Remove client didSet state transition check (#1310) il y a 4 ans
GRPCContentType.swift c8b56b6607 Reorder some of the server logic. (#717) il y a 5 ans
GRPCError.swift e12afd310e Add 'cause' to more transformed statuses (#1306) il y a 4 ans
GRPCHeaderName.swift c8b56b6607 Reorder some of the server logic. (#717) il y a 5 ans
GRPCIdleHandler.swift 61f63a71d3 Delay closing until the next loop tick (#1326) (#1335) il y a 4 ans
GRPCIdleHandlerStateMachine.swift 6ec9effb54 Allow clients to shutdown gracefully (#1308) il y a 4 ans
GRPCKeepaliveHandlers.swift c88f038cde Use more specific NIO imports (#1239) il y a 4 ans
GRPCLogger.swift e180dfa7a5 Make the connection pool etc. inlinable 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
GRPCServiceDescription.swift 6e6bdeb8db Generate static service metadata (#1322) il y a 4 ans
GRPCStatus.swift b341dbb881 Add Sendable conformance to core async/await API (#1378) il y a 3 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 83267df08d Allow gRPC to be built without NIOSSL (#1311) 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 83267df08d Allow gRPC to be built without NIOSSL (#1311) 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+NIOSSL.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) il y a 4 ans
Server.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) il y a 4 ans
ServerBuilder+NIOSSL.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) il y a 4 ans
ServerBuilder.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 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 7dc737b5c1 Add cause to GRPCStatus.processingError for uncaught errors (#1356) il y a 3 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
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 4 ans
Version.swift 4ca9bcf161 Merge tag '1.7.1' into gb-update-async-await il y a 3 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