Quirin Schweigert 46021d0bb8 Add configuration for HTTP/2 max concurrent streams (#1226) 4 lat temu
..
CallHandlers caefcd5de2 Add a 'closeFuture' to the server context (#1147) 4 lat temu
ClientCalls 25f6cdaddf Alllow calls to run on a specified event loop (#1156) 4 lat temu
Compression c85a7efe87 Fix up some docs, add an faqs doc (#1121) 4 lat temu
ConnectionPool a59aa82fbc Add a connection pool manager (#1189) 4 lat temu
GRPCChannel 40de76e152 Add connect which defaults port to 443 when using TLS (#1225) 4 lat temu
Interceptor ea6aa1c263 Merge pull request from GHSA-rxmj-hg9v-vp3p 4 lat temu
ServerCallContexts caefcd5de2 Add a 'closeFuture' to the server context (#1147) 4 lat temu
Array+BoundsCheck.swift cb88f35a8a Add scaffolding for client interceptors (#986) 5 lat temu
CallOptions.swift 25f6cdaddf Alllow calls to run on a specified event loop (#1156) 4 lat temu
ClientConnection.swift 725154a554 Add support for Network.framework TLS options (#1221) 4 lat temu
ClientErrorDelegate.swift 4ea3cd016c Provide 'default' static functions for making client/server configuration (#1198) 4 lat temu
ConnectionBackoff.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 lat temu
ConnectionKeepalive.swift 9b9d3dbe0a Add keepalive handlers (#850) 5 lat temu
ConnectionManager+Delegates.swift 71b338013d Extract the connection monitor from the connection manager (#1173) 4 lat temu
ConnectionManager.swift 4da5c3da35 Add a per event loop connection pool (#1176) 4 lat temu
ConnectionManagerChannelProvider.swift 725154a554 Add support for Network.framework TLS options (#1221) 4 lat temu
ConnectivityState.swift 71b338013d Extract the connection monitor from the connection manager (#1173) 4 lat temu
DebugOnly.swift a59aa82fbc Add a connection pool manager (#1189) 4 lat temu
DelegatingErrorHandler.swift 9013e4e1ad Add remote and local address metadata to loggers (#1195) 4 lat temu
FakeChannel.swift 25f6cdaddf Alllow calls to run on a specified event loop (#1156) 4 lat temu
GRPCClient.swift c85a7efe87 Fix up some docs, add an faqs doc (#1121) 4 lat temu
GRPCClientChannelHandler.swift ea6aa1c263 Merge pull request from GHSA-rxmj-hg9v-vp3p 4 lat temu
GRPCClientStateMachine.swift ea6aa1c263 Merge pull request from GHSA-rxmj-hg9v-vp3p 4 lat temu
GRPCContentType.swift c8b56b6607 Reorder some of the server logic. (#717) 5 lat temu
GRPCError.swift 40e4e25ea5 Fix some bugs with new handlers (#1102) 4 lat temu
GRPCHeaderName.swift c8b56b6607 Reorder some of the server logic. (#717) 5 lat temu
GRPCIdleHandler.swift 9013e4e1ad Add remote and local address metadata to loggers (#1195) 4 lat temu
GRPCIdleHandlerStateMachine.swift 9013e4e1ad Add remote and local address metadata to loggers (#1195) 4 lat temu
GRPCKeepaliveHandlers.swift fccd9fb511 Merge idle and keepalive handlers (#1079) 5 lat temu
GRPCLogger.swift 9013e4e1ad Add remote and local address metadata to loggers (#1195) 4 lat temu
GRPCPayload.swift 4602c5c6ea Add tests for custom payloads (#719) 5 lat temu
GRPCServerPipelineConfigurator.swift 46021d0bb8 Add configuration for HTTP/2 max concurrent streams (#1226) 4 lat temu
GRPCServerRequestRoutingHandler.swift caefcd5de2 Add a 'closeFuture' to the server context (#1147) 4 lat temu
GRPCStatus.swift d0a101b661 Drop the message from the static 'ok' status. (#1120) 4 lat temu
GRPCStatusAndMetadata.swift 256fe9ef70 Remove HTTP1 types from the public server API (#1017) 5 lat temu
GRPCStatusMessageMarshaller.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 lat temu
GRPCTLSConfiguration.swift 725154a554 Add support for Network.framework TLS options (#1221) 4 lat temu
GRPCTimeout.swift 5eeee138ba Minor SwiftFormat update (#957) 5 lat temu
GRPCWebToHTTP2ServerCodec.swift 01bd56e270 Merge pull request from GHSA-2jx2-qcm4-rf9h 4 lat temu
HTTP2ToRawGRPCServerCodec.swift 60f33250d2 Merge pull request from GHSA-4rhq-vq24-88gw 4 lat temu
HTTP2ToRawGRPCStateMachine.swift ea6aa1c263 Merge pull request from GHSA-rxmj-hg9v-vp3p 4 lat temu
InterceptorContextList.swift f97848d473 Make a bunch of server code inlinable (#1077) 5 lat temu
LengthPrefixedMessageReader.swift ea6aa1c263 Merge pull request from GHSA-rxmj-hg9v-vp3p 4 lat temu
LengthPrefixedMessageWriter.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 lat temu
Logger.swift 9013e4e1ad Add remote and local address metadata to loggers (#1195) 4 lat temu
LoggingServerErrorDelegate.swift d4633f2ffe Allow loggers to be passed in (#902) 5 lat temu
MessageEncodingHeaderValidator.swift 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) 5 lat temu
PlatformSupport.swift 725154a554 Add support for Network.framework TLS options (#1221) 4 lat temu
ReadWriteStates.swift ea6aa1c263 Merge pull request from GHSA-rxmj-hg9v-vp3p 4 lat temu
Ref.swift f97848d473 Make a bunch of server code inlinable (#1077) 5 lat temu
Serialization.swift 31dffb8dc1 Move client serialization into the transport handler (#1083) 5 lat temu
Server.swift 46021d0bb8 Add configuration for HTTP/2 max concurrent streams (#1226) 4 lat temu
ServerBuilder.swift 46021d0bb8 Add configuration for HTTP/2 max concurrent streams (#1226) 4 lat temu
ServerChannelErrorHandler.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 lat temu
ServerErrorDelegate.swift 256fe9ef70 Remove HTTP1 types from the public server API (#1017) 5 lat temu
ServerErrorProcessor.swift a45db1b439 Scaffolding for better server codegen (#1093) 4 lat temu
Stopwatch.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 lat temu
StreamEvent.swift 6fb98266e0 Remove the requirement that messages conform to GRPCPayload on the server (#886) 5 lat temu
TLSConfiguration.swift 725154a554 Add support for Network.framework TLS options (#1221) 4 lat temu
TLSVerificationHandler.swift b81b8f2398 Use ALPN to determine what sort of connection we've accepted (#1055) 5 lat temu
TimeLimit.swift 3500a56ce2 Remove deprecated/dead code (#1115) 4 lat temu
UserInfo.swift c85a7efe87 Fix up some docs, add an faqs doc (#1121) 4 lat temu
Version.swift 14e1ea3350 Bump version number to 1.3.0 (#1222) 4 lat temu
WebCORSHandler.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 lat temu
WriteCapturingHandler.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 lat temu
_EmbeddedThroughput.swift ea6aa1c263 Merge pull request from GHSA-rxmj-hg9v-vp3p 4 lat temu
_FakeResponseStream.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 lat temu
_GRPCClientCodecHandler.swift 31dffb8dc1 Move client serialization into the transport handler (#1083) 5 lat temu
_MessageContext.swift 6fb98266e0 Remove the requirement that messages conform to GRPCPayload on the server (#886) 5 lat temu