2
0
George Barnett 86d138a0cf Add missing tests (#1431) 3 жил өмнө
..
AsyncAwaitSupport 0680b7b359 Add co-operative cancellation to async writer and passthrough source (#1414) 3 жил өмнө
Codegen 9539d94cc2 Add missing 'Sendable' conformance (#1404) 3 жил өмнө
ConnectionPool a6e3dc5b23 Merge branch '1.7.1-async-await' into gb-merge-async 3 жил өмнө
EchoHelpers 305677ed3b Make clients sendable (#1386) 3 жил өмнө
ALPNConfigurationTests.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 жил өмнө
AnyServiceClientTests.swift 305677ed3b Make clients sendable (#1386) 3 жил өмнө
Array+BoundsCheckingTests.swift cb88f35a8a Add scaffolding for client interceptors (#986) 5 жил өмнө
BasicEchoTestCase.swift 305677ed3b Make clients sendable (#1386) 3 жил өмнө
CallPathTests.swift 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) 5 жил өмнө
CallStartBehaviorTests.swift 305677ed3b Make clients sendable (#1386) 3 жил өмнө
CapturingLogHandler.swift 5c20271bc4 Don't delay logging until the end of test when GRPC_ALWAYS_LOG is enabled (#979) 5 жил өмнө
ClientCallTests.swift a6e3dc5b23 Merge branch '1.7.1-async-await' into gb-merge-async 3 жил өмнө
ClientCancellingTests.swift 03010c784c Extend lifetime of client interceptor pipeline (#1265) 4 жил өмнө
ClientClosedChannelTests.swift c88f038cde Use more specific NIO imports (#1239) 4 жил өмнө
ClientConnectionBackoffTests.swift 305677ed3b Make clients sendable (#1386) 3 жил өмнө
ClientEventLoopPreferenceTests.swift 305677ed3b Make clients sendable (#1386) 3 жил өмнө
ClientInterceptorPipelineTests.swift 305677ed3b Make clients sendable (#1386) 3 жил өмнө
ClientQuiescingTests.swift 305677ed3b Make clients sendable (#1386) 3 жил өмнө
ClientTLSFailureTests.swift 305677ed3b Make clients sendable (#1386) 3 жил өмнө
ClientTLSTests.swift 305677ed3b Make clients sendable (#1386) 3 жил өмнө
ClientTimeoutTests.swift 305677ed3b Make clients sendable (#1386) 3 жил өмнө
ClientTransportTests.swift 8c5a8af968 Suspend request stream writes before the RPC is ready (#1411) 3 жил өмнө
CompressionTests.swift 305677ed3b Make clients sendable (#1386) 3 жил өмнө
ConfigurationTests.swift 4a7231f6aa Expose more http/2 configuration knobs (#1255) 4 жил өмнө
ConnectionBackoffTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 жил өмнө
ConnectionFailingTests.swift 305677ed3b Make clients sendable (#1386) 3 жил өмнө
ConnectionManagerTests.swift 305677ed3b Make clients sendable (#1386) 3 жил өмнө
ConnectivityStateMonitorTests.swift 8c43144fd6 Backup a couple of changes (#1168) 4 жил өмнө
DebugChannelInitializerTests.swift 305677ed3b Make clients sendable (#1386) 3 жил өмнө
DelegatingErrorHandlerTests.swift 305677ed3b Make clients sendable (#1386) 3 жил өмнө
EchoMetadataTests.swift 8a11a2e2c4 Raise minimum Swift version for async/await (#1379) 3 жил өмнө
EchoTestClientTests.swift 305677ed3b Make clients sendable (#1386) 3 жил өмнө
ErrorRecordingDelegate.swift 305677ed3b Make clients sendable (#1386) 3 жил өмнө
EventLoopFuture+Assertions.swift c88f038cde Use more specific NIO imports (#1239) 4 жил өмнө
FakeChannelTests.swift a6e3dc5b23 Merge branch '1.7.1-async-await' into gb-merge-async 3 жил өмнө
FakeResponseStreamTests.swift 80055e59b5 Update formatter 3 жил өмнө
FunctionalTests.swift 555b004929 Make all tests discoverable on Linux (#1399) 3 жил өмнө
GRPCAsyncClientCallTests.swift 8a11a2e2c4 Raise minimum Swift version for async/await (#1379) 3 жил өмнө
GRPCAsyncServerHandlerTests.swift 981e6cdd21 Refactor the async server call context (#1407) 3 жил өмнө
GRPCClientChannelHandlerTests.swift c88f038cde Use more specific NIO imports (#1239) 4 жил өмнө
GRPCClientStateMachineTests.swift c88f038cde Use more specific NIO imports (#1239) 4 жил өмнө
GRPCCustomPayloadTests.swift 305677ed3b Make clients sendable (#1386) 3 жил өмнө
GRPCIdleHandlerStateMachineTests.swift 593fe0fe93 Ignore state machine inputs in unexpected states (#1374) 3 жил өмнө
GRPCIdleTests.swift 305677ed3b Make clients sendable (#1386) 3 жил өмнө
GRPCInteroperabilityTests.swift 86d138a0cf Add missing tests (#1431) 3 жил өмнө
GRPCKeepaliveTests.swift 305677ed3b Make clients sendable (#1386) 3 жил өмнө
GRPCLoggerTests.swift 66f74fc826 Add a static-source Logger (#1165) 4 жил өмнө
GRPCMessageLengthLimitTests.swift 305677ed3b Make clients sendable (#1386) 3 жил өмнө
GRPCNetworkFrameworkTests.swift 305677ed3b Make clients sendable (#1386) 3 жил өмнө
GRPCPingHandlerTests.swift e09cf661a5 Better handle client sending GOAWAY 3 жил өмнө
GRPCServerPipelineConfiguratorTests.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 жил өмнө
GRPCStatusCodeTests.swift 80055e59b5 Update formatter 3 жил өмнө
GRPCStatusMessageMarshallerTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 жил өмнө
GRPCStatusTests.swift 4c9fc367f9 Add cause to GRPCStatus.descrpition if it is non-nil (#1357) 3 жил өмнө
GRPCTestCase.swift 5c20271bc4 Don't delay logging until the end of test when GRPC_ALWAYS_LOG is enabled (#979) 5 жил өмнө
GRPCTimeoutTests.swift c88f038cde Use more specific NIO imports (#1239) 4 жил өмнө
GRPCTypeSizeTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 жил өмнө
GRPCWebToHTTP2ServerCodecTests.swift c88f038cde Use more specific NIO imports (#1239) 4 жил өмнө
GRPCWebToHTTP2StateMachineTests.swift c88f038cde Use more specific NIO imports (#1239) 4 жил өмнө
HTTP2MaxConcurrentStreamsTests.swift 305677ed3b Make clients sendable (#1386) 3 жил өмнө
HTTP2ToRawGRPCStateMachineTests.swift c88f038cde Use more specific NIO imports (#1239) 4 жил өмнө
HTTPVersionParserTests.swift c88f038cde Use more specific NIO imports (#1239) 4 жил өмнө
HeaderNormalizationTests.swift 305677ed3b Make clients sendable (#1386) 3 жил өмнө
ImmediateServerFailureTests.swift c88f038cde Use more specific NIO imports (#1239) 4 жил өмнө
InterceptedRPCCancellationTests.swift 305677ed3b Make clients sendable (#1386) 3 жил өмнө
InterceptorsTests.swift 305677ed3b Make clients sendable (#1386) 3 жил өмнө
LazyEventLoopPromiseTests.swift c88f038cde Use more specific NIO imports (#1239) 4 жил өмнө
LengthPrefixedMessageReaderTests.swift c88f038cde Use more specific NIO imports (#1239) 4 жил өмнө
LengthPrefixedMessageWriterTests.swift c88f038cde Use more specific NIO imports (#1239) 4 жил өмнө
MessageEncodingHeaderValidatorTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 жил өмнө
MutualTLSTests.swift 305677ed3b Make clients sendable (#1386) 3 жил өмнө
PlatformSupportTests.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 жил өмнө
RequestIDProviderTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 жил өмнө
RequestIDTests.swift 305677ed3b Make clients sendable (#1386) 3 жил өмнө
SampleCertificate+Assertions.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 жил өмнө
ServerErrorDelegateTests.swift c88f038cde Use more specific NIO imports (#1239) 4 жил өмнө
ServerFuzzingRegressionTests.swift e09cf661a5 Better handle client sending GOAWAY 3 жил өмнө
ServerInterceptorPipelineTests.swift c88f038cde Use more specific NIO imports (#1239) 4 жил өмнө
ServerInterceptorTests.swift bd7f40a8fe [async-await] Base types for server implementation (#1249) 4 жил өмнө
ServerOnCloseTests.swift 305677ed3b Make clients sendable (#1386) 3 жил өмнө
ServerQuiescingTests.swift 305677ed3b Make clients sendable (#1386) 3 жил өмнө
ServerTLSErrorTests.swift 305677ed3b Make clients sendable (#1386) 3 жил өмнө
ServerThrowingTests.swift 555b004929 Make all tests discoverable on Linux (#1399) 3 жил өмнө
ServerWebTests.swift 80055e59b5 Update formatter 3 жил өмнө
StopwatchTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 жил өмнө
StreamResponseHandlerRetainCycleTests.swift c57bdcb8a6 Fix deprecation warnings (#1430) 3 жил өмнө
StreamingRequestClientCallTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 жил өмнө
TestClientExample.swift 305677ed3b Make clients sendable (#1386) 3 жил өмнө
TimeLimitTests.swift c88f038cde Use more specific NIO imports (#1239) 4 жил өмнө
UnaryServerHandlerTests.swift bd7f40a8fe [async-await] Base types for server implementation (#1249) 4 жил өмнө
UserInfoTests.swift 224e4b3ef9 Add a 'UserInfo' heterotyped dictionary (#1031) 5 жил өмнө
WithConnectedSocketTests.swift c57bdcb8a6 Fix deprecation warnings (#1430) 3 жил өмнө
XCTestHelpers.swift 8a11a2e2c4 Raise minimum Swift version for async/await (#1379) 3 жил өмнө
ZeroLengthWriteTests.swift 305677ed3b Make clients sendable (#1386) 3 жил өмнө
ZlibTests.swift c88f038cde Use more specific NIO imports (#1239) 4 жил өмнө