George Barnett fdf0a8175e Allow binding to a socket address via server builder (#1686) 2 vuotta sitten
..
AsyncAwaitSupport b76f4b4d69 Re-format code 2 vuotta sitten
CallHandlers b76f4b4d69 Re-format code 2 vuotta sitten
ClientCalls b76f4b4d69 Re-format code 2 vuotta sitten
Compression b76f4b4d69 Re-format code 2 vuotta sitten
ConnectionPool b76f4b4d69 Re-format code 2 vuotta sitten
Docs.docc d090cf4fa2 Drop Swift 5.6 (#1657) 2 vuotta sitten
GRPCChannel b76f4b4d69 Re-format code 2 vuotta sitten
Interceptor b76f4b4d69 Re-format code 2 vuotta sitten
ServerCallContexts b76f4b4d69 Re-format code 2 vuotta sitten
Array+BoundsCheck.swift cb88f35a8a Add scaffolding for client interceptors (#986) 5 vuotta sitten
CallOptions.swift b76f4b4d69 Re-format code 2 vuotta sitten
ClientConnection.swift b76f4b4d69 Re-format code 2 vuotta sitten
ClientConnectionConfiguration+NIOSSL.swift b76f4b4d69 Re-format code 2 vuotta sitten
ClientErrorDelegate.swift a0d57279af Add index docc page and fix comment links (#1473) 3 vuotta sitten
CoalescingLengthPrefixedMessageWriter.swift e71050720b Add a coalescing writer (#1537) 3 vuotta sitten
ConnectionBackoff.swift d2d60e6e79 Drop support for Swift 5.5 (#1585) 2 vuotta sitten
ConnectionKeepalive.swift d2d60e6e79 Drop support for Swift 5.5 (#1585) 2 vuotta sitten
ConnectionManager+Delegates.swift b76f4b4d69 Re-format code 2 vuotta sitten
ConnectionManager.swift b76f4b4d69 Re-format code 2 vuotta sitten
ConnectionManagerChannelProvider.swift b76f4b4d69 Re-format code 2 vuotta sitten
ConnectivityState.swift b76f4b4d69 Re-format code 2 vuotta sitten
DebugOnly.swift b76f4b4d69 Re-format code 2 vuotta sitten
DelegatingErrorHandler.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 vuotta sitten
Error+NIOSSL.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 vuotta sitten
EventLoopFuture+RecoverFromUncleanShutdown.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 vuotta sitten
FakeChannel.swift b76f4b4d69 Re-format code 2 vuotta sitten
GRPCClient.swift d2d60e6e79 Drop support for Swift 5.5 (#1585) 2 vuotta sitten
GRPCClientChannelHandler.swift b76f4b4d69 Re-format code 2 vuotta sitten
GRPCClientStateMachine.swift b76f4b4d69 Re-format code 2 vuotta sitten
GRPCContentType.swift b76f4b4d69 Re-format code 2 vuotta sitten
GRPCError.swift 038c22f024 Handle non-200 status codes more gracefully (#1613) 2 vuotta sitten
GRPCHeaderName.swift c8b56b6607 Reorder some of the server logic. (#717) 5 vuotta sitten
GRPCIdleHandler.swift b76f4b4d69 Re-format code 2 vuotta sitten
GRPCIdleHandlerStateMachine.swift b76f4b4d69 Re-format code 2 vuotta sitten
GRPCKeepaliveHandlers.swift b76f4b4d69 Re-format code 2 vuotta sitten
GRPCLogger.swift d7f2a53b0a Use #fileID/#filePath instead of #file (#1518) 3 vuotta sitten
GRPCPayload.swift c88f038cde Use more specific NIO imports (#1239) 4 vuotta sitten
GRPCServerPipelineConfigurator.swift b76f4b4d69 Re-format code 2 vuotta sitten
GRPCServerRequestRoutingHandler.swift a0d57279af Add index docc page and fix comment links (#1473) 3 vuotta sitten
GRPCServiceDescription.swift d2d60e6e79 Drop support for Swift 5.5 (#1585) 2 vuotta sitten
GRPCStatus.swift d2d60e6e79 Drop support for Swift 5.5 (#1585) 2 vuotta sitten
GRPCStatusAndMetadata.swift a0d57279af Add index docc page and fix comment links (#1473) 3 vuotta sitten
GRPCStatusMessageMarshaller.swift b76f4b4d69 Re-format code 2 vuotta sitten
GRPCTLSConfiguration.swift b76f4b4d69 Re-format code 2 vuotta sitten
GRPCTimeout.swift 80055e59b5 Update formatter 3 vuotta sitten
GRPCWebToHTTP2ServerCodec.swift b76f4b4d69 Re-format code 2 vuotta sitten
HTTP2ToRawGRPCServerCodec.swift b76f4b4d69 Re-format code 2 vuotta sitten
HTTP2ToRawGRPCStateMachine.swift b76f4b4d69 Re-format code 2 vuotta sitten
InterceptorContextList.swift f97848d473 Make a bunch of server code inlinable (#1077) 5 vuotta sitten
LengthPrefixedMessageReader.swift b76f4b4d69 Re-format code 2 vuotta sitten
Logger.swift 428c5c3058 Log when receiving GOAWAY frames (#1476) 3 vuotta sitten
LoggingServerErrorDelegate.swift d4633f2ffe Allow loggers to be passed in (#902) 5 vuotta sitten
MessageEncodingHeaderValidator.swift 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) 5 vuotta sitten
PlatformSupport.swift b76f4b4d69 Re-format code 2 vuotta sitten
ReadWriteStates.swift b76f4b4d69 Re-format code 2 vuotta sitten
Ref.swift f97848d473 Make a bunch of server code inlinable (#1077) 5 vuotta sitten
Serialization.swift b76f4b4d69 Re-format code 2 vuotta sitten
Server+NIOSSL.swift b76f4b4d69 Re-format code 2 vuotta sitten
Server.swift b76f4b4d69 Re-format code 2 vuotta sitten
ServerBuilder+NIOSSL.swift b76f4b4d69 Re-format code 2 vuotta sitten
ServerBuilder.swift fdf0a8175e Allow binding to a socket address via server builder (#1686) 2 vuotta sitten
ServerChannelErrorHandler.swift c88f038cde Use more specific NIO imports (#1239) 4 vuotta sitten
ServerErrorDelegate.swift a0d57279af Add index docc page and fix comment links (#1473) 3 vuotta sitten
ServerErrorProcessor.swift 16de20453c Adopt NIOAsyncWriter (#1493) 3 vuotta sitten
Stopwatch.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 vuotta sitten
StreamEvent.swift 6fb98266e0 Remove the requirement that messages conform to GRPCPayload on the server (#886) 5 vuotta sitten
TLSVerificationHandler.swift 8189eeeba6 Remove unused imports (#1266) 4 vuotta sitten
TLSVersion.swift b76f4b4d69 Re-format code 2 vuotta sitten
TimeLimit.swift d2d60e6e79 Drop support for Swift 5.5 (#1585) 2 vuotta sitten
UserInfo.swift b76f4b4d69 Re-format code 2 vuotta sitten
Version.swift 84bac657e9 Bump version number to 1.19.1 (#1642) 2 vuotta sitten
WebCORSHandler.swift b76f4b4d69 Re-format code 2 vuotta sitten
WriteCapturingHandler.swift c88f038cde Use more specific NIO imports (#1239) 4 vuotta sitten
_EmbeddedThroughput.swift b76f4b4d69 Re-format code 2 vuotta sitten
_FakeResponseStream.swift b76f4b4d69 Re-format code 2 vuotta sitten
_GRPCClientCodecHandler.swift c88f038cde Use more specific NIO imports (#1239) 4 vuotta sitten
_MessageContext.swift 6fb98266e0 Remove the requirement that messages conform to GRPCPayload on the server (#886) 5 vuotta sitten