George Barnett a48b5dd5c0 Improve Sendable checking for server code (#1605) %!s(int64=2) %!d(string=hai) anos
..
AsyncAwaitSupport 345dd6e5eb Allow network framework tests to be skipped when no user interaction (#1602) %!s(int64=2) %!d(string=hai) anos
Codegen a48b5dd5c0 Improve Sendable checking for server code (#1605) %!s(int64=2) %!d(string=hai) anos
ConnectionPool c7d65217d8 Fix stream accounting bug when stream close leads to connection close (#1603) %!s(int64=2) %!d(string=hai) anos
EchoHelpers a48b5dd5c0 Improve Sendable checking for server code (#1605) %!s(int64=2) %!d(string=hai) anos
ALPNConfigurationTests.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) %!s(int64=4) %!d(string=hai) anos
AnyServiceClientTests.swift 305677ed3b Make clients sendable (#1386) %!s(int64=3) %!d(string=hai) anos
Array+BoundsCheckingTests.swift cb88f35a8a Add scaffolding for client interceptors (#986) %!s(int64=5) %!d(string=hai) anos
BasicEchoTestCase.swift 305677ed3b Make clients sendable (#1386) %!s(int64=3) %!d(string=hai) anos
CallPathTests.swift 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) %!s(int64=5) %!d(string=hai) anos
CallStartBehaviorTests.swift 305677ed3b Make clients sendable (#1386) %!s(int64=3) %!d(string=hai) anos
CapturingLogHandler.swift dfc2ab0285 Update swift-nio version, allocation test max values and alloc-limits.sh (#1490) %!s(int64=3) %!d(string=hai) anos
ClientCallTests.swift 4312579fc8 Delay client async writer starting (#1531) %!s(int64=3) %!d(string=hai) anos
ClientCancellingTests.swift 03010c784c Extend lifetime of client interceptor pipeline (#1265) %!s(int64=4) %!d(string=hai) anos
ClientClosedChannelTests.swift c88f038cde Use more specific NIO imports (#1239) %!s(int64=4) %!d(string=hai) anos
ClientConnectionBackoffTests.swift 305677ed3b Make clients sendable (#1386) %!s(int64=3) %!d(string=hai) anos
ClientEventLoopPreferenceTests.swift 305677ed3b Make clients sendable (#1386) %!s(int64=3) %!d(string=hai) anos
ClientInterceptorPipelineTests.swift 305677ed3b Make clients sendable (#1386) %!s(int64=3) %!d(string=hai) anos
ClientQuiescingTests.swift dfc2ab0285 Update swift-nio version, allocation test max values and alloc-limits.sh (#1490) %!s(int64=3) %!d(string=hai) anos
ClientTLSFailureTests.swift 305677ed3b Make clients sendable (#1386) %!s(int64=3) %!d(string=hai) anos
ClientTLSTests.swift 305677ed3b Make clients sendable (#1386) %!s(int64=3) %!d(string=hai) anos
ClientTimeoutTests.swift 75b390e901 Adopt h2handler multiplexer (#1587) %!s(int64=2) %!d(string=hai) anos
ClientTransportTests.swift d7f2a53b0a Use #fileID/#filePath instead of #file (#1518) %!s(int64=3) %!d(string=hai) anos
CoalescingLengthPrefixedMessageWriterTests.swift e71050720b Add a coalescing writer (#1537) %!s(int64=3) %!d(string=hai) anos
CompressionTests.swift 4715a1dfaf Adopt the coalescing writer for servers (#1546) %!s(int64=2) %!d(string=hai) anos
ConfigurationTests.swift 4a7231f6aa Expose more http/2 configuration knobs (#1255) %!s(int64=4) %!d(string=hai) anos
ConnectionBackoffTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) %!s(int64=5) %!d(string=hai) anos
ConnectionFailingTests.swift 305677ed3b Make clients sendable (#1386) %!s(int64=3) %!d(string=hai) anos
ConnectionManagerTests.swift 75b390e901 Adopt h2handler multiplexer (#1587) %!s(int64=2) %!d(string=hai) anos
ConnectivityStateMonitorTests.swift 8c43144fd6 Backup a couple of changes (#1168) %!s(int64=4) %!d(string=hai) anos
DebugChannelInitializerTests.swift 305677ed3b Make clients sendable (#1386) %!s(int64=3) %!d(string=hai) anos
DelegatingErrorHandlerTests.swift d2d60e6e79 Drop support for Swift 5.5 (#1585) %!s(int64=2) %!d(string=hai) anos
EchoMetadataTests.swift d2d60e6e79 Drop support for Swift 5.5 (#1585) %!s(int64=2) %!d(string=hai) anos
EchoTestClientTests.swift 305677ed3b Make clients sendable (#1386) %!s(int64=3) %!d(string=hai) anos
ErrorRecordingDelegate.swift d2d60e6e79 Drop support for Swift 5.5 (#1585) %!s(int64=2) %!d(string=hai) anos
EventLoopFuture+Assertions.swift d7f2a53b0a Use #fileID/#filePath instead of #file (#1518) %!s(int64=3) %!d(string=hai) anos
FakeChannelTests.swift a6e3dc5b23 Merge branch '1.7.1-async-await' into gb-merge-async %!s(int64=3) %!d(string=hai) anos
FakeResponseStreamTests.swift 80055e59b5 Update formatter %!s(int64=3) %!d(string=hai) anos
FunctionalTests.swift d7f2a53b0a Use #fileID/#filePath instead of #file (#1518) %!s(int64=3) %!d(string=hai) anos
GRPCAsyncClientCallTests.swift d2d60e6e79 Drop support for Swift 5.5 (#1585) %!s(int64=2) %!d(string=hai) anos
GRPCAsyncServerHandlerTests.swift d2d60e6e79 Drop support for Swift 5.5 (#1585) %!s(int64=2) %!d(string=hai) anos
GRPCClientChannelHandlerTests.swift c88f038cde Use more specific NIO imports (#1239) %!s(int64=4) %!d(string=hai) anos
GRPCClientStateMachineTests.swift 71f87ccd83 Remove unused code (#1549) %!s(int64=2) %!d(string=hai) anos
GRPCCustomPayloadTests.swift 305677ed3b Make clients sendable (#1386) %!s(int64=3) %!d(string=hai) anos
GRPCIdleHandlerStateMachineTests.swift 593fe0fe93 Ignore state machine inputs in unexpected states (#1374) %!s(int64=3) %!d(string=hai) anos
GRPCIdleTests.swift 305677ed3b Make clients sendable (#1386) %!s(int64=3) %!d(string=hai) anos
GRPCInteroperabilityTests.swift d2d60e6e79 Drop support for Swift 5.5 (#1585) %!s(int64=2) %!d(string=hai) anos
GRPCKeepaliveTests.swift 305677ed3b Make clients sendable (#1386) %!s(int64=3) %!d(string=hai) anos
GRPCLoggerTests.swift 66f74fc826 Add a static-source Logger (#1165) %!s(int64=4) %!d(string=hai) anos
GRPCMessageLengthLimitTests.swift 305677ed3b Make clients sendable (#1386) %!s(int64=3) %!d(string=hai) anos
GRPCNetworkFrameworkTests.swift 345dd6e5eb Allow network framework tests to be skipped when no user interaction (#1602) %!s(int64=2) %!d(string=hai) anos
GRPCPingHandlerTests.swift 9fc6ead754 Don't ack pings twice (#1534) %!s(int64=3) %!d(string=hai) anos
GRPCServerPipelineConfiguratorTests.swift c12f59f38e Buffer in the server pipeline configuration (#1564) %!s(int64=2) %!d(string=hai) anos
GRPCStatusCodeTests.swift 80055e59b5 Update formatter %!s(int64=3) %!d(string=hai) anos
GRPCStatusMessageMarshallerTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) %!s(int64=5) %!d(string=hai) anos
GRPCStatusTests.swift 4c9fc367f9 Add cause to GRPCStatus.descrpition if it is non-nil (#1357) %!s(int64=3) %!d(string=hai) anos
GRPCTestCase.swift 83157d51b2 Do not check source of logs in tests (#1566) %!s(int64=2) %!d(string=hai) anos
GRPCTimeoutTests.swift c88f038cde Use more specific NIO imports (#1239) %!s(int64=4) %!d(string=hai) anos
GRPCTypeSizeTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) %!s(int64=5) %!d(string=hai) anos
GRPCWebToHTTP2ServerCodecTests.swift b625430f5a Fix gRPC Web trailers encoding (#1582) %!s(int64=2) %!d(string=hai) anos
GRPCWebToHTTP2StateMachineTests.swift b625430f5a Fix gRPC Web trailers encoding (#1582) %!s(int64=2) %!d(string=hai) anos
HTTP2MaxConcurrentStreamsTests.swift 305677ed3b Make clients sendable (#1386) %!s(int64=3) %!d(string=hai) anos
HTTP2ToRawGRPCStateMachineTests.swift 4715a1dfaf Adopt the coalescing writer for servers (#1546) %!s(int64=2) %!d(string=hai) anos
HTTPVersionParserTests.swift c12f59f38e Buffer in the server pipeline configuration (#1564) %!s(int64=2) %!d(string=hai) anos
HeaderNormalizationTests.swift d7f2a53b0a Use #fileID/#filePath instead of #file (#1518) %!s(int64=3) %!d(string=hai) anos
ImmediateServerFailureTests.swift c88f038cde Use more specific NIO imports (#1239) %!s(int64=4) %!d(string=hai) anos
InterceptedRPCCancellationTests.swift 305677ed3b Make clients sendable (#1386) %!s(int64=3) %!d(string=hai) anos
InterceptorsTests.swift a48b5dd5c0 Improve Sendable checking for server code (#1605) %!s(int64=2) %!d(string=hai) anos
LazyEventLoopPromiseTests.swift c88f038cde Use more specific NIO imports (#1239) %!s(int64=4) %!d(string=hai) anos
LengthPrefixedMessageReaderTests.swift c88f038cde Use more specific NIO imports (#1239) %!s(int64=4) %!d(string=hai) anos
MessageEncodingHeaderValidatorTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) %!s(int64=5) %!d(string=hai) anos
MutualTLSTests.swift 305677ed3b Make clients sendable (#1386) %!s(int64=3) %!d(string=hai) anos
OneOrManyQueueTests.swift e71050720b Add a coalescing writer (#1537) %!s(int64=3) %!d(string=hai) anos
PlatformSupportTests.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) %!s(int64=4) %!d(string=hai) anos
RequestIDProviderTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) %!s(int64=5) %!d(string=hai) anos
RequestIDTests.swift 305677ed3b Make clients sendable (#1386) %!s(int64=3) %!d(string=hai) anos
SampleCertificate+Assertions.swift d7f2a53b0a Use #fileID/#filePath instead of #file (#1518) %!s(int64=3) %!d(string=hai) anos
ServerErrorDelegateTests.swift c88f038cde Use more specific NIO imports (#1239) %!s(int64=4) %!d(string=hai) anos
ServerFuzzingRegressionTests.swift c4682a9c5d Connect EmbeddedChannel when FuzzTesting (#1569) %!s(int64=2) %!d(string=hai) anos
ServerInterceptorPipelineTests.swift bcca31f3cf Expose closeFuture in server interceptor context (#1553) %!s(int64=2) %!d(string=hai) anos
ServerInterceptorTests.swift a48b5dd5c0 Improve Sendable checking for server code (#1605) %!s(int64=2) %!d(string=hai) anos
ServerOnCloseTests.swift 305677ed3b Make clients sendable (#1386) %!s(int64=3) %!d(string=hai) anos
ServerQuiescingTests.swift 305677ed3b Make clients sendable (#1386) %!s(int64=3) %!d(string=hai) anos
ServerTLSErrorTests.swift 2d5795d2ae Allow custom verification callback to be configured for servers (#1595) %!s(int64=2) %!d(string=hai) anos
ServerThrowingTests.swift 555b004929 Make all tests discoverable on Linux (#1399) %!s(int64=3) %!d(string=hai) anos
ServerWebTests.swift b625430f5a Fix gRPC Web trailers encoding (#1582) %!s(int64=2) %!d(string=hai) anos
StopwatchTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) %!s(int64=5) %!d(string=hai) anos
StreamResponseHandlerRetainCycleTests.swift dfc2ab0285 Update swift-nio version, allocation test max values and alloc-limits.sh (#1490) %!s(int64=3) %!d(string=hai) anos
StreamingRequestClientCallTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) %!s(int64=5) %!d(string=hai) anos
TestClientExample.swift 305677ed3b Make clients sendable (#1386) %!s(int64=3) %!d(string=hai) anos
TimeLimitTests.swift c88f038cde Use more specific NIO imports (#1239) %!s(int64=4) %!d(string=hai) anos
UnaryServerHandlerTests.swift bd7f40a8fe [async-await] Base types for server implementation (#1249) %!s(int64=4) %!d(string=hai) anos
UserInfoTests.swift 224e4b3ef9 Add a 'UserInfo' heterotyped dictionary (#1031) %!s(int64=5) %!d(string=hai) anos
WebCORSHandlerTests.swift ef8ffb937b Allow for more CORS configuration (#1594) %!s(int64=2) %!d(string=hai) anos
WithConnectedSocketTests.swift c57bdcb8a6 Fix deprecation warnings (#1430) %!s(int64=3) %!d(string=hai) anos
XCTestHelpers.swift 76ae1e4bdd Fix warnings from nightly Swift builds (#1600) %!s(int64=2) %!d(string=hai) anos
ZeroLengthWriteTests.swift 305677ed3b Make clients sendable (#1386) %!s(int64=3) %!d(string=hai) anos
ZlibTests.swift c88f038cde Use more specific NIO imports (#1239) %!s(int64=4) %!d(string=hai) anos