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