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