George Barnett 5d0cf1c7b2 Bump version number to 1.21.1 (#1798) 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 25c33fd541 Additional logging for connection pool (#1795) 1 年間 前
Docs.docc d090cf4fa2 Drop Swift 5.6 (#1657) 2 年 前
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 b76f4b4d69 Re-format code 2 年 前
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 25c33fd541 Additional logging for connection pool (#1795) 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 be8e15dd72 Better waiter errors with NIOTS (#1775) 1 年間 前
GRPCIdleHandlerStateMachine.swift aeff23a753 Fix last peer initiated stream ID when quiescing (#1700) 2 年 前
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 5d0cf1c7b2 Bump version number to 1.21.1 (#1798) 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 年 前