Gustavo Cairo e1ef29d8a3 Update `release` GitHub workflow action (#1847) 1 년 전
..
AsyncAwaitSupport b76f4b4d69 Re-format code 2 년 전
CallHandlers b76f4b4d69 Re-format code 2 년 전
ClientCalls b76f4b4d69 Re-format code 2 년 전
Compression b76f4b4d69 Re-format code 2 년 전
ConnectionPool ec5b39631f Add a minimum connections configuration to the ConnectionPool (#1822) 1 년 전
Docs.docc e1ef29d8a3 Update `release` GitHub workflow action (#1847) 1 년 전
GRPCChannel b76f4b4d69 Re-format code 2 년 전
Interceptor b76f4b4d69 Re-format code 2 년 전
ServerCallContexts b76f4b4d69 Re-format code 2 년 전
Array+BoundsCheck.swift cb88f35a8a Add scaffolding for client interceptors (#986) 5 년 전
CallOptions.swift b76f4b4d69 Re-format code 2 년 전
ClientConnection.swift ec5b39631f Add a minimum connections configuration to the ConnectionPool (#1822) 1 년 전
ClientConnectionConfiguration+NIOSSL.swift b76f4b4d69 Re-format code 2 년 전
ClientErrorDelegate.swift a0d57279af Add index docc page and fix comment links (#1473) 3 년 전
CoalescingLengthPrefixedMessageWriter.swift e71050720b Add a coalescing writer (#1537) 3 년 전
ConnectionBackoff.swift d2d60e6e79 Drop support for Swift 5.5 (#1585) 2 년 전
ConnectionKeepalive.swift 1c19d3f00b Convenience method to jitter keepalive interval (#1697) 2 년 전
ConnectionManager+Delegates.swift b76f4b4d69 Re-format code 2 년 전
ConnectionManager.swift ec5b39631f Add a minimum connections configuration to the ConnectionPool (#1822) 1 년 전
ConnectionManagerChannelProvider.swift b76f4b4d69 Re-format code 2 년 전
ConnectivityState.swift b76f4b4d69 Re-format code 2 년 전
DebugOnly.swift b76f4b4d69 Re-format code 2 년 전
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 b76f4b4d69 Re-format code 2 년 전
GRPCClient.swift d2d60e6e79 Drop support for Swift 5.5 (#1585) 2 년 전
GRPCClientChannelHandler.swift b76f4b4d69 Re-format code 2 년 전
GRPCClientStateMachine.swift b76f4b4d69 Re-format code 2 년 전
GRPCContentType.swift b76f4b4d69 Re-format code 2 년 전
GRPCError.swift 038c22f024 Handle non-200 status codes more gracefully (#1613) 2 년 전
GRPCHeaderName.swift c8b56b6607 Reorder some of the server logic. (#717) 5 년 전
GRPCIdleHandler.swift ec5b39631f Add a minimum connections configuration to the ConnectionPool (#1822) 1 년 전
GRPCIdleHandlerStateMachine.swift 61b7262e53 Notify of quiescing when there are no open streams (#1819) 1 년 전
GRPCKeepaliveHandlers.swift b76f4b4d69 Re-format code 2 년 전
GRPCLogger.swift d7f2a53b0a Use #fileID/#filePath instead of #file (#1518) 3 년 전
GRPCPayload.swift c88f038cde Use more specific NIO imports (#1239) 4 년 전
GRPCServerPipelineConfigurator.swift b28658fb83 Add some missing Sendable annotations (#1702) 2 년 전
GRPCServerRequestRoutingHandler.swift a0d57279af Add index docc page and fix comment links (#1473) 3 년 전
GRPCServiceDescription.swift d2d60e6e79 Drop support for Swift 5.5 (#1585) 2 년 전
GRPCStatus.swift d2d60e6e79 Drop support for Swift 5.5 (#1585) 2 년 전
GRPCStatusAndMetadata.swift a0d57279af Add index docc page and fix comment links (#1473) 3 년 전
GRPCStatusMessageMarshaller.swift b76f4b4d69 Re-format code 2 년 전
GRPCTLSConfiguration.swift b76f4b4d69 Re-format code 2 년 전
GRPCTimeout.swift 80055e59b5 Update formatter 3 년 전
GRPCWebToHTTP2ServerCodec.swift b76f4b4d69 Re-format code 2 년 전
HTTP2ToRawGRPCServerCodec.swift b76f4b4d69 Re-format code 2 년 전
HTTP2ToRawGRPCStateMachine.swift b76f4b4d69 Re-format code 2 년 전
InterceptorContextList.swift f97848d473 Make a bunch of server code inlinable (#1077) 5 년 전
LengthPrefixedMessageReader.swift b76f4b4d69 Re-format code 2 년 전
Logger.swift 663a85221e Additional keepalive diagnostics (#1692) 2 년 전
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 b76f4b4d69 Re-format code 2 년 전
ReadWriteStates.swift b76f4b4d69 Re-format code 2 년 전
Ref.swift f97848d473 Make a bunch of server code inlinable (#1077) 5 년 전
Serialization.swift b76f4b4d69 Re-format code 2 년 전
Server+NIOSSL.swift b76f4b4d69 Re-format code 2 년 전
Server.swift b76f4b4d69 Re-format code 2 년 전
ServerBuilder+NIOSSL.swift b76f4b4d69 Re-format code 2 년 전
ServerBuilder.swift fdf0a8175e Allow binding to a socket address via server builder (#1686) 2 년 전
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 b76f4b4d69 Re-format code 2 년 전
TimeLimit.swift d2d60e6e79 Drop support for Swift 5.5 (#1585) 2 년 전
UserInfo.swift b76f4b4d69 Re-format code 2 년 전
Version.swift 393b02b1c3 Update Version.swift (#1846) 1 년 전
WebCORSHandler.swift b76f4b4d69 Re-format code 2 년 전
WriteCapturingHandler.swift c88f038cde Use more specific NIO imports (#1239) 4 년 전
_EmbeddedThroughput.swift b76f4b4d69 Re-format code 2 년 전
_FakeResponseStream.swift b76f4b4d69 Re-format code 2 년 전
_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 년 전