2
0
George Barnett 3426bcade3 Fix a handful of Sendable warnings (#1419) 3 жил өмнө
..
AsyncAwaitSupport 3426bcade3 Fix a handful of Sendable warnings (#1419) 3 жил өмнө
CallHandlers bd7f40a8fe [async-await] Base types for server implementation (#1249) 4 жил өмнө
ClientCalls 8c5a8af968 Suspend request stream writes before the RPC is ready (#1411) 3 жил өмнө
Compression 305677ed3b Make clients sendable (#1386) 3 жил өмнө
ConnectionPool 305677ed3b Make clients sendable (#1386) 3 жил өмнө
GRPCChannel 305677ed3b Make clients sendable (#1386) 3 жил өмнө
Interceptor 8c5a8af968 Suspend request stream writes before the RPC is ready (#1411) 3 жил өмнө
ServerCallContexts c88f038cde Use more specific NIO imports (#1239) 4 жил өмнө
Array+BoundsCheck.swift cb88f35a8a Add scaffolding for client interceptors (#986) 5 жил өмнө
CallOptions.swift 305677ed3b Make clients sendable (#1386) 3 жил өмнө
ClientConnection.swift 305677ed3b Make clients sendable (#1386) 3 жил өмнө
ClientConnectionConfiguration+NIOSSL.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 жил өмнө
ClientErrorDelegate.swift 305677ed3b Make clients sendable (#1386) 3 жил өмнө
ConnectionBackoff.swift 305677ed3b Make clients sendable (#1386) 3 жил өмнө
ConnectionKeepalive.swift 305677ed3b Make clients sendable (#1386) 3 жил өмнө
ConnectionManager+Delegates.swift 305677ed3b Make clients sendable (#1386) 3 жил өмнө
ConnectionManager.swift 305677ed3b Make clients sendable (#1386) 3 жил өмнө
ConnectionManagerChannelProvider.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 жил өмнө
ConnectivityState.swift 3426bcade3 Fix a handful of Sendable warnings (#1419) 3 жил өмнө
DebugOnly.swift a59aa82fbc Add a connection pool manager (#1189) 4 жил өмнө
DelegatingErrorHandler.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 жил өмнө
Error+NIOSSL.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 жил өмнө
EventLoopFuture+RecoverFromUncleanShutdown.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 жил өмнө
FakeChannel.swift 305677ed3b Make clients sendable (#1386) 3 жил өмнө
GRPCClient.swift 305677ed3b Make clients sendable (#1386) 3 жил өмнө
GRPCClientChannelHandler.swift 305677ed3b Make clients sendable (#1386) 3 жил өмнө
GRPCClientStateMachine.swift c2e1e12260 Reformat async code (#1383) 3 жил өмнө
GRPCContentType.swift c8b56b6607 Reorder some of the server logic. (#717) 6 жил өмнө
GRPCError.swift e12afd310e Add 'cause' to more transformed statuses (#1306) 4 жил өмнө
GRPCHeaderName.swift c8b56b6607 Reorder some of the server logic. (#717) 6 жил өмнө
GRPCIdleHandler.swift c2e1e12260 Reformat async code (#1383) 3 жил өмнө
GRPCIdleHandlerStateMachine.swift 6ec9effb54 Allow clients to shutdown gracefully (#1308) 4 жил өмнө
GRPCKeepaliveHandlers.swift c2e1e12260 Reformat async code (#1383) 3 жил өмнө
GRPCLogger.swift e180dfa7a5 Make the connection pool etc. inlinable 4 жил өмнө
GRPCPayload.swift c88f038cde Use more specific NIO imports (#1239) 4 жил өмнө
GRPCServerPipelineConfigurator.swift c2e1e12260 Reformat async code (#1383) 3 жил өмнө
GRPCServerRequestRoutingHandler.swift c88f038cde Use more specific NIO imports (#1239) 4 жил өмнө
GRPCServiceDescription.swift 305677ed3b Make clients sendable (#1386) 3 жил өмнө
GRPCStatus.swift b341dbb881 Add Sendable conformance to core async/await API (#1378) 3 жил өмнө
GRPCStatusAndMetadata.swift 256fe9ef70 Remove HTTP1 types from the public server API (#1017) 5 жил өмнө
GRPCStatusMessageMarshaller.swift c2e1e12260 Reformat async code (#1383) 3 жил өмнө
GRPCTLSConfiguration.swift 305677ed3b Make clients sendable (#1386) 3 жил өмнө
GRPCTimeout.swift c2e1e12260 Reformat async code (#1383) 3 жил өмнө
GRPCWebToHTTP2ServerCodec.swift c2e1e12260 Reformat async code (#1383) 3 жил өмнө
HTTP2ToRawGRPCServerCodec.swift c88f038cde Use more specific NIO imports (#1239) 4 жил өмнө
HTTP2ToRawGRPCStateMachine.swift c2e1e12260 Reformat async code (#1383) 3 жил өмнө
InterceptorContextList.swift f97848d473 Make a bunch of server code inlinable (#1077) 5 жил өмнө
LengthPrefixedMessageReader.swift 906d48a835 Improve error message when length exceeds receive limit (#1247) 4 жил өмнө
LengthPrefixedMessageWriter.swift c2e1e12260 Reformat async code (#1383) 3 жил өмнө
Logger.swift c88f038cde Use more specific NIO imports (#1239) 4 жил өмнө
LoggingServerErrorDelegate.swift d4633f2ffe Allow loggers to be passed in (#902) 5 жил өмнө
MessageEncodingHeaderValidator.swift 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) 5 жил өмнө
PlatformSupport.swift c2e1e12260 Reformat async code (#1383) 3 жил өмнө
ReadWriteStates.swift 906d48a835 Improve error message when length exceeds receive limit (#1247) 4 жил өмнө
Ref.swift f97848d473 Make a bunch of server code inlinable (#1077) 5 жил өмнө
Serialization.swift c88f038cde Use more specific NIO imports (#1239) 4 жил өмнө
Server+NIOSSL.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 жил өмнө
Server.swift c2e1e12260 Reformat async code (#1383) 3 жил өмнө
ServerBuilder+NIOSSL.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 жил өмнө
ServerBuilder.swift 83267df08d Allow gRPC to be built without NIOSSL (#1311) 4 жил өмнө
ServerChannelErrorHandler.swift c88f038cde Use more specific NIO imports (#1239) 4 жил өмнө
ServerErrorDelegate.swift c2e1e12260 Reformat async code (#1383) 3 жил өмнө
ServerErrorProcessor.swift 7dc737b5c1 Add cause to GRPCStatus.processingError for uncaught errors (#1356) 4 жил өмнө
Stopwatch.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 жил өмнө
StreamEvent.swift 6fb98266e0 Remove the requirement that messages conform to GRPCPayload on the server (#886) 5 жил өмнө
TLSVerificationHandler.swift 8189eeeba6 Remove unused imports (#1266) 4 жил өмнө
TimeLimit.swift 305677ed3b Make clients sendable (#1386) 3 жил өмнө
UserInfo.swift c85a7efe87 Fix up some docs, add an faqs doc (#1121) 5 жил өмнө
Version.swift 4ca9bcf161 Merge tag '1.7.1' into gb-update-async-await 3 жил өмнө
WebCORSHandler.swift c88f038cde Use more specific NIO imports (#1239) 4 жил өмнө
WriteCapturingHandler.swift c88f038cde Use more specific NIO imports (#1239) 4 жил өмнө
_EmbeddedThroughput.swift c88f038cde Use more specific NIO imports (#1239) 4 жил өмнө
_FakeResponseStream.swift c88f038cde Use more specific NIO imports (#1239) 4 жил өмнө
_GRPCClientCodecHandler.swift c88f038cde Use more specific NIO imports (#1239) 4 жил өмнө
_MessageContext.swift 6fb98266e0 Remove the requirement that messages conform to GRPCPayload on the server (#886) 5 жил өмнө