Gus Cairo 5c58b63ca0 Update version to 1.25.0 (#2227) 7 months ago
..
AsyncAwaitSupport b76f4b4d69 Re-format code 2 years ago
CallHandlers b76f4b4d69 Re-format code 2 years ago
ClientCalls b76f4b4d69 Re-format code 2 years ago
Compression b76f4b4d69 Re-format code 2 years ago
ConnectionPool b4156752ab Expose max reset streams HTTP2 configuration (#2226) 7 months ago
Docs.docc 78da46d618 Raise minimum Swift version to 5.9 (#2064) 1 year ago
GRPCChannel b76f4b4d69 Re-format code 2 years ago
Interceptor 6ee1ed29e1 Remove GRPCLogger (#1853) 1 year ago
ServerCallContexts b76f4b4d69 Re-format code 2 years ago
Array+BoundsCheck.swift cb88f35a8a Add scaffolding for client interceptors (#986) 5 years ago
CallOptions.swift b76f4b4d69 Re-format code 2 years ago
ClientConnection.swift b4156752ab Expose max reset streams HTTP2 configuration (#2226) 7 months ago
ClientConnectionConfiguration+NIOSSL.swift b76f4b4d69 Re-format code 2 years ago
ClientErrorDelegate.swift a0d57279af Add index docc page and fix comment links (#1473) 3 years ago
CoalescingLengthPrefixedMessageWriter.swift e71050720b Add a coalescing writer (#1537) 3 years ago
ConnectionBackoff.swift d2d60e6e79 Drop support for Swift 5.5 (#1585) 2 years ago
ConnectionKeepalive.swift 1c19d3f00b Convenience method to jitter keepalive interval (#1697) 2 years ago
ConnectionManager+Delegates.swift b76f4b4d69 Re-format code 2 years ago
ConnectionManager.swift 26e177e634 Add subpool stats (#1852) 1 year ago
ConnectionManagerChannelProvider.swift b4156752ab Expose max reset streams HTTP2 configuration (#2226) 7 months ago
ConnectivityState.swift b76f4b4d69 Re-format code 2 years ago
DebugOnly.swift b76f4b4d69 Re-format code 2 years ago
DelegatingErrorHandler.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 years ago
Error+NIOSSL.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 years ago
EventLoopFuture+RecoverFromUncleanShutdown.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 years ago
FakeChannel.swift b76f4b4d69 Re-format code 2 years ago
GRPCClient.swift d2d60e6e79 Drop support for Swift 5.5 (#1585) 2 years ago
GRPCClientChannelHandler.swift 6ee1ed29e1 Remove GRPCLogger (#1853) 1 year ago
GRPCClientStateMachine.swift b76f4b4d69 Re-format code 2 years ago
GRPCContentType.swift b76f4b4d69 Re-format code 2 years ago
GRPCError.swift 038c22f024 Handle non-200 status codes more gracefully (#1613) 2 years ago
GRPCHeaderName.swift c8b56b6607 Reorder some of the server logic. (#717) 5 years ago
GRPCIdleHandler.swift ec5b39631f Add a minimum connections configuration to the ConnectionPool (#1822) 1 year ago
GRPCIdleHandlerStateMachine.swift 61b7262e53 Notify of quiescing when there are no open streams (#1819) 1 year ago
GRPCKeepaliveHandlers.swift b76f4b4d69 Re-format code 2 years ago
GRPCPayload.swift c88f038cde Use more specific NIO imports (#1239) 4 years ago
GRPCServerPipelineConfigurator.swift b4156752ab Expose max reset streams HTTP2 configuration (#2226) 7 months ago
GRPCServerRequestRoutingHandler.swift a0d57279af Add index docc page and fix comment links (#1473) 3 years ago
GRPCServiceDescription.swift d2d60e6e79 Drop support for Swift 5.5 (#1585) 2 years ago
GRPCStatus.swift d2d60e6e79 Drop support for Swift 5.5 (#1585) 2 years ago
GRPCStatusAndMetadata.swift d38e16bb9d Make GRPCStatusAndTrailers `Sendable` (#2204) 8 months ago
GRPCStatusMessageMarshaller.swift b76f4b4d69 Re-format code 2 years ago
GRPCTLSConfiguration.swift b76f4b4d69 Re-format code 2 years ago
GRPCTimeout.swift 80055e59b5 Update formatter 3 years ago
GRPCWebToHTTP2ServerCodec.swift b76f4b4d69 Re-format code 2 years ago
HTTP2ToRawGRPCServerCodec.swift b76f4b4d69 Re-format code 2 years ago
HTTP2ToRawGRPCStateMachine.swift b76f4b4d69 Re-format code 2 years ago
InterceptorContextList.swift f97848d473 Make a bunch of server code inlinable (#1077) 5 years ago
LengthPrefixedMessageReader.swift b76f4b4d69 Re-format code 2 years ago
Logger.swift 663a85221e Additional keepalive diagnostics (#1692) 2 years ago
LoggingServerErrorDelegate.swift d4633f2ffe Allow loggers to be passed in (#902) 5 years ago
MessageEncodingHeaderValidator.swift 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) 5 years ago
PlatformSupport.swift 2a62be5ea5 Update platform names (#1932) 1 year ago
ReadWriteStates.swift b76f4b4d69 Re-format code 2 years ago
Ref.swift f97848d473 Make a bunch of server code inlinable (#1077) 5 years ago
Serialization.swift 3be62d5ac7 Stop using deprecated protobuf API (#2045) 1 year ago
Server+NIOSSL.swift b76f4b4d69 Re-format code 2 years ago
Server.swift b4156752ab Expose max reset streams HTTP2 configuration (#2226) 7 months ago
ServerBuilder+NIOSSL.swift b76f4b4d69 Re-format code 2 years ago
ServerBuilder.swift fdf0a8175e Allow binding to a socket address via server builder (#1686) 2 years ago
ServerChannelErrorHandler.swift c88f038cde Use more specific NIO imports (#1239) 4 years ago
ServerErrorDelegate.swift a0d57279af Add index docc page and fix comment links (#1473) 3 years ago
ServerErrorProcessor.swift 16de20453c Adopt NIOAsyncWriter (#1493) 3 years ago
Stopwatch.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 years ago
StreamEvent.swift 6fb98266e0 Remove the requirement that messages conform to GRPCPayload on the server (#886) 5 years ago
TLSVerificationHandler.swift 8189eeeba6 Remove unused imports (#1266) 4 years ago
TLSVersion.swift b76f4b4d69 Re-format code 2 years ago
TimeLimit.swift d2d60e6e79 Drop support for Swift 5.5 (#1585) 2 years ago
UserInfo.swift b76f4b4d69 Re-format code 2 years ago
Version.swift 5c58b63ca0 Update version to 1.25.0 (#2227) 7 months ago
WebCORSHandler.swift b76f4b4d69 Re-format code 2 years ago
WriteCapturingHandler.swift c88f038cde Use more specific NIO imports (#1239) 4 years ago
_EmbeddedThroughput.swift 6ee1ed29e1 Remove GRPCLogger (#1853) 1 year ago
_FakeResponseStream.swift b76f4b4d69 Re-format code 2 years ago
_GRPCClientCodecHandler.swift c88f038cde Use more specific NIO imports (#1239) 4 years ago
_MessageContext.swift 6fb98266e0 Remove the requirement that messages conform to GRPCPayload on the server (#886) 5 years ago