George Barnett 31dffb8dc1 Move client serialization into the transport handler (#1083) 5 rokov pred
..
AnyServiceClientTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 rokov pred
Array+BoundsCheckingTests.swift cb88f35a8a Add scaffolding for client interceptors (#986) 5 rokov pred
BasicEchoTestCase.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 rokov pred
CallPathTests.swift 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) 5 rokov pred
CallStartBehaviorTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 rokov pred
CapturingLogHandler.swift 5c20271bc4 Don't delay logging until the end of test when GRPC_ALWAYS_LOG is enabled (#979) 5 rokov pred
ClientCallTests.swift e70547dc1c Remove the 'error' case from the 'GRPCClientResponsePart' (#1035) 5 rokov pred
ClientCancellingTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 rokov pred
ClientClosedChannelTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 rokov pred
ClientConnectionBackoffTests.swift 0ef79f5c7d Make testClientReconnectsAutomatically less flaky (#1075) 5 rokov pred
ClientInterceptorPipelineTests.swift e70547dc1c Remove the 'error' case from the 'GRPCClientResponsePart' (#1035) 5 rokov pred
ClientTLSFailureTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 rokov pred
ClientTLSTests.swift 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) 5 rokov pred
ClientTimeoutTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 rokov pred
ClientTransportTests.swift 31dffb8dc1 Move client serialization into the transport handler (#1083) 5 rokov pred
CompressionTests.swift 7346c615b7 Tolerate identity compression as no compression (#1016) 5 rokov pred
ConnectionBackoffTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 rokov pred
ConnectionFailingTests.swift 7aac780666 Provide more specific errors messages for failing channels (#984) 5 rokov pred
ConnectionManagerTests.swift fccd9fb511 Merge idle and keepalive handlers (#1079) 5 rokov pred
ConnectivityStateMonitorTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 rokov pred
DebugChannelInitializerTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 rokov pred
DelegatingErrorHandlerTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 rokov pred
EchoTestClientTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 rokov pred
EventLoopFuture+Assertions.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 rokov pred
FakeChannelTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 rokov pred
FakeResponseStreamTests.swift d0eb34dfe2 Disable new swiftformat rule (#936) 5 rokov pred
FunctionalTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 rokov pred
GRPCClientStateMachineTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 rokov pred
GRPCCustomPayloadTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 rokov pred
GRPCIdleHandlerStateMachineTests.swift 59294d95b0 Allow the server to be gracefully shutdown. (#1076) 5 rokov pred
GRPCIdleTests.swift def0b59363 Idle client connection on 'channelInactive' if there are no active RPCs (#967) 5 rokov pred
GRPCInteroperabilityTests.swift d27c29834f Capture logs in tests (#903) 5 rokov pred
GRPCKeepaliveTests.swift 24b71cb4c3 Tolerate idling from the active state (#950) 5 rokov pred
GRPCPingHandlerTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 rokov pred
GRPCServerPipelineConfiguratorTests.swift b81b8f2398 Use ALPN to determine what sort of connection we've accepted (#1055) 5 rokov pred
GRPCStatusCodeTests.swift f21f8a5c57 Make 'GRPCStatus.Code' an enum (#942) 5 rokov pred
GRPCStatusMessageMarshallerTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 rokov pred
GRPCStatusTests.swift f21f8a5c57 Make 'GRPCStatus.Code' an enum (#942) 5 rokov pred
GRPCTestCase.swift 5c20271bc4 Don't delay logging until the end of test when GRPC_ALWAYS_LOG is enabled (#979) 5 rokov pred
GRPCTimeoutTests.swift 07432c4266 Log some HTTP/2 information (#938) 5 rokov pred
GRPCTypeSizeTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 rokov pred
GRPCWebToHTTP2ServerCodecTests.swift cdd3538cad Add a gRPC Web to HTTP/2 codec (#1047) 5 rokov pred
HTTP2ToRawGRPCStateMachineTests.swift 976a14859e Make the remote address available on the server interceptor context (#1081) 5 rokov pred
HTTPVersionParserTests.swift b81b8f2398 Use ALPN to determine what sort of connection we've accepted (#1055) 5 rokov pred
HeaderNormalizationTests.swift d9e1a6e532 Codegen for server interceptors (#1030) 5 rokov pred
ImmediateServerFailureTests.swift d9e1a6e532 Codegen for server interceptors (#1030) 5 rokov pred
InterceptorsTests.swift 976a14859e Make the remote address available on the server interceptor context (#1081) 5 rokov pred
LazyEventLoopPromiseTests.swift 937d85a110 Provide an internal transport abstraction for client rpcs (#834) 5 rokov pred
LengthPrefixedMessageReaderTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 rokov pred
LengthPrefixedMessageWriterTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 rokov pred
MessageEncodingHeaderValidatorTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 rokov pred
PlatformSupportTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 rokov pred
RequestIDProviderTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 rokov pred
SampleCertificate+Assertions.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 rokov pred
ServerErrorDelegateTests.swift 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) 5 rokov pred
ServerInterceptorPipelineTests.swift 976a14859e Make the remote address available on the server interceptor context (#1081) 5 rokov pred
ServerInterceptorTests.swift 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) 5 rokov pred
ServerQuiescingTests.swift 59294d95b0 Allow the server to be gracefully shutdown. (#1076) 5 rokov pred
ServerTLSErrorTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 rokov pred
ServerThrowingTests.swift 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) 5 rokov pred
ServerWebTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 rokov pred
StopwatchTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 rokov pred
StreamingRequestClientCallTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 rokov pred
TestClientExample.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 rokov pred
TimeLimitTests.swift 8196439d23 Allow deadlines or timeouts to be set on RPCs (#842) 5 rokov pred
UserInfoTests.swift 224e4b3ef9 Add a 'UserInfo' heterotyped dictionary (#1031) 5 rokov pred
XCTestHelpers.swift 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) 5 rokov pred
ZeroLengthWriteTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 rokov pred
ZlibTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 rokov pred