George Barnett 5bf16088ce Fix typo in 'requestDeserializer' (#1052) před 5 roky
..
CallHandlers 5bf16088ce Fix typo in 'requestDeserializer' (#1052) před 5 roky
ClientCalls e70547dc1c Remove the 'error' case from the 'GRPCClientResponsePart' (#1035) před 5 roky
Compression cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) před 5 roky
GRPCChannel bae8851f28 Wire up the Call objects (#1010) před 5 roky
Interceptor 4d28b5f8a3 Avoid allocations when accessing interceptor head/tail (#1039) před 5 roky
ServerCallContexts 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) před 5 roky
Array+BoundsCheck.swift cb88f35a8a Add scaffolding for client interceptors (#986) před 5 roky
ClientConnection.swift bae8851f28 Wire up the Call objects (#1010) před 5 roky
ClientErrorDelegate.swift 723dcc0f7e Fix a few incorrect source locations in logs (#933) před 5 roky
ClientOptions.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) před 5 roky
ConnectionBackoff.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) před 5 roky
ConnectionIdledEvent.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) před 5 roky
ConnectionKeepalive.swift 9b9d3dbe0a Add keepalive handlers (#850) před 5 roky
ConnectionManager.swift 7aac780666 Provide more specific errors messages for failing channels (#984) před 5 roky
ConnectivityState.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) před 5 roky
DelegatingErrorHandler.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) před 5 roky
FakeChannel.swift bae8851f28 Wire up the Call objects (#1010) před 5 roky
GRPCClient.swift bae8851f28 Wire up the Call objects (#1010) před 5 roky
GRPCClientStateMachine.swift 640b0ef1d0 Update NIO version to 2.22.0 and NIOHTTP2 to 1.14.1. (#954) před 5 roky
GRPCContentType.swift c8b56b6607 Reorder some of the server logic. (#717) před 5 roky
GRPCError.swift 50359b78c2 Restructure `_BaseCallHandler` et al. for interceptors (#1028) před 5 roky
GRPCHeaderName.swift c8b56b6607 Reorder some of the server logic. (#717) před 5 roky
GRPCIdleHandler.swift 7aac780666 Provide more specific errors messages for failing channels (#984) před 5 roky
GRPCKeepaliveHandlers.swift 5eeee138ba Minor SwiftFormat update (#957) před 5 roky
GRPCPayload.swift 4602c5c6ea Add tests for custom payloads (#719) před 5 roky
GRPCServerRequestRoutingHandler.swift 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) před 5 roky
GRPCStatus.swift f091154c52 Make 'GRPCStatus' a struct (#989) před 5 roky
GRPCStatusAndMetadata.swift 256fe9ef70 Remove HTTP1 types from the public server API (#1017) před 5 roky
GRPCStatusMessageMarshaller.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) před 5 roky
GRPCTimeout.swift 5eeee138ba Minor SwiftFormat update (#957) před 5 roky
GRPCWebToHTTP2ServerCodec.swift cdd3538cad Add a gRPC Web to HTTP/2 codec (#1047) před 5 roky
HTTP2ToRawGRPCServerCodec.swift 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) před 5 roky
HTTP2ToRawGRPCStateMachine.swift 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) před 5 roky
HTTPProtocolSwitcher.swift 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) před 5 roky
InterceptorContextList.swift 4d28b5f8a3 Avoid allocations when accessing interceptor head/tail (#1039) před 5 roky
LengthPrefixedMessageReader.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) před 5 roky
LengthPrefixedMessageWriter.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) před 5 roky
Logger.swift 07432c4266 Log some HTTP/2 information (#938) před 5 roky
LoggingServerErrorDelegate.swift d4633f2ffe Allow loggers to be passed in (#902) před 5 roky
MessageEncodingHeaderValidator.swift 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) před 5 roky
PlatformSupport.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) před 5 roky
ReadWriteStates.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) před 5 roky
Ref.swift 224e4b3ef9 Add a 'UserInfo' heterotyped dictionary (#1031) před 5 roky
Serialization.swift 2ce52e04a4 Move server (de)serialization to the base call handler (#1046) před 5 roky
Server.swift 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) před 5 roky
ServerBuilder.swift 5c732465e2 Increase the client idle timeout, remove the default server idle timeout (#968) před 5 roky
ServerChannelErrorHandler.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) před 5 roky
ServerErrorDelegate.swift 256fe9ef70 Remove HTTP1 types from the public server API (#1017) před 5 roky
Shims.swift 50359b78c2 Restructure `_BaseCallHandler` et al. for interceptors (#1028) před 5 roky
Stopwatch.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) před 5 roky
StreamEvent.swift 6fb98266e0 Remove the requirement that messages conform to GRPCPayload on the server (#886) před 5 roky
TLSConfiguration.swift e461a8487b Fix incorrect documentation for certificate verification on the server builder (#882) před 5 roky
TLSVerificationHandler.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) před 5 roky
TimeLimit.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) před 5 roky
UserInfo.swift 224e4b3ef9 Add a 'UserInfo' heterotyped dictionary (#1031) před 5 roky
WebCORSHandler.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) před 5 roky
WriteCapturingHandler.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) před 5 roky
_EmbeddedThroughput.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) před 5 roky
_FakeResponseStream.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) před 5 roky
_GRPCClientChannelHandler.swift 50359b78c2 Restructure `_BaseCallHandler` et al. for interceptors (#1028) před 5 roky
_GRPCClientCodecHandler.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) před 5 roky
_MessageContext.swift 6fb98266e0 Remove the requirement that messages conform to GRPCPayload on the server (#886) před 5 roky