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