George Barnett b1a5093641 Make request/response parts conditionally sendable (#1523) 3 роки тому
..
AsyncAwaitSupport 95e6a8213f Allow to `finish()` GRPCAsyncRequestStreamWriter sync, non-throwing (#1504) 3 роки тому
CallHandlers a0d57279af Add index docc page and fix comment links (#1473) 3 роки тому
ClientCalls a0d57279af Add index docc page and fix comment links (#1473) 3 роки тому
Compression a0d57279af Add index docc page and fix comment links (#1473) 3 роки тому
ConnectionPool 184230a938 Add a connection pool delegate (#1515) 3 роки тому
Docs.docc 75030dddf5 Raise minimum Swift version to 5.5 (#1483) 3 роки тому
GRPCChannel a6e90574ec Fix sendable warnings (#1513) 3 роки тому
Interceptor b1a5093641 Make request/response parts conditionally sendable (#1523) 3 роки тому
ServerCallContexts a0d57279af Add index docc page and fix comment links (#1473) 3 роки тому
Array+BoundsCheck.swift cb88f35a8a Add scaffolding for client interceptors (#986) 5 роки тому
CallOptions.swift 1579a9c082 Fix preconcurrency warnings (#1480) 3 роки тому
ClientConnection.swift a6e90574ec Fix sendable warnings (#1513) 3 роки тому
ClientConnectionConfiguration+NIOSSL.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 роки тому
ClientErrorDelegate.swift a0d57279af Add index docc page and fix comment links (#1473) 3 роки тому
ConnectionBackoff.swift a0d57279af Add index docc page and fix comment links (#1473) 3 роки тому
ConnectionKeepalive.swift 1579a9c082 Fix preconcurrency warnings (#1480) 3 роки тому
ConnectionManager+Delegates.swift 184230a938 Add a connection pool delegate (#1515) 3 роки тому
ConnectionManager.swift d7f2a53b0a Use #fileID/#filePath instead of #file (#1518) 3 роки тому
ConnectionManagerChannelProvider.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 роки тому
ConnectivityState.swift dfc2ab0285 Update swift-nio version, allocation test max values and alloc-limits.sh (#1490) 3 роки тому
DebugOnly.swift a59aa82fbc Add a connection pool manager (#1189) 4 роки тому
DelegatingErrorHandler.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 роки тому
Error+NIOSSL.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 роки тому
EventLoopFuture+RecoverFromUncleanShutdown.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 роки тому
FakeChannel.swift 305677ed3b Make clients sendable (#1386) 3 роки тому
GRPCClient.swift a0d57279af Add index docc page and fix comment links (#1473) 3 роки тому
GRPCClientChannelHandler.swift 305677ed3b Make clients sendable (#1386) 3 роки тому
GRPCClientStateMachine.swift 80055e59b5 Update formatter 3 роки тому
GRPCContentType.swift c8b56b6607 Reorder some of the server logic. (#717) 6 роки тому
GRPCError.swift d7f2a53b0a Use #fileID/#filePath instead of #file (#1518) 3 роки тому
GRPCHeaderName.swift c8b56b6607 Reorder some of the server logic. (#717) 6 роки тому
GRPCIdleHandler.swift 184230a938 Add a connection pool delegate (#1515) 3 роки тому
GRPCIdleHandlerStateMachine.swift 593fe0fe93 Ignore state machine inputs in unexpected states (#1374) 3 роки тому
GRPCKeepaliveHandlers.swift 80055e59b5 Update formatter 3 роки тому
GRPCLogger.swift d7f2a53b0a Use #fileID/#filePath instead of #file (#1518) 3 роки тому
GRPCPayload.swift c88f038cde Use more specific NIO imports (#1239) 4 роки тому
GRPCServerPipelineConfigurator.swift 3677a71c74 Log TLS version (#1509) 3 роки тому
GRPCServerRequestRoutingHandler.swift a0d57279af Add index docc page and fix comment links (#1473) 3 роки тому
GRPCServiceDescription.swift 305677ed3b Make clients sendable (#1386) 3 роки тому
GRPCStatus.swift b341dbb881 Add Sendable conformance to core async/await API (#1378) 3 роки тому
GRPCStatusAndMetadata.swift a0d57279af Add index docc page and fix comment links (#1473) 3 роки тому
GRPCStatusMessageMarshaller.swift 80055e59b5 Update formatter 3 роки тому
GRPCTLSConfiguration.swift 305677ed3b Make clients sendable (#1386) 3 роки тому
GRPCTimeout.swift 80055e59b5 Update formatter 3 роки тому
GRPCWebToHTTP2ServerCodec.swift 80055e59b5 Update formatter 3 роки тому
HTTP2ToRawGRPCServerCodec.swift c88f038cde Use more specific NIO imports (#1239) 4 роки тому
HTTP2ToRawGRPCStateMachine.swift 80055e59b5 Update formatter 3 роки тому
InterceptorContextList.swift f97848d473 Make a bunch of server code inlinable (#1077) 5 роки тому
LengthPrefixedMessageReader.swift 906d48a835 Improve error message when length exceeds receive limit (#1247) 4 роки тому
LengthPrefixedMessageWriter.swift 80055e59b5 Update formatter 3 роки тому
Logger.swift 428c5c3058 Log when receiving GOAWAY frames (#1476) 3 роки тому
LoggingServerErrorDelegate.swift d4633f2ffe Allow loggers to be passed in (#902) 5 роки тому
MessageEncodingHeaderValidator.swift 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) 5 роки тому
PlatformSupport.swift d7f2a53b0a Use #fileID/#filePath instead of #file (#1518) 3 роки тому
ReadWriteStates.swift 906d48a835 Improve error message when length exceeds receive limit (#1247) 4 роки тому
Ref.swift f97848d473 Make a bunch of server code inlinable (#1077) 5 роки тому
Serialization.swift 9df1f25b53 Update test certs (#1522) 3 роки тому
Server+NIOSSL.swift a0d57279af Add index docc page and fix comment links (#1473) 3 роки тому
Server.swift a0d57279af Add index docc page and fix comment links (#1473) 3 роки тому
ServerBuilder+NIOSSL.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 роки тому
ServerBuilder.swift e1a0025a60 allow client/server to be initialised with a connected socket (#1385) 3 роки тому
ServerChannelErrorHandler.swift c88f038cde Use more specific NIO imports (#1239) 4 роки тому
ServerErrorDelegate.swift a0d57279af Add index docc page and fix comment links (#1473) 3 роки тому
ServerErrorProcessor.swift 16de20453c Adopt NIOAsyncWriter (#1493) 3 роки тому
Stopwatch.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 роки тому
StreamEvent.swift 6fb98266e0 Remove the requirement that messages conform to GRPCPayload on the server (#886) 5 роки тому
TLSVerificationHandler.swift 8189eeeba6 Remove unused imports (#1266) 4 роки тому
TLSVersion.swift 3677a71c74 Log TLS version (#1509) 3 роки тому
TimeLimit.swift 1579a9c082 Fix preconcurrency warnings (#1480) 3 роки тому
UserInfo.swift a0d57279af Add index docc page and fix comment links (#1473) 3 роки тому
Version.swift 3e17f2b847 Bump version number to 1.13.0 (#1519) 3 роки тому
WebCORSHandler.swift c88f038cde Use more specific NIO imports (#1239) 4 роки тому
WriteCapturingHandler.swift c88f038cde Use more specific NIO imports (#1239) 4 роки тому
_EmbeddedThroughput.swift c88f038cde Use more specific NIO imports (#1239) 4 роки тому
_FakeResponseStream.swift c88f038cde Use more specific NIO imports (#1239) 4 роки тому
_GRPCClientCodecHandler.swift c88f038cde Use more specific NIO imports (#1239) 4 роки тому
_MessageContext.swift 6fb98266e0 Remove the requirement that messages conform to GRPCPayload on the server (#886) 5 роки тому