George Barnett f258d1cd8e Bump version for 1.1.0 release (#1200) пре 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 година
ConnectionPool a59aa82fbc Add a connection pool manager (#1189) пре 4 година
GRPCChannel 4ea3cd016c Provide 'default' static functions for making client/server configuration (#1198) пре 4 година
Interceptor 9013e4e1ad Add remote and local address metadata to loggers (#1195) пре 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 4ea3cd016c Provide 'default' static functions for making client/server configuration (#1198) пре 4 година
ClientErrorDelegate.swift 4ea3cd016c Provide 'default' static functions for making client/server configuration (#1198) пре 4 година
ConnectionBackoff.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) пре 5 година
ConnectionKeepalive.swift 9b9d3dbe0a Add keepalive handlers (#850) пре 5 година
ConnectionManager+Delegates.swift 71b338013d Extract the connection monitor from the connection manager (#1173) пре 4 година
ConnectionManager.swift 4da5c3da35 Add a per event loop connection pool (#1176) пре 4 година
ConnectionManagerChannelProvider.swift 17ae7a062f Make 'NIOSSLContext' ahead of time (#1184) пре 4 година
ConnectivityState.swift 71b338013d Extract the connection monitor from the connection manager (#1173) пре 4 година
DebugOnly.swift a59aa82fbc Add a connection pool manager (#1189) пре 4 година
DelegatingErrorHandler.swift 9013e4e1ad Add remote and local address metadata to loggers (#1195) пре 4 година
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 9013e4e1ad Add remote and local address metadata to loggers (#1195) пре 4 година
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 9013e4e1ad Add remote and local address metadata to loggers (#1195) пре 4 година
GRPCIdleHandlerStateMachine.swift 9013e4e1ad Add remote and local address metadata to loggers (#1195) пре 4 година
GRPCKeepaliveHandlers.swift fccd9fb511 Merge idle and keepalive handlers (#1079) пре 5 година
GRPCLogger.swift 9013e4e1ad Add remote and local address metadata to loggers (#1195) пре 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 1791c3e7b5 Handle multiple requests for gRPC-Web (#1187) пре 4 година
HTTP2ToRawGRPCServerCodec.swift 1791c3e7b5 Handle multiple requests for gRPC-Web (#1187) пре 4 година
HTTP2ToRawGRPCStateMachine.swift 1791c3e7b5 Handle multiple requests for gRPC-Web (#1187) пре 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 9013e4e1ad Add remote and local address metadata to loggers (#1195) пре 4 година
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 4ea3cd016c Provide 'default' static functions for making client/server configuration (#1198) пре 4 година
ServerBuilder.swift 4ea3cd016c Provide 'default' static functions for making client/server configuration (#1198) пре 4 година
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 f258d1cd8e Bump version for 1.1.0 release (#1200) пре 4 година
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 9013e4e1ad Add remote and local address metadata to loggers (#1195) пре 4 година
_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 година