2
0
George Barnett 25f6cdaddf Alllow calls to run on a specified event loop (#1156) 4 жил өмнө
..
Codegen c5578d48df Add a codegen option to allow stub names to not have their first character lowercased (#1123) 4 жил өмнө
EchoHelpers caefcd5de2 Add a 'closeFuture' to the server context (#1147) 4 жил өмнө
ALPNConfigurationTests.swift 7ce68af711 Set the ALPN tokens if not otherwise set by the user. (#1127) 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 жил өмнө
ClientEventLoopPreferenceTests.swift 25f6cdaddf Alllow calls to run on a specified event loop (#1156) 4 жил өмнө
ClientInterceptorPipelineTests.swift e70547dc1c Remove the 'error' case from the 'GRPCClientResponsePart' (#1035) 5 жил өмнө
ClientTLSFailureTests.swift e8dc247d60 Fix thread-unsafety bug in tests (#1126) 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) 5 жил өмнө
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 897a5bd2a1 Ignore errors in idle state. (#1133) 4 жил өмнө
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 жил өмнө
GRPCClientChannelHandlerTests.swift 28d7266cd0 Better handle DATA frames with end stream set (#1139) 4 жил өмнө
GRPCClientStateMachineTests.swift 28d7266cd0 Better handle DATA frames with end stream set (#1139) 4 жил өмнө
GRPCCustomPayloadTests.swift 91ab843c48 Regenerate 5 жил өмнө
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 c85a7efe87 Fix up some docs, add an faqs doc (#1121) 4 жил өмнө
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 caefcd5de2 Add a 'closeFuture' to the server context (#1147) 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 caefcd5de2 Add a 'closeFuture' to the server context (#1147) 4 жил өмнө
ServerOnCloseTests.swift caefcd5de2 Add a 'closeFuture' to the server context (#1147) 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 d0a101b661 Drop the message from the static 'ok' status. (#1120) 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 caefcd5de2 Add a 'closeFuture' to the server context (#1147) 4 жил өмнө
UserInfoTests.swift 224e4b3ef9 Add a 'UserInfo' heterotyped dictionary (#1031) 5 жил өмнө
XCTestHelpers.swift ed647a39a9 Drop support for the old way of handling RPCs on the server (#1113) 5 жил өмнө
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 жил өмнө