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