George Barnett 466cc881f1 Update version to 1.8.0 (#1437) vor 3 Jahren
..
AsyncAwaitSupport 41b9c16be7 Remove preconcurrency imports of NIOHPACK (#1435) vor 3 Jahren
CallHandlers bd7f40a8fe [async-await] Base types for server implementation (#1249) vor 4 Jahren
ClientCalls a6e3dc5b23 Merge branch '1.7.1-async-await' into gb-merge-async vor 3 Jahren
Compression 305677ed3b Make clients sendable (#1386) vor 3 Jahren
ConnectionPool a6e3dc5b23 Merge branch '1.7.1-async-await' into gb-merge-async vor 3 Jahren
GRPCChannel 833f7f431d Make `Sendable` protocols `@preconcurrency` (#1429) vor 3 Jahren
Interceptor a6e3dc5b23 Merge branch '1.7.1-async-await' into gb-merge-async vor 3 Jahren
ServerCallContexts c88f038cde Use more specific NIO imports (#1239) vor 4 Jahren
Array+BoundsCheck.swift cb88f35a8a Add scaffolding for client interceptors (#986) vor 5 Jahren
CallOptions.swift 41b9c16be7 Remove preconcurrency imports of NIOHPACK (#1435) vor 3 Jahren
ClientConnection.swift a6e3dc5b23 Merge branch '1.7.1-async-await' into gb-merge-async vor 3 Jahren
ClientConnectionConfiguration+NIOSSL.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) vor 4 Jahren
ClientErrorDelegate.swift 833f7f431d Make `Sendable` protocols `@preconcurrency` (#1429) vor 3 Jahren
ConnectionBackoff.swift 305677ed3b Make clients sendable (#1386) vor 3 Jahren
ConnectionKeepalive.swift 305677ed3b Make clients sendable (#1386) vor 3 Jahren
ConnectionManager+Delegates.swift 305677ed3b Make clients sendable (#1386) vor 3 Jahren
ConnectionManager.swift 305677ed3b Make clients sendable (#1386) vor 3 Jahren
ConnectionManagerChannelProvider.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) vor 4 Jahren
ConnectivityState.swift 833f7f431d Make `Sendable` protocols `@preconcurrency` (#1429) vor 3 Jahren
DebugOnly.swift a59aa82fbc Add a connection pool manager (#1189) vor 4 Jahren
DelegatingErrorHandler.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) vor 4 Jahren
Error+NIOSSL.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) vor 4 Jahren
EventLoopFuture+RecoverFromUncleanShutdown.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) vor 4 Jahren
FakeChannel.swift 305677ed3b Make clients sendable (#1386) vor 3 Jahren
GRPCClient.swift 833f7f431d Make `Sendable` protocols `@preconcurrency` (#1429) vor 3 Jahren
GRPCClientChannelHandler.swift 305677ed3b Make clients sendable (#1386) vor 3 Jahren
GRPCClientStateMachine.swift 80055e59b5 Update formatter vor 3 Jahren
GRPCContentType.swift c8b56b6607 Reorder some of the server logic. (#717) vor 5 Jahren
GRPCError.swift e12afd310e Add 'cause' to more transformed statuses (#1306) vor 4 Jahren
GRPCHeaderName.swift c8b56b6607 Reorder some of the server logic. (#717) vor 5 Jahren
GRPCIdleHandler.swift 80055e59b5 Update formatter vor 3 Jahren
GRPCIdleHandlerStateMachine.swift 593fe0fe93 Ignore state machine inputs in unexpected states (#1374) vor 3 Jahren
GRPCKeepaliveHandlers.swift 80055e59b5 Update formatter vor 3 Jahren
GRPCLogger.swift e180dfa7a5 Make the connection pool etc. inlinable vor 4 Jahren
GRPCPayload.swift c88f038cde Use more specific NIO imports (#1239) vor 4 Jahren
GRPCServerPipelineConfigurator.swift 80055e59b5 Update formatter vor 3 Jahren
GRPCServerRequestRoutingHandler.swift c88f038cde Use more specific NIO imports (#1239) vor 4 Jahren
GRPCServiceDescription.swift 305677ed3b Make clients sendable (#1386) vor 3 Jahren
GRPCStatus.swift b341dbb881 Add Sendable conformance to core async/await API (#1378) vor 3 Jahren
GRPCStatusAndMetadata.swift 256fe9ef70 Remove HTTP1 types from the public server API (#1017) vor 5 Jahren
GRPCStatusMessageMarshaller.swift 80055e59b5 Update formatter vor 3 Jahren
GRPCTLSConfiguration.swift 305677ed3b Make clients sendable (#1386) vor 3 Jahren
GRPCTimeout.swift 80055e59b5 Update formatter vor 3 Jahren
GRPCWebToHTTP2ServerCodec.swift 80055e59b5 Update formatter vor 3 Jahren
HTTP2ToRawGRPCServerCodec.swift c88f038cde Use more specific NIO imports (#1239) vor 4 Jahren
HTTP2ToRawGRPCStateMachine.swift 80055e59b5 Update formatter vor 3 Jahren
InterceptorContextList.swift f97848d473 Make a bunch of server code inlinable (#1077) vor 5 Jahren
LengthPrefixedMessageReader.swift 906d48a835 Improve error message when length exceeds receive limit (#1247) vor 4 Jahren
LengthPrefixedMessageWriter.swift 80055e59b5 Update formatter vor 3 Jahren
Logger.swift c88f038cde Use more specific NIO imports (#1239) vor 4 Jahren
LoggingServerErrorDelegate.swift d4633f2ffe Allow loggers to be passed in (#902) vor 5 Jahren
MessageEncodingHeaderValidator.swift 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) vor 5 Jahren
PlatformSupport.swift e1a0025a60 allow client/server to be initialised with a connected socket (#1385) vor 3 Jahren
ReadWriteStates.swift 906d48a835 Improve error message when length exceeds receive limit (#1247) vor 4 Jahren
Ref.swift f97848d473 Make a bunch of server code inlinable (#1077) vor 5 Jahren
Serialization.swift c88f038cde Use more specific NIO imports (#1239) vor 4 Jahren
Server+NIOSSL.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) vor 4 Jahren
Server.swift e1a0025a60 allow client/server to be initialised with a connected socket (#1385) vor 3 Jahren
ServerBuilder+NIOSSL.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) vor 4 Jahren
ServerBuilder.swift e1a0025a60 allow client/server to be initialised with a connected socket (#1385) vor 3 Jahren
ServerChannelErrorHandler.swift c88f038cde Use more specific NIO imports (#1239) vor 4 Jahren
ServerErrorDelegate.swift 80055e59b5 Update formatter vor 3 Jahren
ServerErrorProcessor.swift 7dc737b5c1 Add cause to GRPCStatus.processingError for uncaught errors (#1356) vor 3 Jahren
Stopwatch.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) vor 5 Jahren
StreamEvent.swift 6fb98266e0 Remove the requirement that messages conform to GRPCPayload on the server (#886) vor 5 Jahren
TLSVerificationHandler.swift 8189eeeba6 Remove unused imports (#1266) vor 4 Jahren
TimeLimit.swift 305677ed3b Make clients sendable (#1386) vor 3 Jahren
UserInfo.swift c85a7efe87 Fix up some docs, add an faqs doc (#1121) vor 4 Jahren
Version.swift 466cc881f1 Update version to 1.8.0 (#1437) vor 3 Jahren
WebCORSHandler.swift c88f038cde Use more specific NIO imports (#1239) vor 4 Jahren
WriteCapturingHandler.swift c88f038cde Use more specific NIO imports (#1239) vor 4 Jahren
_EmbeddedThroughput.swift c88f038cde Use more specific NIO imports (#1239) vor 4 Jahren
_FakeResponseStream.swift c88f038cde Use more specific NIO imports (#1239) vor 4 Jahren
_GRPCClientCodecHandler.swift c88f038cde Use more specific NIO imports (#1239) vor 4 Jahren
_MessageContext.swift 6fb98266e0 Remove the requirement that messages conform to GRPCPayload on the server (#886) vor 5 Jahren