George Barnett e71050720b Add a coalescing writer (#1537) 3 éve
..
AsyncAwaitSupport 95e6a8213f Allow to `finish()` GRPCAsyncRequestStreamWriter sync, non-throwing (#1504) 3 éve
CallHandlers a0d57279af Add index docc page and fix comment links (#1473) 3 éve
ClientCalls a0d57279af Add index docc page and fix comment links (#1473) 3 éve
Compression a0d57279af Add index docc page and fix comment links (#1473) 3 éve
ConnectionPool e49a33143c Pass through the right h2 configuration (#1528) 3 éve
Docs.docc 75030dddf5 Raise minimum Swift version to 5.5 (#1483) 3 éve
GRPCChannel a6e90574ec Fix sendable warnings (#1513) 3 éve
Interceptor 4312579fc8 Delay client async writer starting (#1531) 3 éve
ServerCallContexts a0d57279af Add index docc page and fix comment links (#1473) 3 éve
Array+BoundsCheck.swift cb88f35a8a Add scaffolding for client interceptors (#986) 5 éve
CallOptions.swift 1579a9c082 Fix preconcurrency warnings (#1480) 3 éve
ClientConnection.swift a6e90574ec Fix sendable warnings (#1513) 3 éve
ClientConnectionConfiguration+NIOSSL.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 éve
ClientErrorDelegate.swift a0d57279af Add index docc page and fix comment links (#1473) 3 éve
CoalescingLengthPrefixedMessageWriter.swift e71050720b Add a coalescing writer (#1537) 3 éve
ConnectionBackoff.swift a0d57279af Add index docc page and fix comment links (#1473) 3 éve
ConnectionKeepalive.swift 1579a9c082 Fix preconcurrency warnings (#1480) 3 éve
ConnectionManager+Delegates.swift 184230a938 Add a connection pool delegate (#1515) 3 éve
ConnectionManager.swift d7f2a53b0a Use #fileID/#filePath instead of #file (#1518) 3 éve
ConnectionManagerChannelProvider.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 éve
ConnectivityState.swift dfc2ab0285 Update swift-nio version, allocation test max values and alloc-limits.sh (#1490) 3 éve
DebugOnly.swift a59aa82fbc Add a connection pool manager (#1189) 4 éve
DelegatingErrorHandler.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 éve
Error+NIOSSL.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 éve
EventLoopFuture+RecoverFromUncleanShutdown.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 éve
FakeChannel.swift 305677ed3b Make clients sendable (#1386) 3 éve
GRPCClient.swift a0d57279af Add index docc page and fix comment links (#1473) 3 éve
GRPCClientChannelHandler.swift 67788d5dcc Avoid copies of large payloads (#1529) 3 éve
GRPCClientStateMachine.swift 67788d5dcc Avoid copies of large payloads (#1529) 3 éve
GRPCContentType.swift c8b56b6607 Reorder some of the server logic. (#717) 5 éve
GRPCError.swift d7f2a53b0a Use #fileID/#filePath instead of #file (#1518) 3 éve
GRPCHeaderName.swift c8b56b6607 Reorder some of the server logic. (#717) 5 éve
GRPCIdleHandler.swift 9fc6ead754 Don't ack pings twice (#1534) 3 éve
GRPCIdleHandlerStateMachine.swift 593fe0fe93 Ignore state machine inputs in unexpected states (#1374) 3 éve
GRPCKeepaliveHandlers.swift 9fc6ead754 Don't ack pings twice (#1534) 3 éve
GRPCLogger.swift d7f2a53b0a Use #fileID/#filePath instead of #file (#1518) 3 éve
GRPCPayload.swift c88f038cde Use more specific NIO imports (#1239) 4 éve
GRPCServerPipelineConfigurator.swift 3677a71c74 Log TLS version (#1509) 3 éve
GRPCServerRequestRoutingHandler.swift a0d57279af Add index docc page and fix comment links (#1473) 3 éve
GRPCServiceDescription.swift 305677ed3b Make clients sendable (#1386) 3 éve
GRPCStatus.swift b341dbb881 Add Sendable conformance to core async/await API (#1378) 3 éve
GRPCStatusAndMetadata.swift a0d57279af Add index docc page and fix comment links (#1473) 3 éve
GRPCStatusMessageMarshaller.swift 80055e59b5 Update formatter 3 éve
GRPCTLSConfiguration.swift 305677ed3b Make clients sendable (#1386) 3 éve
GRPCTimeout.swift 80055e59b5 Update formatter 3 éve
GRPCWebToHTTP2ServerCodec.swift 80055e59b5 Update formatter 3 éve
HTTP2ToRawGRPCServerCodec.swift 67788d5dcc Avoid copies of large payloads (#1529) 3 éve
HTTP2ToRawGRPCStateMachine.swift 524f06b0db Avoid CoWs (#1530) 3 éve
InterceptorContextList.swift f97848d473 Make a bunch of server code inlinable (#1077) 5 éve
LengthPrefixedMessageReader.swift 906d48a835 Improve error message when length exceeds receive limit (#1247) 4 éve
LengthPrefixedMessageWriter.swift 67788d5dcc Avoid copies of large payloads (#1529) 3 éve
Logger.swift 428c5c3058 Log when receiving GOAWAY frames (#1476) 3 éve
LoggingServerErrorDelegate.swift d4633f2ffe Allow loggers to be passed in (#902) 5 éve
MessageEncodingHeaderValidator.swift 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) 5 éve
PlatformSupport.swift d7f2a53b0a Use #fileID/#filePath instead of #file (#1518) 3 éve
ReadWriteStates.swift d4a58a3181 Avoid a CoW in the client read state (#1533) 3 éve
Ref.swift f97848d473 Make a bunch of server code inlinable (#1077) 5 éve
Serialization.swift 9df1f25b53 Update test certs (#1522) 3 éve
Server+NIOSSL.swift a0d57279af Add index docc page and fix comment links (#1473) 3 éve
Server.swift a0d57279af Add index docc page and fix comment links (#1473) 3 éve
ServerBuilder+NIOSSL.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 éve
ServerBuilder.swift e1a0025a60 allow client/server to be initialised with a connected socket (#1385) 3 éve
ServerChannelErrorHandler.swift c88f038cde Use more specific NIO imports (#1239) 4 éve
ServerErrorDelegate.swift a0d57279af Add index docc page and fix comment links (#1473) 3 éve
ServerErrorProcessor.swift 16de20453c Adopt NIOAsyncWriter (#1493) 3 éve
Stopwatch.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 éve
StreamEvent.swift 6fb98266e0 Remove the requirement that messages conform to GRPCPayload on the server (#886) 5 éve
TLSVerificationHandler.swift 8189eeeba6 Remove unused imports (#1266) 4 éve
TLSVersion.swift 3677a71c74 Log TLS version (#1509) 3 éve
TimeLimit.swift 1579a9c082 Fix preconcurrency warnings (#1480) 3 éve
UserInfo.swift a0d57279af Add index docc page and fix comment links (#1473) 3 éve
Version.swift 6bf35472cb Bump version number to 1.13.1 (#1532) 3 éve
WebCORSHandler.swift c88f038cde Use more specific NIO imports (#1239) 4 éve
WriteCapturingHandler.swift c88f038cde Use more specific NIO imports (#1239) 4 éve
_EmbeddedThroughput.swift c88f038cde Use more specific NIO imports (#1239) 4 éve
_FakeResponseStream.swift c88f038cde Use more specific NIO imports (#1239) 4 éve
_GRPCClientCodecHandler.swift c88f038cde Use more specific NIO imports (#1239) 4 éve
_MessageContext.swift 6fb98266e0 Remove the requirement that messages conform to GRPCPayload on the server (#886) 5 éve