George Barnett 9539d94cc2 Add missing 'Sendable' conformance (#1404) 3 years ago
..
AsyncAwaitSupport 9fdb65390a Server handler state machine (#1396) 3 years ago
Codegen 9539d94cc2 Add missing 'Sendable' conformance (#1404) 3 years ago
ConnectionPool 305677ed3b Make clients sendable (#1386) 3 years ago
EchoHelpers 305677ed3b Make clients sendable (#1386) 3 years ago
ALPNConfigurationTests.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 years ago
AnyServiceClientTests.swift 305677ed3b Make clients sendable (#1386) 3 years ago
Array+BoundsCheckingTests.swift cb88f35a8a Add scaffolding for client interceptors (#986) 5 years ago
BasicEchoTestCase.swift 305677ed3b Make clients sendable (#1386) 3 years ago
CallPathTests.swift 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) 5 years ago
CallStartBehaviorTests.swift 305677ed3b Make clients sendable (#1386) 3 years ago
CapturingLogHandler.swift 5c20271bc4 Don't delay logging until the end of test when GRPC_ALWAYS_LOG is enabled (#979) 5 years ago
ClientCallTests.swift 03010c784c Extend lifetime of client interceptor pipeline (#1265) 4 years ago
ClientCancellingTests.swift 03010c784c Extend lifetime of client interceptor pipeline (#1265) 4 years ago
ClientClosedChannelTests.swift c88f038cde Use more specific NIO imports (#1239) 4 years ago
ClientConnectionBackoffTests.swift 305677ed3b Make clients sendable (#1386) 3 years ago
ClientEventLoopPreferenceTests.swift 305677ed3b Make clients sendable (#1386) 3 years ago
ClientInterceptorPipelineTests.swift 305677ed3b Make clients sendable (#1386) 3 years ago
ClientQuiescingTests.swift 305677ed3b Make clients sendable (#1386) 3 years ago
ClientTLSFailureTests.swift 305677ed3b Make clients sendable (#1386) 3 years ago
ClientTLSTests.swift 305677ed3b Make clients sendable (#1386) 3 years ago
ClientTimeoutTests.swift 305677ed3b Make clients sendable (#1386) 3 years ago
ClientTransportTests.swift c88f038cde Use more specific NIO imports (#1239) 4 years ago
CompressionTests.swift 305677ed3b Make clients sendable (#1386) 3 years ago
ConfigurationTests.swift 4a7231f6aa Expose more http/2 configuration knobs (#1255) 4 years ago
ConnectionBackoffTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 years ago
ConnectionFailingTests.swift 305677ed3b Make clients sendable (#1386) 3 years ago
ConnectionManagerTests.swift 305677ed3b Make clients sendable (#1386) 3 years ago
ConnectivityStateMonitorTests.swift 8c43144fd6 Backup a couple of changes (#1168) 4 years ago
DebugChannelInitializerTests.swift 305677ed3b Make clients sendable (#1386) 3 years ago
DelegatingErrorHandlerTests.swift 305677ed3b Make clients sendable (#1386) 3 years ago
EchoMetadataTests.swift 8a11a2e2c4 Raise minimum Swift version for async/await (#1379) 3 years ago
EchoTestClientTests.swift 305677ed3b Make clients sendable (#1386) 3 years ago
ErrorRecordingDelegate.swift 305677ed3b Make clients sendable (#1386) 3 years ago
EventLoopFuture+Assertions.swift c88f038cde Use more specific NIO imports (#1239) 4 years ago
FakeChannelTests.swift 305677ed3b Make clients sendable (#1386) 3 years ago
FakeResponseStreamTests.swift c2e1e12260 Reformat async code (#1383) 3 years ago
FunctionalTests.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 years ago
GRPCAsyncClientCallTests.swift 8a11a2e2c4 Raise minimum Swift version for async/await (#1379) 3 years ago
GRPCAsyncServerHandlerTests.swift c2e1e12260 Reformat async code (#1383) 3 years ago
GRPCClientChannelHandlerTests.swift c88f038cde Use more specific NIO imports (#1239) 4 years ago
GRPCClientStateMachineTests.swift c88f038cde Use more specific NIO imports (#1239) 4 years ago
GRPCCustomPayloadTests.swift 305677ed3b Make clients sendable (#1386) 3 years ago
GRPCIdleHandlerStateMachineTests.swift 6ec9effb54 Allow clients to shutdown gracefully (#1308) 4 years ago
GRPCIdleTests.swift 305677ed3b Make clients sendable (#1386) 3 years ago
GRPCInteroperabilityTests.swift 8a11a2e2c4 Raise minimum Swift version for async/await (#1379) 3 years ago
GRPCKeepaliveTests.swift 305677ed3b Make clients sendable (#1386) 3 years ago
GRPCLoggerTests.swift 66f74fc826 Add a static-source Logger (#1165) 4 years ago
GRPCMessageLengthLimitTests.swift 305677ed3b Make clients sendable (#1386) 3 years ago
GRPCNetworkFrameworkTests.swift 305677ed3b Make clients sendable (#1386) 3 years ago
GRPCPingHandlerTests.swift c88f038cde Use more specific NIO imports (#1239) 4 years ago
GRPCServerPipelineConfiguratorTests.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 years ago
GRPCStatusCodeTests.swift c2e1e12260 Reformat async code (#1383) 3 years ago
GRPCStatusMessageMarshallerTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 years ago
GRPCStatusTests.swift 4c9fc367f9 Add cause to GRPCStatus.descrpition if it is non-nil (#1357) 3 years ago
GRPCTestCase.swift 5c20271bc4 Don't delay logging until the end of test when GRPC_ALWAYS_LOG is enabled (#979) 5 years ago
GRPCTimeoutTests.swift c88f038cde Use more specific NIO imports (#1239) 4 years ago
GRPCTypeSizeTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 years ago
GRPCWebToHTTP2ServerCodecTests.swift c88f038cde Use more specific NIO imports (#1239) 4 years ago
GRPCWebToHTTP2StateMachineTests.swift c88f038cde Use more specific NIO imports (#1239) 4 years ago
HTTP2MaxConcurrentStreamsTests.swift 305677ed3b Make clients sendable (#1386) 3 years ago
HTTP2ToRawGRPCStateMachineTests.swift c88f038cde Use more specific NIO imports (#1239) 4 years ago
HTTPVersionParserTests.swift c88f038cde Use more specific NIO imports (#1239) 4 years ago
HeaderNormalizationTests.swift 305677ed3b Make clients sendable (#1386) 3 years ago
ImmediateServerFailureTests.swift c88f038cde Use more specific NIO imports (#1239) 4 years ago
InterceptedRPCCancellationTests.swift 305677ed3b Make clients sendable (#1386) 3 years ago
InterceptorsTests.swift 305677ed3b Make clients sendable (#1386) 3 years ago
LazyEventLoopPromiseTests.swift c88f038cde Use more specific NIO imports (#1239) 4 years ago
LengthPrefixedMessageReaderTests.swift c88f038cde Use more specific NIO imports (#1239) 4 years ago
LengthPrefixedMessageWriterTests.swift c88f038cde Use more specific NIO imports (#1239) 4 years ago
MessageEncodingHeaderValidatorTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 years ago
MutualTLSTests.swift 305677ed3b Make clients sendable (#1386) 3 years ago
PlatformSupportTests.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 years ago
RequestIDProviderTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 years ago
RequestIDTests.swift 305677ed3b Make clients sendable (#1386) 3 years ago
SampleCertificate+Assertions.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 years ago
ServerErrorDelegateTests.swift c88f038cde Use more specific NIO imports (#1239) 4 years ago
ServerFuzzingRegressionTests.swift c88f038cde Use more specific NIO imports (#1239) 4 years ago
ServerInterceptorPipelineTests.swift c88f038cde Use more specific NIO imports (#1239) 4 years ago
ServerInterceptorTests.swift bd7f40a8fe [async-await] Base types for server implementation (#1249) 4 years ago
ServerOnCloseTests.swift 305677ed3b Make clients sendable (#1386) 3 years ago
ServerQuiescingTests.swift 305677ed3b Make clients sendable (#1386) 3 years ago
ServerTLSErrorTests.swift 305677ed3b Make clients sendable (#1386) 3 years ago
ServerThrowingTests.swift c2e1e12260 Reformat async code (#1383) 3 years ago
ServerWebTests.swift c2e1e12260 Reformat async code (#1383) 3 years ago
StopwatchTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 years ago
StreamingRequestClientCallTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 years ago
TestClientExample.swift 305677ed3b Make clients sendable (#1386) 3 years ago
TimeLimitTests.swift c88f038cde Use more specific NIO imports (#1239) 4 years ago
UnaryServerHandlerTests.swift bd7f40a8fe [async-await] Base types for server implementation (#1249) 4 years ago
UserInfoTests.swift 224e4b3ef9 Add a 'UserInfo' heterotyped dictionary (#1031) 5 years ago
XCTestHelpers.swift 8a11a2e2c4 Raise minimum Swift version for async/await (#1379) 3 years ago
ZeroLengthWriteTests.swift 305677ed3b Make clients sendable (#1386) 3 years ago
ZlibTests.swift c88f038cde Use more specific NIO imports (#1239) 4 years ago