diff options
Diffstat (limited to 'www/proxygen/pkg-plist')
| -rw-r--r-- | www/proxygen/pkg-plist | 79 |
1 files changed, 77 insertions, 2 deletions
diff --git a/www/proxygen/pkg-plist b/www/proxygen/pkg-plist index 4698092a50af..35d875a4cd2a 100644 --- a/www/proxygen/pkg-plist +++ b/www/proxygen/pkg-plist @@ -1,4 +1,5 @@ bin/hq +bin/proxygen_cocurl bin/proxygen_curl bin/proxygen_echo bin/proxygen_h3datagram_client @@ -162,6 +163,66 @@ include/proxygen/lib/http/connpool/ServerIdleSessionController.h include/proxygen/lib/http/connpool/SessionHolder.h include/proxygen/lib/http/connpool/SessionPool.h include/proxygen/lib/http/connpool/ThreadIdleSessionController.h +include/proxygen/lib/http/coro/HTTPBodyEventQueue.h +include/proxygen/lib/http/coro/HTTPByteEventHelpers.h +include/proxygen/lib/http/coro/HTTPByteEvents.h +include/proxygen/lib/http/coro/HTTPCoroSession.h +include/proxygen/lib/http/coro/HTTPError.h +include/proxygen/lib/http/coro/HTTPEvents.h +include/proxygen/lib/http/coro/HTTPFilterFactoryHandler.h +include/proxygen/lib/http/coro/HTTPFixedSource.h +include/proxygen/lib/http/coro/HTTPHandlerChain.h +include/proxygen/lib/http/coro/HTTPHybridSource.h +include/proxygen/lib/http/coro/HTTPSource.h +include/proxygen/lib/http/coro/HTTPSourceFilter.h +include/proxygen/lib/http/coro/HTTPSourceFilterChain.h +include/proxygen/lib/http/coro/HTTPSourceHolder.h +include/proxygen/lib/http/coro/HTTPSourceReader.h +include/proxygen/lib/http/coro/HTTPStreamSource.h +include/proxygen/lib/http/coro/HTTPStreamSourceHolder.h +include/proxygen/lib/http/coro/HTTPStreamSourceSink.h +include/proxygen/lib/http/coro/HTTPStreamSourceSinkFactory.h +include/proxygen/lib/http/coro/HTTPTransactionAdaptorSource.h +include/proxygen/lib/http/coro/client/CoroDNSResolver.h +include/proxygen/lib/http/coro/client/HTTPClient.h +include/proxygen/lib/http/coro/client/HTTPClientConnectionCache.h +include/proxygen/lib/http/coro/client/HTTPCoroConnector.h +include/proxygen/lib/http/coro/client/HTTPCoroSessionPool.h +include/proxygen/lib/http/coro/client/HTTPSessionFactory.h +include/proxygen/lib/http/coro/filters/CompressionFilter.h +include/proxygen/lib/http/coro/filters/CompressionFilterFactory.h +include/proxygen/lib/http/coro/filters/DecompressionFilter.h +include/proxygen/lib/http/coro/filters/DecompressionFilterFactory.h +include/proxygen/lib/http/coro/filters/FilterFactory.h +include/proxygen/lib/http/coro/filters/HTTPRedirectHandler.h +include/proxygen/lib/http/coro/filters/Logger.h +include/proxygen/lib/http/coro/filters/MutateFilter.h +include/proxygen/lib/http/coro/filters/RateLimitFilter.h +include/proxygen/lib/http/coro/filters/RequestContextFilterFactory.h +include/proxygen/lib/http/coro/filters/ServerFilterFactory.h +include/proxygen/lib/http/coro/filters/StatsFilterUtil.h +include/proxygen/lib/http/coro/filters/Status1xxFilter.h +include/proxygen/lib/http/coro/filters/TransformFilter.h +include/proxygen/lib/http/coro/filters/VisitorFilter.h +include/proxygen/lib/http/coro/server/HTTPCoroAcceptor.h +include/proxygen/lib/http/coro/server/HTTPServer.h +include/proxygen/lib/http/coro/server/ScopedHTTPServer.h +include/proxygen/lib/http/coro/server/handlers/ExpectContinueWrapperHandler.h +include/proxygen/lib/http/coro/server/samples/fwdproxy/ConnectSource.h +include/proxygen/lib/http/coro/transport/CoroSSLTransport.h +include/proxygen/lib/http/coro/transport/HTTPConnectAsyncTransport.h +include/proxygen/lib/http/coro/transport/HTTPConnectStream.h +include/proxygen/lib/http/coro/transport/HTTPConnectTransport.h +include/proxygen/lib/http/coro/util/AwaitableKeepAlive.h +include/proxygen/lib/http/coro/util/CancellableBaton.h +include/proxygen/lib/http/coro/util/DetachableExecutor.h +include/proxygen/lib/http/coro/util/ExecutorSourceFilter.h +include/proxygen/lib/http/coro/util/Refcount.h +include/proxygen/lib/http/coro/util/TimedBaton.h +include/proxygen/lib/http/coro/util/Transport.h +include/proxygen/lib/http/coro/util/WindowContainer.h +include/proxygen/lib/http/coro/util/WtEgressContainer.h +include/proxygen/lib/http/coro/util/WtStreamManager.h include/proxygen/lib/http/experimental/RFC1867.h include/proxygen/lib/http/observer/HTTPSessionObserverContainer.h include/proxygen/lib/http/observer/HTTPSessionObserverInterface.h @@ -210,6 +271,7 @@ include/proxygen/lib/http/stats/ConnectionStats.h include/proxygen/lib/http/stats/HTTPCodecStats.h include/proxygen/lib/http/stats/HTTPCodecStatsFilter.h include/proxygen/lib/http/stats/HeaderCodecStats.h +include/proxygen/lib/http/stats/HttpServerStats.h include/proxygen/lib/http/stats/ResponseCodeStatsMinute.h include/proxygen/lib/http/stats/TLResponseCodeStats.h include/proxygen/lib/http/stats/ThreadLocalHTTPSessionStats.h @@ -218,12 +280,20 @@ include/proxygen/lib/http/structuredheaders/StructuredHeadersConstants.h include/proxygen/lib/http/structuredheaders/StructuredHeadersDecoder.h include/proxygen/lib/http/structuredheaders/StructuredHeadersEncoder.h include/proxygen/lib/http/structuredheaders/StructuredHeadersUtilities.h +include/proxygen/lib/http/webtransport/FlowController.h include/proxygen/lib/http/webtransport/HTTPWebTransport.h +include/proxygen/lib/http/webtransport/QuicWebTransport.h include/proxygen/lib/http/webtransport/WebTransport.h +include/proxygen/lib/http/webtransport/WebTransportImpl.h include/proxygen/lib/http/webtransport/test/FakeSharedWebTransport.h include/proxygen/lib/pools/generators/FileServerListGenerator.h include/proxygen/lib/pools/generators/MemberGroupConfig.h +include/proxygen/lib/pools/generators/ServerConfig.h include/proxygen/lib/pools/generators/ServerListGenerator.h +include/proxygen/lib/pools/generators/coro/CoroServerListGenerator.h +include/proxygen/lib/pools/generators/coro/FileCoroServerListGenerator.h +include/proxygen/lib/pools/generators/coro/JsonFileCoroServerListGenerator.h +include/proxygen/lib/pools/generators/coro/PlainTextFileCoroServerListGenerator.h include/proxygen/lib/sampling/MultiSampled.h include/proxygen/lib/sampling/Sampled.h include/proxygen/lib/sampling/Sampling.h @@ -285,16 +355,21 @@ include/proxygen/lib/utils/ZlibStreamCompressor.h include/proxygen/lib/utils/ZlibStreamDecompressor.h include/proxygen/lib/utils/ZstdStreamCompressor.h include/proxygen/lib/utils/ZstdStreamDecompressor.h -include/proxygen/lib/http/webtransport/QuicWebTransport.h -include/proxygen/lib/http/webtransport/WebTransportImpl.h lib/cmake/proxygen/proxygen-config.cmake lib/cmake/proxygen/proxygen-targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/proxygen/proxygen-targets.cmake lib/liblibhttperf2.so +lib/liblibhttperf2.so.1.34.5 lib/libproxygen.so +lib/libproxygen.so.1.34.5 lib/libproxygencurl.so +lib/libproxygencurl.so.1.34.5 lib/libproxygendeviousbaton.so +lib/libproxygendeviousbaton.so.1.34.5 lib/libproxygenhqloggerhelper.so +lib/libproxygenhqloggerhelper.so.1.34.5 lib/libproxygenhqserver.so +lib/libproxygenhqserver.so.1.34.5 lib/libproxygenhttpserver.so +lib/libproxygenhttpserver.so.1.34.5 lib/libquicwebtransport.so |
