George Barnett 31dffb8dc1 Move client serialization into the transport handler (#1083) 5 năm trước cách đây
..
CallHandlers 976a14859e Make the remote address available on the server interceptor context (#1081) 5 năm trước cách đây
ClientCalls f23d374af0 Remove dead code (#1078) 5 năm trước cách đây
Compression cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 năm trước cách đây
GRPCChannel bae8851f28 Wire up the Call objects (#1010) 5 năm trước cách đây
Interceptor 31dffb8dc1 Move client serialization into the transport handler (#1083) 5 năm trước cách đây
ServerCallContexts 5b2b7eccda Ensure we're on the event loop when sending streaming responses (#1054) 5 năm trước cách đây
Array+BoundsCheck.swift cb88f35a8a Add scaffolding for client interceptors (#986) 5 năm trước cách đây
ClientConnection.swift fccd9fb511 Merge idle and keepalive handlers (#1079) 5 năm trước cách đây
ClientErrorDelegate.swift 723dcc0f7e Fix a few incorrect source locations in logs (#933) 5 năm trước cách đây
ClientOptions.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 năm trước cách đây
ConnectionBackoff.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 năm trước cách đây
ConnectionKeepalive.swift 9b9d3dbe0a Add keepalive handlers (#850) 5 năm trước cách đây
ConnectionManager.swift 59294d95b0 Allow the server to be gracefully shutdown. (#1076) 5 năm trước cách đây
ConnectivityState.swift 59294d95b0 Allow the server to be gracefully shutdown. (#1076) 5 năm trước cách đây
DelegatingErrorHandler.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 năm trước cách đây
FakeChannel.swift 31dffb8dc1 Move client serialization into the transport handler (#1083) 5 năm trước cách đây
GRPCClient.swift bae8851f28 Wire up the Call objects (#1010) 5 năm trước cách đây
GRPCClientStateMachine.swift 640b0ef1d0 Update NIO version to 2.22.0 and NIOHTTP2 to 1.14.1. (#954) 5 năm trước cách đây
GRPCContentType.swift c8b56b6607 Reorder some of the server logic. (#717) 5 năm trước cách đây
GRPCError.swift 50359b78c2 Restructure `_BaseCallHandler` et al. for interceptors (#1028) 5 năm trước cách đây
GRPCHeaderName.swift c8b56b6607 Reorder some of the server logic. (#717) 5 năm trước cách đây
GRPCIdleHandler.swift fccd9fb511 Merge idle and keepalive handlers (#1079) 5 năm trước cách đây
GRPCIdleHandlerStateMachine.swift 59294d95b0 Allow the server to be gracefully shutdown. (#1076) 5 năm trước cách đây
GRPCKeepaliveHandlers.swift fccd9fb511 Merge idle and keepalive handlers (#1079) 5 năm trước cách đây
GRPCPayload.swift 4602c5c6ea Add tests for custom payloads (#719) 5 năm trước cách đây
GRPCServerPipelineConfigurator.swift fccd9fb511 Merge idle and keepalive handlers (#1079) 5 năm trước cách đây
GRPCServerRequestRoutingHandler.swift 976a14859e Make the remote address available on the server interceptor context (#1081) 5 năm trước cách đây
GRPCStatus.swift f091154c52 Make 'GRPCStatus' a struct (#989) 5 năm trước cách đây
GRPCStatusAndMetadata.swift 256fe9ef70 Remove HTTP1 types from the public server API (#1017) 5 năm trước cách đây
GRPCStatusMessageMarshaller.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 năm trước cách đây
GRPCTimeout.swift 5eeee138ba Minor SwiftFormat update (#957) 5 năm trước cách đây
GRPCWebToHTTP2ServerCodec.swift cdd3538cad Add a gRPC Web to HTTP/2 codec (#1047) 5 năm trước cách đây
HTTP2ToRawGRPCServerCodec.swift 976a14859e Make the remote address available on the server interceptor context (#1081) 5 năm trước cách đây
HTTP2ToRawGRPCStateMachine.swift 976a14859e Make the remote address available on the server interceptor context (#1081) 5 năm trước cách đây
InterceptorContextList.swift f97848d473 Make a bunch of server code inlinable (#1077) 5 năm trước cách đây
LengthPrefixedMessageReader.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 năm trước cách đây
LengthPrefixedMessageWriter.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 năm trước cách đây
Logger.swift 07432c4266 Log some HTTP/2 information (#938) 5 năm trước cách đây
LoggingServerErrorDelegate.swift d4633f2ffe Allow loggers to be passed in (#902) 5 năm trước cách đây
MessageEncodingHeaderValidator.swift 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) 5 năm trước cách đây
PlatformSupport.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 năm trước cách đây
ReadWriteStates.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 năm trước cách đây
Ref.swift f97848d473 Make a bunch of server code inlinable (#1077) 5 năm trước cách đây
Serialization.swift 31dffb8dc1 Move client serialization into the transport handler (#1083) 5 năm trước cách đây
Server.swift 59294d95b0 Allow the server to be gracefully shutdown. (#1076) 5 năm trước cách đây
ServerBuilder.swift b81b8f2398 Use ALPN to determine what sort of connection we've accepted (#1055) 5 năm trước cách đây
ServerChannelErrorHandler.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 năm trước cách đây
ServerErrorDelegate.swift 256fe9ef70 Remove HTTP1 types from the public server API (#1017) 5 năm trước cách đây
Shims.swift 50359b78c2 Restructure `_BaseCallHandler` et al. for interceptors (#1028) 5 năm trước cách đây
Stopwatch.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 năm trước cách đây
StreamEvent.swift 6fb98266e0 Remove the requirement that messages conform to GRPCPayload on the server (#886) 5 năm trước cách đây
TLSConfiguration.swift b81b8f2398 Use ALPN to determine what sort of connection we've accepted (#1055) 5 năm trước cách đây
TLSVerificationHandler.swift b81b8f2398 Use ALPN to determine what sort of connection we've accepted (#1055) 5 năm trước cách đây
TimeLimit.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 năm trước cách đây
UserInfo.swift 224e4b3ef9 Add a 'UserInfo' heterotyped dictionary (#1031) 5 năm trước cách đây
WebCORSHandler.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 năm trước cách đây
WriteCapturingHandler.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 năm trước cách đây
_EmbeddedThroughput.swift f6c6762fab Add a unary server benchmark (#1074) 5 năm trước cách đây
_FakeResponseStream.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 năm trước cách đây
_GRPCClientChannelHandler.swift 50359b78c2 Restructure `_BaseCallHandler` et al. for interceptors (#1028) 5 năm trước cách đây
_GRPCClientCodecHandler.swift 31dffb8dc1 Move client serialization into the transport handler (#1083) 5 năm trước cách đây
_MessageContext.swift 6fb98266e0 Remove the requirement that messages conform to GRPCPayload on the server (#886) 5 năm trước cách đây