George Barnett 4d28b5f8a3 Avoid allocations when accessing interceptor head/tail (#1039) 5 лет назад
..
CallHandlers 224e4b3ef9 Add a 'UserInfo' heterotyped dictionary (#1031) 5 лет назад
ClientCalls e70547dc1c Remove the 'error' case from the 'GRPCClientResponsePart' (#1035) 5 лет назад
Compression cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 лет назад
GRPCChannel bae8851f28 Wire up the Call objects (#1010) 5 лет назад
Interceptor 4d28b5f8a3 Avoid allocations when accessing interceptor head/tail (#1039) 5 лет назад
ServerCallContexts 224e4b3ef9 Add a 'UserInfo' heterotyped dictionary (#1031) 5 лет назад
Array+BoundsCheck.swift cb88f35a8a Add scaffolding for client interceptors (#986) 5 лет назад
ClientConnection.swift bae8851f28 Wire up the Call objects (#1010) 5 лет назад
ClientErrorDelegate.swift 723dcc0f7e Fix a few incorrect source locations in logs (#933) 5 лет назад
ClientOptions.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 лет назад
ConnectionBackoff.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 лет назад
ConnectionIdledEvent.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 лет назад
ConnectionKeepalive.swift 9b9d3dbe0a Add keepalive handlers (#850) 5 лет назад
ConnectionManager.swift 7aac780666 Provide more specific errors messages for failing channels (#984) 5 лет назад
ConnectivityState.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 лет назад
DelegatingErrorHandler.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 лет назад
FakeChannel.swift bae8851f28 Wire up the Call objects (#1010) 5 лет назад
GRPCClient.swift bae8851f28 Wire up the Call objects (#1010) 5 лет назад
GRPCClientStateMachine.swift 640b0ef1d0 Update NIO version to 2.22.0 and NIOHTTP2 to 1.14.1. (#954) 5 лет назад
GRPCContentType.swift c8b56b6607 Reorder some of the server logic. (#717) 6 лет назад
GRPCError.swift 50359b78c2 Restructure `_BaseCallHandler` et al. for interceptors (#1028) 5 лет назад
GRPCHeaderName.swift c8b56b6607 Reorder some of the server logic. (#717) 6 лет назад
GRPCIdleHandler.swift 7aac780666 Provide more specific errors messages for failing channels (#984) 5 лет назад
GRPCKeepaliveHandlers.swift 5eeee138ba Minor SwiftFormat update (#957) 5 лет назад
GRPCPayload.swift 4602c5c6ea Add tests for custom payloads (#719) 6 лет назад
GRPCServerCodecHandler.swift 256fe9ef70 Remove HTTP1 types from the public server API (#1017) 5 лет назад
GRPCServerRequestRoutingHandler.swift 50359b78c2 Restructure `_BaseCallHandler` et al. for interceptors (#1028) 5 лет назад
GRPCStatus.swift f091154c52 Make 'GRPCStatus' a struct (#989) 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 лет назад
HTTP1ToGRPCServerCodec.swift 6f47178d9d Reduce excessive server logging. (#1011) 5 лет назад
HTTPProtocolSwitcher.swift 07432c4266 Log some HTTP/2 information (#938) 5 лет назад
InterceptorContextList.swift 4d28b5f8a3 Avoid allocations when accessing interceptor head/tail (#1039) 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 07432c4266 Log some HTTP/2 information (#938) 5 лет назад
LoggingServerErrorDelegate.swift d4633f2ffe Allow loggers to be passed in (#902) 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 224e4b3ef9 Add a 'UserInfo' heterotyped dictionary (#1031) 5 лет назад
Serialization.swift 640b0ef1d0 Update NIO version to 2.22.0 and NIOHTTP2 to 1.14.1. (#954) 5 лет назад
Server.swift 5c732465e2 Increase the client idle timeout, remove the default server idle timeout (#968) 5 лет назад
ServerBuilder.swift 5c732465e2 Increase the client idle timeout, remove the default server idle timeout (#968) 5 лет назад
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 лет назад
Shims.swift 50359b78c2 Restructure `_BaseCallHandler` et al. for interceptors (#1028) 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 e461a8487b Fix incorrect documentation for certificate verification on the server builder (#882) 5 лет назад
TLSVerificationHandler.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 лет назад
TimeLimit.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 лет назад
UserInfo.swift 224e4b3ef9 Add a 'UserInfo' heterotyped dictionary (#1031) 5 лет назад
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 cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 лет назад
_FakeResponseStream.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 лет назад
_GRPCClientChannelHandler.swift 50359b78c2 Restructure `_BaseCallHandler` et al. for interceptors (#1028) 5 лет назад
_GRPCClientCodecHandler.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 лет назад
_MessageContext.swift 6fb98266e0 Remove the requirement that messages conform to GRPCPayload on the server (#886) 5 лет назад