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