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