George Barnett e71050720b Add a coalescing writer (#1537) před 3 roky
..
AsyncAwaitSupport d7f2a53b0a Use #fileID/#filePath instead of #file (#1518) před 3 roky
Codegen 9539d94cc2 Add missing 'Sendable' conformance (#1404) před 3 roky
ConnectionPool d7f2a53b0a Use #fileID/#filePath instead of #file (#1518) před 3 roky
EchoHelpers 305677ed3b Make clients sendable (#1386) před 3 roky
ALPNConfigurationTests.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) před 4 roky
AnyServiceClientTests.swift 305677ed3b Make clients sendable (#1386) před 3 roky
Array+BoundsCheckingTests.swift cb88f35a8a Add scaffolding for client interceptors (#986) před 5 roky
BasicEchoTestCase.swift 305677ed3b Make clients sendable (#1386) před 3 roky
CallPathTests.swift 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) před 5 roky
CallStartBehaviorTests.swift 305677ed3b Make clients sendable (#1386) před 3 roky
CapturingLogHandler.swift dfc2ab0285 Update swift-nio version, allocation test max values and alloc-limits.sh (#1490) před 3 roky
ClientCallTests.swift 4312579fc8 Delay client async writer starting (#1531) před 3 roky
ClientCancellingTests.swift 03010c784c Extend lifetime of client interceptor pipeline (#1265) před 4 roky
ClientClosedChannelTests.swift c88f038cde Use more specific NIO imports (#1239) před 4 roky
ClientConnectionBackoffTests.swift 305677ed3b Make clients sendable (#1386) před 3 roky
ClientEventLoopPreferenceTests.swift 305677ed3b Make clients sendable (#1386) před 3 roky
ClientInterceptorPipelineTests.swift 305677ed3b Make clients sendable (#1386) před 3 roky
ClientQuiescingTests.swift dfc2ab0285 Update swift-nio version, allocation test max values and alloc-limits.sh (#1490) před 3 roky
ClientTLSFailureTests.swift 305677ed3b Make clients sendable (#1386) před 3 roky
ClientTLSTests.swift 305677ed3b Make clients sendable (#1386) před 3 roky
ClientTimeoutTests.swift 305677ed3b Make clients sendable (#1386) před 3 roky
ClientTransportTests.swift d7f2a53b0a Use #fileID/#filePath instead of #file (#1518) před 3 roky
CoalescingLengthPrefixedMessageWriterTests.swift e71050720b Add a coalescing writer (#1537) před 3 roky
CompressionTests.swift 305677ed3b Make clients sendable (#1386) před 3 roky
ConfigurationTests.swift 4a7231f6aa Expose more http/2 configuration knobs (#1255) před 4 roky
ConnectionBackoffTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) před 5 roky
ConnectionFailingTests.swift 305677ed3b Make clients sendable (#1386) před 3 roky
ConnectionManagerTests.swift d7f2a53b0a Use #fileID/#filePath instead of #file (#1518) před 3 roky
ConnectivityStateMonitorTests.swift 8c43144fd6 Backup a couple of changes (#1168) před 4 roky
DebugChannelInitializerTests.swift 305677ed3b Make clients sendable (#1386) před 3 roky
DelegatingErrorHandlerTests.swift 305677ed3b Make clients sendable (#1386) před 3 roky
EchoMetadataTests.swift 8a11a2e2c4 Raise minimum Swift version for async/await (#1379) před 3 roky
EchoTestClientTests.swift 305677ed3b Make clients sendable (#1386) před 3 roky
ErrorRecordingDelegate.swift dfc2ab0285 Update swift-nio version, allocation test max values and alloc-limits.sh (#1490) před 3 roky
EventLoopFuture+Assertions.swift d7f2a53b0a Use #fileID/#filePath instead of #file (#1518) před 3 roky
FakeChannelTests.swift a6e3dc5b23 Merge branch '1.7.1-async-await' into gb-merge-async před 3 roky
FakeResponseStreamTests.swift 80055e59b5 Update formatter před 3 roky
FunctionalTests.swift d7f2a53b0a Use #fileID/#filePath instead of #file (#1518) před 3 roky
GRPCAsyncClientCallTests.swift 95e6a8213f Allow to `finish()` GRPCAsyncRequestStreamWriter sync, non-throwing (#1504) před 3 roky
GRPCAsyncServerHandlerTests.swift cfa950fbe1 Allow to write a sequence of requests/responses (#1499) před 3 roky
GRPCClientChannelHandlerTests.swift c88f038cde Use more specific NIO imports (#1239) před 4 roky
GRPCClientStateMachineTests.swift 67788d5dcc Avoid copies of large payloads (#1529) před 3 roky
GRPCCustomPayloadTests.swift 305677ed3b Make clients sendable (#1386) před 3 roky
GRPCIdleHandlerStateMachineTests.swift 593fe0fe93 Ignore state machine inputs in unexpected states (#1374) před 3 roky
GRPCIdleTests.swift 305677ed3b Make clients sendable (#1386) před 3 roky
GRPCInteroperabilityTests.swift 86d138a0cf Add missing tests (#1431) před 3 roky
GRPCKeepaliveTests.swift 305677ed3b Make clients sendable (#1386) před 3 roky
GRPCLoggerTests.swift 66f74fc826 Add a static-source Logger (#1165) před 4 roky
GRPCMessageLengthLimitTests.swift 305677ed3b Make clients sendable (#1386) před 3 roky
GRPCNetworkFrameworkTests.swift d7f2a53b0a Use #fileID/#filePath instead of #file (#1518) před 3 roky
GRPCPingHandlerTests.swift 9fc6ead754 Don't ack pings twice (#1534) před 3 roky
GRPCServerPipelineConfiguratorTests.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) před 4 roky
GRPCStatusCodeTests.swift 80055e59b5 Update formatter před 3 roky
GRPCStatusMessageMarshallerTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) před 5 roky
GRPCStatusTests.swift 4c9fc367f9 Add cause to GRPCStatus.descrpition if it is non-nil (#1357) před 3 roky
GRPCTestCase.swift d7f2a53b0a Use #fileID/#filePath instead of #file (#1518) před 3 roky
GRPCTimeoutTests.swift c88f038cde Use more specific NIO imports (#1239) před 4 roky
GRPCTypeSizeTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) před 5 roky
GRPCWebToHTTP2ServerCodecTests.swift c88f038cde Use more specific NIO imports (#1239) před 4 roky
GRPCWebToHTTP2StateMachineTests.swift d7f2a53b0a Use #fileID/#filePath instead of #file (#1518) před 3 roky
HTTP2MaxConcurrentStreamsTests.swift 305677ed3b Make clients sendable (#1386) před 3 roky
HTTP2ToRawGRPCStateMachineTests.swift 67788d5dcc Avoid copies of large payloads (#1529) před 3 roky
HTTPVersionParserTests.swift c88f038cde Use more specific NIO imports (#1239) před 4 roky
HeaderNormalizationTests.swift d7f2a53b0a Use #fileID/#filePath instead of #file (#1518) před 3 roky
ImmediateServerFailureTests.swift c88f038cde Use more specific NIO imports (#1239) před 4 roky
InterceptedRPCCancellationTests.swift 305677ed3b Make clients sendable (#1386) před 3 roky
InterceptorsTests.swift 305677ed3b Make clients sendable (#1386) před 3 roky
LazyEventLoopPromiseTests.swift c88f038cde Use more specific NIO imports (#1239) před 4 roky
LengthPrefixedMessageReaderTests.swift c88f038cde Use more specific NIO imports (#1239) před 4 roky
LengthPrefixedMessageWriterTests.swift 67788d5dcc Avoid copies of large payloads (#1529) před 3 roky
MessageEncodingHeaderValidatorTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) před 5 roky
MutualTLSTests.swift 305677ed3b Make clients sendable (#1386) před 3 roky
OneOrManyQueueTests.swift e71050720b Add a coalescing writer (#1537) před 3 roky
PlatformSupportTests.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) před 4 roky
RequestIDProviderTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) před 5 roky
RequestIDTests.swift 305677ed3b Make clients sendable (#1386) před 3 roky
SampleCertificate+Assertions.swift d7f2a53b0a Use #fileID/#filePath instead of #file (#1518) před 3 roky
ServerErrorDelegateTests.swift c88f038cde Use more specific NIO imports (#1239) před 4 roky
ServerFuzzingRegressionTests.swift d7f2a53b0a Use #fileID/#filePath instead of #file (#1518) před 3 roky
ServerInterceptorPipelineTests.swift c88f038cde Use more specific NIO imports (#1239) před 4 roky
ServerInterceptorTests.swift bd7f40a8fe [async-await] Base types for server implementation (#1249) před 4 roky
ServerOnCloseTests.swift 305677ed3b Make clients sendable (#1386) před 3 roky
ServerQuiescingTests.swift 305677ed3b Make clients sendable (#1386) před 3 roky
ServerTLSErrorTests.swift 305677ed3b Make clients sendable (#1386) před 3 roky
ServerThrowingTests.swift 555b004929 Make all tests discoverable on Linux (#1399) před 3 roky
ServerWebTests.swift 80055e59b5 Update formatter před 3 roky
StopwatchTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) před 5 roky
StreamResponseHandlerRetainCycleTests.swift dfc2ab0285 Update swift-nio version, allocation test max values and alloc-limits.sh (#1490) před 3 roky
StreamingRequestClientCallTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) před 5 roky
TestClientExample.swift 305677ed3b Make clients sendable (#1386) před 3 roky
TimeLimitTests.swift c88f038cde Use more specific NIO imports (#1239) před 4 roky
UnaryServerHandlerTests.swift bd7f40a8fe [async-await] Base types for server implementation (#1249) před 4 roky
UserInfoTests.swift 224e4b3ef9 Add a 'UserInfo' heterotyped dictionary (#1031) před 5 roky
WithConnectedSocketTests.swift c57bdcb8a6 Fix deprecation warnings (#1430) před 3 roky
XCTestHelpers.swift d7f2a53b0a Use #fileID/#filePath instead of #file (#1518) před 3 roky
ZeroLengthWriteTests.swift 305677ed3b Make clients sendable (#1386) před 3 roky
ZlibTests.swift c88f038cde Use more specific NIO imports (#1239) před 4 roky