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