George Barnett a20cac0cad Bump version number to 1.14.1 (#1572) před 2 roky
..
AsyncAwaitSupport bcca31f3cf Expose closeFuture in server interceptor context (#1553) před 2 roky
CallHandlers 3f7c71413a Server interceptors retain cycle (#1559) před 2 roky
ClientCalls a0d57279af Add index docc page and fix comment links (#1473) před 3 roky
Compression a0d57279af Add index docc page and fix comment links (#1473) před 3 roky
ConnectionPool e49a33143c Pass through the right h2 configuration (#1528) před 3 roky
Docs.docc 75030dddf5 Raise minimum Swift version to 5.5 (#1483) před 3 roky
GRPCChannel a6e90574ec Fix sendable warnings (#1513) před 3 roky
Interceptor 1f87e8c5b9 Nil out the `onStart` callback after using it (#1570) před 2 roky
ServerCallContexts a0d57279af Add index docc page and fix comment links (#1473) před 3 roky
Array+BoundsCheck.swift cb88f35a8a Add scaffolding for client interceptors (#986) před 5 roky
CallOptions.swift 1579a9c082 Fix preconcurrency warnings (#1480) před 3 roky
ClientConnection.swift a6e90574ec Fix sendable warnings (#1513) před 3 roky
ClientConnectionConfiguration+NIOSSL.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) před 4 roky
ClientErrorDelegate.swift a0d57279af Add index docc page and fix comment links (#1473) před 3 roky
CoalescingLengthPrefixedMessageWriter.swift e71050720b Add a coalescing writer (#1537) před 3 roky
ConnectionBackoff.swift a0d57279af Add index docc page and fix comment links (#1473) před 3 roky
ConnectionKeepalive.swift 1579a9c082 Fix preconcurrency warnings (#1480) před 3 roky
ConnectionManager+Delegates.swift 184230a938 Add a connection pool delegate (#1515) před 3 roky
ConnectionManager.swift c4682a9c5d Connect EmbeddedChannel when FuzzTesting (#1569) před 2 roky
ConnectionManagerChannelProvider.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) před 4 roky
ConnectivityState.swift dfc2ab0285 Update swift-nio version, allocation test max values and alloc-limits.sh (#1490) před 3 roky
DebugOnly.swift a59aa82fbc Add a connection pool manager (#1189) před 4 roky
DelegatingErrorHandler.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) před 4 roky
Error+NIOSSL.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) před 4 roky
EventLoopFuture+RecoverFromUncleanShutdown.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) před 4 roky
FakeChannel.swift 305677ed3b Make clients sendable (#1386) před 3 roky
GRPCClient.swift a0d57279af Add index docc page and fix comment links (#1473) před 3 roky
GRPCClientChannelHandler.swift 254ea135be Adopt the coalescing writer for clients (#1539) před 2 roky
GRPCClientStateMachine.swift 254ea135be Adopt the coalescing writer for clients (#1539) před 2 roky
GRPCContentType.swift c8b56b6607 Reorder some of the server logic. (#717) před 5 roky
GRPCError.swift d7f2a53b0a Use #fileID/#filePath instead of #file (#1518) před 3 roky
GRPCHeaderName.swift c8b56b6607 Reorder some of the server logic. (#717) před 5 roky
GRPCIdleHandler.swift 9fc6ead754 Don't ack pings twice (#1534) před 3 roky
GRPCIdleHandlerStateMachine.swift 593fe0fe93 Ignore state machine inputs in unexpected states (#1374) před 3 roky
GRPCKeepaliveHandlers.swift 9fc6ead754 Don't ack pings twice (#1534) před 3 roky
GRPCLogger.swift d7f2a53b0a Use #fileID/#filePath instead of #file (#1518) před 3 roky
GRPCPayload.swift c88f038cde Use more specific NIO imports (#1239) před 4 roky
GRPCServerPipelineConfigurator.swift c12f59f38e Buffer in the server pipeline configuration (#1564) před 2 roky
GRPCServerRequestRoutingHandler.swift a0d57279af Add index docc page and fix comment links (#1473) před 3 roky
GRPCServiceDescription.swift 305677ed3b Make clients sendable (#1386) před 3 roky
GRPCStatus.swift b341dbb881 Add Sendable conformance to core async/await API (#1378) před 3 roky
GRPCStatusAndMetadata.swift a0d57279af Add index docc page and fix comment links (#1473) před 3 roky
GRPCStatusMessageMarshaller.swift 80055e59b5 Update formatter před 3 roky
GRPCTLSConfiguration.swift 305677ed3b Make clients sendable (#1386) před 3 roky
GRPCTimeout.swift 80055e59b5 Update formatter před 3 roky
GRPCWebToHTTP2ServerCodec.swift 80055e59b5 Update formatter před 3 roky
HTTP2ToRawGRPCServerCodec.swift 4715a1dfaf Adopt the coalescing writer for servers (#1546) před 2 roky
HTTP2ToRawGRPCStateMachine.swift a70e9ad757 Use iterator when checking encoding headers (#1563) před 2 roky
InterceptorContextList.swift f97848d473 Make a bunch of server code inlinable (#1077) před 5 roky
LengthPrefixedMessageReader.swift 906d48a835 Improve error message when length exceeds receive limit (#1247) před 4 roky
Logger.swift 428c5c3058 Log when receiving GOAWAY frames (#1476) před 3 roky
LoggingServerErrorDelegate.swift d4633f2ffe Allow loggers to be passed in (#902) před 5 roky
MessageEncodingHeaderValidator.swift 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) před 5 roky
PlatformSupport.swift d7f2a53b0a Use #fileID/#filePath instead of #file (#1518) před 3 roky
ReadWriteStates.swift 254ea135be Adopt the coalescing writer for clients (#1539) před 2 roky
Ref.swift f97848d473 Make a bunch of server code inlinable (#1077) před 5 roky
Serialization.swift 9df1f25b53 Update test certs (#1522) před 3 roky
Server+NIOSSL.swift a0d57279af Add index docc page and fix comment links (#1473) před 3 roky
Server.swift a0d57279af Add index docc page and fix comment links (#1473) před 3 roky
ServerBuilder+NIOSSL.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) před 4 roky
ServerBuilder.swift e1a0025a60 allow client/server to be initialised with a connected socket (#1385) před 3 roky
ServerChannelErrorHandler.swift c88f038cde Use more specific NIO imports (#1239) před 4 roky
ServerErrorDelegate.swift a0d57279af Add index docc page and fix comment links (#1473) před 3 roky
ServerErrorProcessor.swift 16de20453c Adopt NIOAsyncWriter (#1493) před 3 roky
Stopwatch.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) před 5 roky
StreamEvent.swift 6fb98266e0 Remove the requirement that messages conform to GRPCPayload on the server (#886) před 5 roky
TLSVerificationHandler.swift 8189eeeba6 Remove unused imports (#1266) před 4 roky
TLSVersion.swift 3677a71c74 Log TLS version (#1509) před 3 roky
TimeLimit.swift 1579a9c082 Fix preconcurrency warnings (#1480) před 3 roky
UserInfo.swift a0d57279af Add index docc page and fix comment links (#1473) před 3 roky
Version.swift a20cac0cad Bump version number to 1.14.1 (#1572) před 2 roky
WebCORSHandler.swift c88f038cde Use more specific NIO imports (#1239) před 4 roky
WriteCapturingHandler.swift c88f038cde Use more specific NIO imports (#1239) před 4 roky
_EmbeddedThroughput.swift c88f038cde Use more specific NIO imports (#1239) před 4 roky
_FakeResponseStream.swift c88f038cde Use more specific NIO imports (#1239) před 4 roky
_GRPCClientCodecHandler.swift c88f038cde Use more specific NIO imports (#1239) před 4 roky
_MessageContext.swift 6fb98266e0 Remove the requirement that messages conform to GRPCPayload on the server (#886) před 5 roky