George Barnett e71050720b Add a coalescing writer (#1537) 3 lat temu
..
AsyncAwaitSupport d7f2a53b0a Use #fileID/#filePath instead of #file (#1518) 3 lat temu
Codegen 9539d94cc2 Add missing 'Sendable' conformance (#1404) 3 lat temu
ConnectionPool d7f2a53b0a Use #fileID/#filePath instead of #file (#1518) 3 lat temu
EchoHelpers 305677ed3b Make clients sendable (#1386) 3 lat temu
ALPNConfigurationTests.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 lat temu
AnyServiceClientTests.swift 305677ed3b Make clients sendable (#1386) 3 lat temu
Array+BoundsCheckingTests.swift cb88f35a8a Add scaffolding for client interceptors (#986) 5 lat temu
BasicEchoTestCase.swift 305677ed3b Make clients sendable (#1386) 3 lat temu
CallPathTests.swift 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) 5 lat temu
CallStartBehaviorTests.swift 305677ed3b Make clients sendable (#1386) 3 lat temu
CapturingLogHandler.swift dfc2ab0285 Update swift-nio version, allocation test max values and alloc-limits.sh (#1490) 3 lat temu
ClientCallTests.swift 4312579fc8 Delay client async writer starting (#1531) 3 lat temu
ClientCancellingTests.swift 03010c784c Extend lifetime of client interceptor pipeline (#1265) 4 lat temu
ClientClosedChannelTests.swift c88f038cde Use more specific NIO imports (#1239) 4 lat temu
ClientConnectionBackoffTests.swift 305677ed3b Make clients sendable (#1386) 3 lat temu
ClientEventLoopPreferenceTests.swift 305677ed3b Make clients sendable (#1386) 3 lat temu
ClientInterceptorPipelineTests.swift 305677ed3b Make clients sendable (#1386) 3 lat temu
ClientQuiescingTests.swift dfc2ab0285 Update swift-nio version, allocation test max values and alloc-limits.sh (#1490) 3 lat temu
ClientTLSFailureTests.swift 305677ed3b Make clients sendable (#1386) 3 lat temu
ClientTLSTests.swift 305677ed3b Make clients sendable (#1386) 3 lat temu
ClientTimeoutTests.swift 305677ed3b Make clients sendable (#1386) 3 lat temu
ClientTransportTests.swift d7f2a53b0a Use #fileID/#filePath instead of #file (#1518) 3 lat temu
CoalescingLengthPrefixedMessageWriterTests.swift e71050720b Add a coalescing writer (#1537) 3 lat temu
CompressionTests.swift 305677ed3b Make clients sendable (#1386) 3 lat temu
ConfigurationTests.swift 4a7231f6aa Expose more http/2 configuration knobs (#1255) 4 lat temu
ConnectionBackoffTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 lat temu
ConnectionFailingTests.swift 305677ed3b Make clients sendable (#1386) 3 lat temu
ConnectionManagerTests.swift d7f2a53b0a Use #fileID/#filePath instead of #file (#1518) 3 lat temu
ConnectivityStateMonitorTests.swift 8c43144fd6 Backup a couple of changes (#1168) 4 lat temu
DebugChannelInitializerTests.swift 305677ed3b Make clients sendable (#1386) 3 lat temu
DelegatingErrorHandlerTests.swift 305677ed3b Make clients sendable (#1386) 3 lat temu
EchoMetadataTests.swift 8a11a2e2c4 Raise minimum Swift version for async/await (#1379) 3 lat temu
EchoTestClientTests.swift 305677ed3b Make clients sendable (#1386) 3 lat temu
ErrorRecordingDelegate.swift dfc2ab0285 Update swift-nio version, allocation test max values and alloc-limits.sh (#1490) 3 lat temu
EventLoopFuture+Assertions.swift d7f2a53b0a Use #fileID/#filePath instead of #file (#1518) 3 lat temu
FakeChannelTests.swift a6e3dc5b23 Merge branch '1.7.1-async-await' into gb-merge-async 3 lat temu
FakeResponseStreamTests.swift 80055e59b5 Update formatter 3 lat temu
FunctionalTests.swift d7f2a53b0a Use #fileID/#filePath instead of #file (#1518) 3 lat temu
GRPCAsyncClientCallTests.swift 95e6a8213f Allow to `finish()` GRPCAsyncRequestStreamWriter sync, non-throwing (#1504) 3 lat temu
GRPCAsyncServerHandlerTests.swift cfa950fbe1 Allow to write a sequence of requests/responses (#1499) 3 lat temu
GRPCClientChannelHandlerTests.swift c88f038cde Use more specific NIO imports (#1239) 4 lat temu
GRPCClientStateMachineTests.swift 67788d5dcc Avoid copies of large payloads (#1529) 3 lat temu
GRPCCustomPayloadTests.swift 305677ed3b Make clients sendable (#1386) 3 lat temu
GRPCIdleHandlerStateMachineTests.swift 593fe0fe93 Ignore state machine inputs in unexpected states (#1374) 3 lat temu
GRPCIdleTests.swift 305677ed3b Make clients sendable (#1386) 3 lat temu
GRPCInteroperabilityTests.swift 86d138a0cf Add missing tests (#1431) 3 lat temu
GRPCKeepaliveTests.swift 305677ed3b Make clients sendable (#1386) 3 lat temu
GRPCLoggerTests.swift 66f74fc826 Add a static-source Logger (#1165) 4 lat temu
GRPCMessageLengthLimitTests.swift 305677ed3b Make clients sendable (#1386) 3 lat temu
GRPCNetworkFrameworkTests.swift d7f2a53b0a Use #fileID/#filePath instead of #file (#1518) 3 lat temu
GRPCPingHandlerTests.swift 9fc6ead754 Don't ack pings twice (#1534) 3 lat temu
GRPCServerPipelineConfiguratorTests.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 lat temu
GRPCStatusCodeTests.swift 80055e59b5 Update formatter 3 lat temu
GRPCStatusMessageMarshallerTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 lat temu
GRPCStatusTests.swift 4c9fc367f9 Add cause to GRPCStatus.descrpition if it is non-nil (#1357) 3 lat temu
GRPCTestCase.swift d7f2a53b0a Use #fileID/#filePath instead of #file (#1518) 3 lat temu
GRPCTimeoutTests.swift c88f038cde Use more specific NIO imports (#1239) 4 lat temu
GRPCTypeSizeTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 lat temu
GRPCWebToHTTP2ServerCodecTests.swift c88f038cde Use more specific NIO imports (#1239) 4 lat temu
GRPCWebToHTTP2StateMachineTests.swift d7f2a53b0a Use #fileID/#filePath instead of #file (#1518) 3 lat temu
HTTP2MaxConcurrentStreamsTests.swift 305677ed3b Make clients sendable (#1386) 3 lat temu
HTTP2ToRawGRPCStateMachineTests.swift 67788d5dcc Avoid copies of large payloads (#1529) 3 lat temu
HTTPVersionParserTests.swift c88f038cde Use more specific NIO imports (#1239) 4 lat temu
HeaderNormalizationTests.swift d7f2a53b0a Use #fileID/#filePath instead of #file (#1518) 3 lat temu
ImmediateServerFailureTests.swift c88f038cde Use more specific NIO imports (#1239) 4 lat temu
InterceptedRPCCancellationTests.swift 305677ed3b Make clients sendable (#1386) 3 lat temu
InterceptorsTests.swift 305677ed3b Make clients sendable (#1386) 3 lat temu
LazyEventLoopPromiseTests.swift c88f038cde Use more specific NIO imports (#1239) 4 lat temu
LengthPrefixedMessageReaderTests.swift c88f038cde Use more specific NIO imports (#1239) 4 lat temu
LengthPrefixedMessageWriterTests.swift 67788d5dcc Avoid copies of large payloads (#1529) 3 lat temu
MessageEncodingHeaderValidatorTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 lat temu
MutualTLSTests.swift 305677ed3b Make clients sendable (#1386) 3 lat temu
OneOrManyQueueTests.swift e71050720b Add a coalescing writer (#1537) 3 lat temu
PlatformSupportTests.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 lat temu
RequestIDProviderTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 lat temu
RequestIDTests.swift 305677ed3b Make clients sendable (#1386) 3 lat temu
SampleCertificate+Assertions.swift d7f2a53b0a Use #fileID/#filePath instead of #file (#1518) 3 lat temu
ServerErrorDelegateTests.swift c88f038cde Use more specific NIO imports (#1239) 4 lat temu
ServerFuzzingRegressionTests.swift d7f2a53b0a Use #fileID/#filePath instead of #file (#1518) 3 lat temu
ServerInterceptorPipelineTests.swift c88f038cde Use more specific NIO imports (#1239) 4 lat temu
ServerInterceptorTests.swift bd7f40a8fe [async-await] Base types for server implementation (#1249) 4 lat temu
ServerOnCloseTests.swift 305677ed3b Make clients sendable (#1386) 3 lat temu
ServerQuiescingTests.swift 305677ed3b Make clients sendable (#1386) 3 lat temu
ServerTLSErrorTests.swift 305677ed3b Make clients sendable (#1386) 3 lat temu
ServerThrowingTests.swift 555b004929 Make all tests discoverable on Linux (#1399) 3 lat temu
ServerWebTests.swift 80055e59b5 Update formatter 3 lat temu
StopwatchTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 lat temu
StreamResponseHandlerRetainCycleTests.swift dfc2ab0285 Update swift-nio version, allocation test max values and alloc-limits.sh (#1490) 3 lat temu
StreamingRequestClientCallTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 lat temu
TestClientExample.swift 305677ed3b Make clients sendable (#1386) 3 lat temu
TimeLimitTests.swift c88f038cde Use more specific NIO imports (#1239) 4 lat temu
UnaryServerHandlerTests.swift bd7f40a8fe [async-await] Base types for server implementation (#1249) 4 lat temu
UserInfoTests.swift 224e4b3ef9 Add a 'UserInfo' heterotyped dictionary (#1031) 5 lat temu
WithConnectedSocketTests.swift c57bdcb8a6 Fix deprecation warnings (#1430) 3 lat temu
XCTestHelpers.swift d7f2a53b0a Use #fileID/#filePath instead of #file (#1518) 3 lat temu
ZeroLengthWriteTests.swift 305677ed3b Make clients sendable (#1386) 3 lat temu
ZlibTests.swift c88f038cde Use more specific NIO imports (#1239) 4 lat temu