George Barnett 3500a56ce2 Remove deprecated/dead code (#1115) преди 4 години
..
CallHandlers 3500a56ce2 Remove deprecated/dead code (#1115) преди 4 години
ClientCalls befa21af1f Avoid copying client interceptor contexts (#1092) преди 4 години
Compression 40e4e25ea5 Fix some bugs with new handlers (#1102) преди 4 години
GRPCChannel e70c2cff9c Added support for NIOSSLCustomVerificationCallback for client connection (#1107) преди 4 години
Interceptor befa21af1f Avoid copying client interceptor contexts (#1092) преди 4 години
ServerCallContexts 3500a56ce2 Remove deprecated/dead code (#1115) преди 4 години
Array+BoundsCheck.swift cb88f35a8a Add scaffolding for client interceptors (#986) преди 5 години
ClientConnection.swift e70c2cff9c Added support for NIOSSLCustomVerificationCallback for client connection (#1107) преди 4 години
ClientErrorDelegate.swift 723dcc0f7e Fix a few incorrect source locations in logs (#933) преди 5 години
ClientOptions.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) преди 5 години
ConnectionBackoff.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) преди 5 години
ConnectionKeepalive.swift 9b9d3dbe0a Add keepalive handlers (#850) преди 5 години
ConnectionManager.swift e70c2cff9c Added support for NIOSSLCustomVerificationCallback for client connection (#1107) преди 4 години
ConnectivityState.swift 59294d95b0 Allow the server to be gracefully shutdown. (#1076) преди 5 години
DelegatingErrorHandler.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) преди 5 години
FakeChannel.swift 31dffb8dc1 Move client serialization into the transport handler (#1083) преди 5 години
GRPCClient.swift bae8851f28 Wire up the Call objects (#1010) преди 5 години
GRPCClientStateMachine.swift 640b0ef1d0 Update NIO version to 2.22.0 and NIOHTTP2 to 1.14.1. (#954) преди 5 години
GRPCContentType.swift c8b56b6607 Reorder some of the server logic. (#717) преди 5 години
GRPCError.swift 40e4e25ea5 Fix some bugs with new handlers (#1102) преди 4 години
GRPCHeaderName.swift c8b56b6607 Reorder some of the server logic. (#717) преди 5 години
GRPCIdleHandler.swift fccd9fb511 Merge idle and keepalive handlers (#1079) преди 5 години
GRPCIdleHandlerStateMachine.swift 59294d95b0 Allow the server to be gracefully shutdown. (#1076) преди 5 години
GRPCKeepaliveHandlers.swift fccd9fb511 Merge idle and keepalive handlers (#1079) преди 5 години
GRPCPayload.swift 4602c5c6ea Add tests for custom payloads (#719) преди 5 години
GRPCServerPipelineConfigurator.swift fccd9fb511 Merge idle and keepalive handlers (#1079) преди 5 години
GRPCServerRequestRoutingHandler.swift 3500a56ce2 Remove deprecated/dead code (#1115) преди 4 години
GRPCStatus.swift f091154c52 Make 'GRPCStatus' a struct (#989) преди 5 години
GRPCStatusAndMetadata.swift 256fe9ef70 Remove HTTP1 types from the public server API (#1017) преди 5 години
GRPCStatusMessageMarshaller.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) преди 5 години
GRPCTimeout.swift 5eeee138ba Minor SwiftFormat update (#957) преди 5 години
GRPCWebToHTTP2ServerCodec.swift cdd3538cad Add a gRPC Web to HTTP/2 codec (#1047) преди 5 години
HTTP2ToRawGRPCServerCodec.swift ed647a39a9 Drop support for the old way of handling RPCs on the server (#1113) преди 4 години
HTTP2ToRawGRPCStateMachine.swift ed647a39a9 Drop support for the old way of handling RPCs on the server (#1113) преди 4 години
InterceptorContextList.swift f97848d473 Make a bunch of server code inlinable (#1077) преди 5 години
LengthPrefixedMessageReader.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) преди 5 години
LengthPrefixedMessageWriter.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) преди 5 години
Logger.swift 07432c4266 Log some HTTP/2 information (#938) преди 5 години
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 cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) преди 5 години
ReadWriteStates.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) преди 5 години
Ref.swift f97848d473 Make a bunch of server code inlinable (#1077) преди 5 години
Serialization.swift 31dffb8dc1 Move client serialization into the transport handler (#1083) преди 5 години
Server.swift 59294d95b0 Allow the server to be gracefully shutdown. (#1076) преди 5 години
ServerBuilder.swift b81b8f2398 Use ALPN to determine what sort of connection we've accepted (#1055) преди 5 години
ServerChannelErrorHandler.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) преди 5 години
ServerErrorDelegate.swift 256fe9ef70 Remove HTTP1 types from the public server API (#1017) преди 5 години
ServerErrorProcessor.swift a45db1b439 Scaffolding for better server codegen (#1093) преди 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 години
TLSConfiguration.swift e70c2cff9c Added support for NIOSSLCustomVerificationCallback for client connection (#1107) преди 4 години
TLSVerificationHandler.swift b81b8f2398 Use ALPN to determine what sort of connection we've accepted (#1055) преди 5 години
TimeLimit.swift 3500a56ce2 Remove deprecated/dead code (#1115) преди 4 години
UserInfo.swift 224e4b3ef9 Add a 'UserInfo' heterotyped dictionary (#1031) преди 5 години
WebCORSHandler.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) преди 5 години
WriteCapturingHandler.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) преди 5 години
_EmbeddedThroughput.swift f6c6762fab Add a unary server benchmark (#1074) преди 5 години
_FakeResponseStream.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) преди 5 години
_GRPCClientChannelHandler.swift 50359b78c2 Restructure `_BaseCallHandler` et al. for interceptors (#1028) преди 5 години
_GRPCClientCodecHandler.swift 31dffb8dc1 Move client serialization into the transport handler (#1083) преди 5 години
_MessageContext.swift 6fb98266e0 Remove the requirement that messages conform to GRPCPayload on the server (#886) преди 5 години