George Barnett c85a7efe87 Fix up some docs, add an faqs doc (#1121) 4 tahun lalu
..
CallHandlers 3500a56ce2 Remove deprecated/dead code (#1115) 4 tahun lalu
ClientCalls befa21af1f Avoid copying client interceptor contexts (#1092) 4 tahun lalu
Compression c85a7efe87 Fix up some docs, add an faqs doc (#1121) 4 tahun lalu
GRPCChannel e70c2cff9c Added support for NIOSSLCustomVerificationCallback for client connection (#1107) 4 tahun lalu
Interceptor c85a7efe87 Fix up some docs, add an faqs doc (#1121) 4 tahun lalu
ServerCallContexts c85a7efe87 Fix up some docs, add an faqs doc (#1121) 4 tahun lalu
Array+BoundsCheck.swift cb88f35a8a Add scaffolding for client interceptors (#986) 5 tahun lalu
CallOptions.swift c85a7efe87 Fix up some docs, add an faqs doc (#1121) 4 tahun lalu
ClientConnection.swift c85a7efe87 Fix up some docs, add an faqs doc (#1121) 4 tahun lalu
ClientErrorDelegate.swift 723dcc0f7e Fix a few incorrect source locations in logs (#933) 5 tahun lalu
ConnectionBackoff.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 tahun lalu
ConnectionKeepalive.swift 9b9d3dbe0a Add keepalive handlers (#850) 5 tahun lalu
ConnectionManager.swift e70c2cff9c Added support for NIOSSLCustomVerificationCallback for client connection (#1107) 4 tahun lalu
ConnectivityState.swift 59294d95b0 Allow the server to be gracefully shutdown. (#1076) 5 tahun lalu
DelegatingErrorHandler.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 tahun lalu
FakeChannel.swift 31dffb8dc1 Move client serialization into the transport handler (#1083) 5 tahun lalu
GRPCClient.swift c85a7efe87 Fix up some docs, add an faqs doc (#1121) 4 tahun lalu
GRPCClientChannelHandler.swift c85a7efe87 Fix up some docs, add an faqs doc (#1121) 4 tahun lalu
GRPCClientStateMachine.swift 640b0ef1d0 Update NIO version to 2.22.0 and NIOHTTP2 to 1.14.1. (#954) 5 tahun lalu
GRPCContentType.swift c8b56b6607 Reorder some of the server logic. (#717) 5 tahun lalu
GRPCError.swift 40e4e25ea5 Fix some bugs with new handlers (#1102) 4 tahun lalu
GRPCHeaderName.swift c8b56b6607 Reorder some of the server logic. (#717) 5 tahun lalu
GRPCIdleHandler.swift fccd9fb511 Merge idle and keepalive handlers (#1079) 5 tahun lalu
GRPCIdleHandlerStateMachine.swift 59294d95b0 Allow the server to be gracefully shutdown. (#1076) 5 tahun lalu
GRPCKeepaliveHandlers.swift fccd9fb511 Merge idle and keepalive handlers (#1079) 5 tahun lalu
GRPCPayload.swift 4602c5c6ea Add tests for custom payloads (#719) 5 tahun lalu
GRPCServerPipelineConfigurator.swift fccd9fb511 Merge idle and keepalive handlers (#1079) 5 tahun lalu
GRPCServerRequestRoutingHandler.swift 3500a56ce2 Remove deprecated/dead code (#1115) 4 tahun lalu
GRPCStatus.swift d0a101b661 Drop the message from the static 'ok' status. (#1120) 4 tahun lalu
GRPCStatusAndMetadata.swift 256fe9ef70 Remove HTTP1 types from the public server API (#1017) 5 tahun lalu
GRPCStatusMessageMarshaller.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 tahun lalu
GRPCTimeout.swift 5eeee138ba Minor SwiftFormat update (#957) 5 tahun lalu
GRPCWebToHTTP2ServerCodec.swift cdd3538cad Add a gRPC Web to HTTP/2 codec (#1047) 5 tahun lalu
HTTP2ToRawGRPCServerCodec.swift ed647a39a9 Drop support for the old way of handling RPCs on the server (#1113) 4 tahun lalu
HTTP2ToRawGRPCStateMachine.swift ed647a39a9 Drop support for the old way of handling RPCs on the server (#1113) 4 tahun lalu
InterceptorContextList.swift f97848d473 Make a bunch of server code inlinable (#1077) 5 tahun lalu
LengthPrefixedMessageReader.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 tahun lalu
LengthPrefixedMessageWriter.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 tahun lalu
Logger.swift 07432c4266 Log some HTTP/2 information (#938) 5 tahun lalu
LoggingServerErrorDelegate.swift d4633f2ffe Allow loggers to be passed in (#902) 5 tahun lalu
MessageEncodingHeaderValidator.swift 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) 5 tahun lalu
PlatformSupport.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 tahun lalu
ReadWriteStates.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 tahun lalu
Ref.swift f97848d473 Make a bunch of server code inlinable (#1077) 5 tahun lalu
Serialization.swift 31dffb8dc1 Move client serialization into the transport handler (#1083) 5 tahun lalu
Server.swift 59294d95b0 Allow the server to be gracefully shutdown. (#1076) 5 tahun lalu
ServerBuilder.swift b81b8f2398 Use ALPN to determine what sort of connection we've accepted (#1055) 5 tahun lalu
ServerChannelErrorHandler.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 tahun lalu
ServerErrorDelegate.swift 256fe9ef70 Remove HTTP1 types from the public server API (#1017) 5 tahun lalu
ServerErrorProcessor.swift a45db1b439 Scaffolding for better server codegen (#1093) 4 tahun lalu
Stopwatch.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 tahun lalu
StreamEvent.swift 6fb98266e0 Remove the requirement that messages conform to GRPCPayload on the server (#886) 5 tahun lalu
TLSConfiguration.swift e70c2cff9c Added support for NIOSSLCustomVerificationCallback for client connection (#1107) 4 tahun lalu
TLSVerificationHandler.swift b81b8f2398 Use ALPN to determine what sort of connection we've accepted (#1055) 5 tahun lalu
TimeLimit.swift 3500a56ce2 Remove deprecated/dead code (#1115) 4 tahun lalu
UserInfo.swift c85a7efe87 Fix up some docs, add an faqs doc (#1121) 4 tahun lalu
WebCORSHandler.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 tahun lalu
WriteCapturingHandler.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 tahun lalu
_EmbeddedThroughput.swift c85a7efe87 Fix up some docs, add an faqs doc (#1121) 4 tahun lalu
_FakeResponseStream.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 tahun lalu
_GRPCClientCodecHandler.swift 31dffb8dc1 Move client serialization into the transport handler (#1083) 5 tahun lalu
_MessageContext.swift 6fb98266e0 Remove the requirement that messages conform to GRPCPayload on the server (#886) 5 tahun lalu