George Barnett 71b338013d Extract the connection monitor from the connection manager (#1173) il y a 4 ans
..
Codegen c5578d48df Add a codegen option to allow stub names to not have their first character lowercased (#1123) il y a 4 ans
EchoHelpers caefcd5de2 Add a 'closeFuture' to the server context (#1147) il y a 4 ans
ALPNConfigurationTests.swift 7ce68af711 Set the ALPN tokens if not otherwise set by the user. (#1127) il y a 4 ans
AnyServiceClientTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) il y a 5 ans
Array+BoundsCheckingTests.swift cb88f35a8a Add scaffolding for client interceptors (#986) il y a 5 ans
BasicEchoTestCase.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) il y a 5 ans
CallPathTests.swift 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) il y a 5 ans
CallStartBehaviorTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) il y a 5 ans
CapturingLogHandler.swift 5c20271bc4 Don't delay logging until the end of test when GRPC_ALWAYS_LOG is enabled (#979) il y a 5 ans
ClientCallTests.swift e70547dc1c Remove the 'error' case from the 'GRPCClientResponsePart' (#1035) il y a 5 ans
ClientCancellingTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) il y a 5 ans
ClientClosedChannelTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) il y a 5 ans
ClientConnectionBackoffTests.swift 0ef79f5c7d Make testClientReconnectsAutomatically less flaky (#1075) il y a 5 ans
ClientEventLoopPreferenceTests.swift 25f6cdaddf Alllow calls to run on a specified event loop (#1156) il y a 4 ans
ClientInterceptorPipelineTests.swift e70547dc1c Remove the 'error' case from the 'GRPCClientResponsePart' (#1035) il y a 5 ans
ClientTLSFailureTests.swift e8dc247d60 Fix thread-unsafety bug in tests (#1126) il y a 4 ans
ClientTLSTests.swift 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) il y a 5 ans
ClientTimeoutTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) il y a 5 ans
ClientTransportTests.swift a45db1b439 Scaffolding for better server codegen (#1093) il y a 5 ans
CompressionTests.swift 7346c615b7 Tolerate identity compression as no compression (#1016) il y a 5 ans
ConnectionBackoffTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) il y a 5 ans
ConnectionFailingTests.swift 7aac780666 Provide more specific errors messages for failing channels (#984) il y a 5 ans
ConnectionManagerTests.swift 71b338013d Extract the connection monitor from the connection manager (#1173) il y a 4 ans
ConnectivityStateMonitorTests.swift 8c43144fd6 Backup a couple of changes (#1168) il y a 4 ans
DebugChannelInitializerTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) il y a 5 ans
DelegatingErrorHandlerTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) il y a 5 ans
EchoTestClientTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) il y a 5 ans
EventLoopFuture+Assertions.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) il y a 5 ans
FakeChannelTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) il y a 5 ans
FakeResponseStreamTests.swift d0eb34dfe2 Disable new swiftformat rule (#936) il y a 5 ans
FunctionalTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) il y a 5 ans
GRPCClientChannelHandlerTests.swift 28d7266cd0 Better handle DATA frames with end stream set (#1139) il y a 4 ans
GRPCClientStateMachineTests.swift 28d7266cd0 Better handle DATA frames with end stream set (#1139) il y a 4 ans
GRPCCustomPayloadTests.swift 91ab843c48 Regenerate il y a 5 ans
GRPCIdleHandlerStateMachineTests.swift 59294d95b0 Allow the server to be gracefully shutdown. (#1076) il y a 5 ans
GRPCIdleTests.swift def0b59363 Idle client connection on 'channelInactive' if there are no active RPCs (#967) il y a 5 ans
GRPCInteroperabilityTests.swift d27c29834f Capture logs in tests (#903) il y a 5 ans
GRPCKeepaliveTests.swift 24b71cb4c3 Tolerate idling from the active state (#950) il y a 5 ans
GRPCLoggerTests.swift 66f74fc826 Add a static-source Logger (#1165) il y a 4 ans
GRPCPingHandlerTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) il y a 5 ans
GRPCServerPipelineConfiguratorTests.swift b81b8f2398 Use ALPN to determine what sort of connection we've accepted (#1055) il y a 5 ans
GRPCStatusCodeTests.swift c85a7efe87 Fix up some docs, add an faqs doc (#1121) il y a 4 ans
GRPCStatusMessageMarshallerTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) il y a 5 ans
GRPCStatusTests.swift f21f8a5c57 Make 'GRPCStatus.Code' an enum (#942) il y a 5 ans
GRPCTestCase.swift 5c20271bc4 Don't delay logging until the end of test when GRPC_ALWAYS_LOG is enabled (#979) il y a 5 ans
GRPCTimeoutTests.swift 07432c4266 Log some HTTP/2 information (#938) il y a 5 ans
GRPCTypeSizeTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) il y a 5 ans
GRPCWebToHTTP2ServerCodecTests.swift cdd3538cad Add a gRPC Web to HTTP/2 codec (#1047) il y a 5 ans
HTTP2ToRawGRPCStateMachineTests.swift caefcd5de2 Add a 'closeFuture' to the server context (#1147) il y a 4 ans
HTTPVersionParserTests.swift b81b8f2398 Use ALPN to determine what sort of connection we've accepted (#1055) il y a 5 ans
HeaderNormalizationTests.swift d9e1a6e532 Codegen for server interceptors (#1030) il y a 5 ans
ImmediateServerFailureTests.swift d9e1a6e532 Codegen for server interceptors (#1030) il y a 5 ans
InterceptorsTests.swift 976a14859e Make the remote address available on the server interceptor context (#1081) il y a 5 ans
LazyEventLoopPromiseTests.swift 937d85a110 Provide an internal transport abstraction for client rpcs (#834) il y a 5 ans
LengthPrefixedMessageReaderTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) il y a 5 ans
LengthPrefixedMessageWriterTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) il y a 5 ans
MessageEncodingHeaderValidatorTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) il y a 5 ans
PlatformSupportTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) il y a 5 ans
RequestIDProviderTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) il y a 5 ans
SampleCertificate+Assertions.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) il y a 5 ans
ServerErrorDelegateTests.swift 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) il y a 5 ans
ServerInterceptorPipelineTests.swift 976a14859e Make the remote address available on the server interceptor context (#1081) il y a 5 ans
ServerInterceptorTests.swift caefcd5de2 Add a 'closeFuture' to the server context (#1147) il y a 4 ans
ServerOnCloseTests.swift caefcd5de2 Add a 'closeFuture' to the server context (#1147) il y a 4 ans
ServerQuiescingTests.swift 59294d95b0 Allow the server to be gracefully shutdown. (#1076) il y a 5 ans
ServerTLSErrorTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) il y a 5 ans
ServerThrowingTests.swift 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) il y a 5 ans
ServerWebTests.swift d0a101b661 Drop the message from the static 'ok' status. (#1120) il y a 4 ans
StopwatchTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) il y a 5 ans
StreamingRequestClientCallTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) il y a 5 ans
TestClientExample.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) il y a 5 ans
TimeLimitTests.swift 8196439d23 Allow deadlines or timeouts to be set on RPCs (#842) il y a 5 ans
UnaryServerHandlerTests.swift caefcd5de2 Add a 'closeFuture' to the server context (#1147) il y a 4 ans
UserInfoTests.swift 224e4b3ef9 Add a 'UserInfo' heterotyped dictionary (#1031) il y a 5 ans
XCTestHelpers.swift ed647a39a9 Drop support for the old way of handling RPCs on the server (#1113) il y a 4 ans
ZeroLengthWriteTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) il y a 5 ans
ZlibTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) il y a 5 ans