George Barnett 8c43144fd6 Backup a couple of changes (#1168) 4 سال پیش
..
CallHandlers caefcd5de2 Add a 'closeFuture' to the server context (#1147) 4 سال پیش
ClientCalls 25f6cdaddf Alllow calls to run on a specified event loop (#1156) 4 سال پیش
Compression c85a7efe87 Fix up some docs, add an faqs doc (#1121) 5 سال پیش
GRPCChannel e70c2cff9c Added support for NIOSSLCustomVerificationCallback for client connection (#1107) 5 سال پیش
Interceptor 25f6cdaddf Alllow calls to run on a specified event loop (#1156) 4 سال پیش
ServerCallContexts caefcd5de2 Add a 'closeFuture' to the server context (#1147) 4 سال پیش
Array+BoundsCheck.swift cb88f35a8a Add scaffolding for client interceptors (#986) 5 سال پیش
CallOptions.swift 25f6cdaddf Alllow calls to run on a specified event loop (#1156) 4 سال پیش
ClientConnection.swift 14c4f81720 Use sync operations for configuring the client pipeline (#1160) 4 سال پیش
ClientErrorDelegate.swift 723dcc0f7e Fix a few incorrect source locations in logs (#933) 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 baa4c3cd1c A more general channel provider (#1162) 4 سال پیش
ConnectionManagerChannelProvider.swift baa4c3cd1c A more general channel provider (#1162) 4 سال پیش
ConnectivityState.swift 8c43144fd6 Backup a couple of changes (#1168) 4 سال پیش
DelegatingErrorHandler.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 سال پیش
FakeChannel.swift 25f6cdaddf Alllow calls to run on a specified event loop (#1156) 4 سال پیش
GRPCClient.swift c85a7efe87 Fix up some docs, add an faqs doc (#1121) 5 سال پیش
GRPCClientChannelHandler.swift 28d7266cd0 Better handle DATA frames with end stream set (#1139) 5 سال پیش
GRPCClientStateMachine.swift 28d7266cd0 Better handle DATA frames with end stream set (#1139) 5 سال پیش
GRPCContentType.swift c8b56b6607 Reorder some of the server logic. (#717) 6 سال پیش
GRPCError.swift 40e4e25ea5 Fix some bugs with new handlers (#1102) 5 سال پیش
GRPCHeaderName.swift c8b56b6607 Reorder some of the server logic. (#717) 6 سال پیش
GRPCIdleHandler.swift 8c43144fd6 Backup a couple of changes (#1168) 4 سال پیش
GRPCIdleHandlerStateMachine.swift 8c43144fd6 Backup a couple of changes (#1168) 4 سال پیش
GRPCKeepaliveHandlers.swift fccd9fb511 Merge idle and keepalive handlers (#1079) 5 سال پیش
GRPCLogger.swift 66f74fc826 Add a static-source Logger (#1165) 4 سال پیش
GRPCPayload.swift 4602c5c6ea Add tests for custom payloads (#719) 6 سال پیش
GRPCServerPipelineConfigurator.swift 4750840eab Use new NIO API for doing synchronous pipeline operations (#1149) 4 سال پیش
GRPCServerRequestRoutingHandler.swift caefcd5de2 Add a 'closeFuture' to the server context (#1147) 4 سال پیش
GRPCStatus.swift d0a101b661 Drop the message from the static 'ok' status. (#1120) 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 caefcd5de2 Add a 'closeFuture' to the server context (#1147) 4 سال پیش
HTTP2ToRawGRPCStateMachine.swift 7a75c81f9a Use static trailers if possible (#1151) 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 4750840eab Use new NIO API for doing synchronous pipeline operations (#1149) 4 سال پیش
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) 5 سال پیش
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 7ce68af711 Set the ALPN tokens if not otherwise set by the user. (#1127) 5 سال پیش
TLSVerificationHandler.swift b81b8f2398 Use ALPN to determine what sort of connection we've accepted (#1055) 5 سال پیش
TimeLimit.swift 3500a56ce2 Remove deprecated/dead code (#1115) 5 سال پیش
UserInfo.swift c85a7efe87 Fix up some docs, add an faqs doc (#1121) 5 سال پیش
Version.swift 7cb82cd35b Add a 'version' identifier and a more specific user-agent (#1128) 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 c85a7efe87 Fix up some docs, add an faqs doc (#1121) 5 سال پیش
_FakeResponseStream.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 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 سال پیش