2
0
George Barnett b28658fb83 Add some missing Sendable annotations (#1702) 2 жил өмнө
..
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 b28658fb83 Add some missing Sendable annotations (#1702) 2 жил өмнө
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 b76f4b4d69 Re-format code 2 жил өмнө
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 663a85221e Additional keepalive diagnostics (#1692) 2 жил өмнө
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 02ff057bc0 Bump version number to 1.20.0 (#1701) 2 жил өмнө
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 жил өмнө