George Barnett 25f6cdaddf Alllow calls to run on a specified event loop (#1156) před 4 roky
..
CallHandlers caefcd5de2 Add a 'closeFuture' to the server context (#1147) před 4 roky
ClientCalls 25f6cdaddf Alllow calls to run on a specified event loop (#1156) před 4 roky
Compression c85a7efe87 Fix up some docs, add an faqs doc (#1121) před 5 roky
GRPCChannel e70c2cff9c Added support for NIOSSLCustomVerificationCallback for client connection (#1107) před 5 roky
Interceptor 25f6cdaddf Alllow calls to run on a specified event loop (#1156) před 4 roky
ServerCallContexts caefcd5de2 Add a 'closeFuture' to the server context (#1147) před 4 roky
Array+BoundsCheck.swift cb88f35a8a Add scaffolding for client interceptors (#986) před 5 roky
CallOptions.swift 25f6cdaddf Alllow calls to run on a specified event loop (#1156) před 4 roky
ClientConnection.swift 25f6cdaddf Alllow calls to run on a specified event loop (#1156) před 4 roky
ClientErrorDelegate.swift 723dcc0f7e Fix a few incorrect source locations in logs (#933) před 5 roky
ConnectionBackoff.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) před 5 roky
ConnectionKeepalive.swift 9b9d3dbe0a Add keepalive handlers (#850) před 5 roky
ConnectionManager.swift 897a5bd2a1 Ignore errors in idle state. (#1133) před 5 roky
ConnectivityState.swift 59294d95b0 Allow the server to be gracefully shutdown. (#1076) před 5 roky
DelegatingErrorHandler.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) před 5 roky
FakeChannel.swift 25f6cdaddf Alllow calls to run on a specified event loop (#1156) před 4 roky
GRPCClient.swift c85a7efe87 Fix up some docs, add an faqs doc (#1121) před 5 roky
GRPCClientChannelHandler.swift 28d7266cd0 Better handle DATA frames with end stream set (#1139) před 5 roky
GRPCClientStateMachine.swift 28d7266cd0 Better handle DATA frames with end stream set (#1139) před 5 roky
GRPCContentType.swift c8b56b6607 Reorder some of the server logic. (#717) před 6 roky
GRPCError.swift 40e4e25ea5 Fix some bugs with new handlers (#1102) před 5 roky
GRPCHeaderName.swift c8b56b6607 Reorder some of the server logic. (#717) před 6 roky
GRPCIdleHandler.swift fccd9fb511 Merge idle and keepalive handlers (#1079) před 5 roky
GRPCIdleHandlerStateMachine.swift 59294d95b0 Allow the server to be gracefully shutdown. (#1076) před 5 roky
GRPCKeepaliveHandlers.swift fccd9fb511 Merge idle and keepalive handlers (#1079) před 5 roky
GRPCPayload.swift 4602c5c6ea Add tests for custom payloads (#719) před 6 roky
GRPCServerPipelineConfigurator.swift 4750840eab Use new NIO API for doing synchronous pipeline operations (#1149) před 4 roky
GRPCServerRequestRoutingHandler.swift caefcd5de2 Add a 'closeFuture' to the server context (#1147) před 4 roky
GRPCStatus.swift d0a101b661 Drop the message from the static 'ok' status. (#1120) před 5 roky
GRPCStatusAndMetadata.swift 256fe9ef70 Remove HTTP1 types from the public server API (#1017) před 5 roky
GRPCStatusMessageMarshaller.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) před 5 roky
GRPCTimeout.swift 5eeee138ba Minor SwiftFormat update (#957) před 5 roky
GRPCWebToHTTP2ServerCodec.swift cdd3538cad Add a gRPC Web to HTTP/2 codec (#1047) před 5 roky
HTTP2ToRawGRPCServerCodec.swift caefcd5de2 Add a 'closeFuture' to the server context (#1147) před 4 roky
HTTP2ToRawGRPCStateMachine.swift 7a75c81f9a Use static trailers if possible (#1151) před 4 roky
InterceptorContextList.swift f97848d473 Make a bunch of server code inlinable (#1077) před 5 roky
LengthPrefixedMessageReader.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) před 5 roky
LengthPrefixedMessageWriter.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) před 5 roky
Logger.swift 07432c4266 Log some HTTP/2 information (#938) před 5 roky
LoggingServerErrorDelegate.swift d4633f2ffe Allow loggers to be passed in (#902) před 5 roky
MessageEncodingHeaderValidator.swift 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) před 5 roky
PlatformSupport.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) před 5 roky
ReadWriteStates.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) před 5 roky
Ref.swift f97848d473 Make a bunch of server code inlinable (#1077) před 5 roky
Serialization.swift 31dffb8dc1 Move client serialization into the transport handler (#1083) před 5 roky
Server.swift 4750840eab Use new NIO API for doing synchronous pipeline operations (#1149) před 4 roky
ServerBuilder.swift b81b8f2398 Use ALPN to determine what sort of connection we've accepted (#1055) před 5 roky
ServerChannelErrorHandler.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) před 5 roky
ServerErrorDelegate.swift 256fe9ef70 Remove HTTP1 types from the public server API (#1017) před 5 roky
ServerErrorProcessor.swift a45db1b439 Scaffolding for better server codegen (#1093) před 5 roky
Stopwatch.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) před 5 roky
StreamEvent.swift 6fb98266e0 Remove the requirement that messages conform to GRPCPayload on the server (#886) před 5 roky
TLSConfiguration.swift 7ce68af711 Set the ALPN tokens if not otherwise set by the user. (#1127) před 5 roky
TLSVerificationHandler.swift b81b8f2398 Use ALPN to determine what sort of connection we've accepted (#1055) před 5 roky
TimeLimit.swift 3500a56ce2 Remove deprecated/dead code (#1115) před 5 roky
UserInfo.swift c85a7efe87 Fix up some docs, add an faqs doc (#1121) před 5 roky
Version.swift 7cb82cd35b Add a 'version' identifier and a more specific user-agent (#1128) před 5 roky
WebCORSHandler.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) před 5 roky
WriteCapturingHandler.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) před 5 roky
_EmbeddedThroughput.swift c85a7efe87 Fix up some docs, add an faqs doc (#1121) před 5 roky
_FakeResponseStream.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) před 5 roky
_GRPCClientCodecHandler.swift 31dffb8dc1 Move client serialization into the transport handler (#1083) před 5 roky
_MessageContext.swift 6fb98266e0 Remove the requirement that messages conform to GRPCPayload on the server (#886) před 5 roky