aboutsummaryrefslogtreecommitdiff
path: root/www/proxygen/pkg-plist
blob: be6e156b3e05afb19edf4a284910703134332155 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
bin/proxygen_curl
bin/proxygen_echo
bin/proxygen_proxy
bin/proxygen_push
bin/proxygen_static
include/proxygen/external/http_parser/http_parser.h
include/proxygen/httpserver/ExMessageHandler.h
include/proxygen/httpserver/Filters.h
include/proxygen/httpserver/HTTPServer.h
include/proxygen/httpserver/HTTPServerAcceptor.h
include/proxygen/httpserver/HTTPServerOptions.h
include/proxygen/httpserver/HTTPTransactionHandlerAdaptor.h
include/proxygen/httpserver/PushHandler.h
include/proxygen/httpserver/RequestHandler.h
include/proxygen/httpserver/RequestHandlerAdaptor.h
include/proxygen/httpserver/RequestHandlerFactory.h
include/proxygen/httpserver/ResponseBuilder.h
include/proxygen/httpserver/ResponseHandler.h
include/proxygen/httpserver/ScopedHTTPServer.h
include/proxygen/httpserver/SignalHandler.h
include/proxygen/httpserver/filters/CompressionFilter.h
include/proxygen/httpserver/filters/DirectResponseHandler.h
include/proxygen/httpserver/filters/RejectConnectFilter.h
include/proxygen/lib/healthcheck/PoolHealthChecker.h
include/proxygen/lib/healthcheck/ServerHealthCheckerCallback.h
include/proxygen/lib/http/HQConnector.h
include/proxygen/lib/http/HTTP3ErrorCode.h
include/proxygen/lib/http/HTTPCommonHeaders.cpp
include/proxygen/lib/http/HTTPCommonHeaders.h
include/proxygen/lib/http/HTTPConnector.h
include/proxygen/lib/http/HTTPConnectorWithFizz.h
include/proxygen/lib/http/HTTPConstants.h
include/proxygen/lib/http/HTTPException.h
include/proxygen/lib/http/HTTPHeaderSize.h
include/proxygen/lib/http/HTTPHeaders.h
include/proxygen/lib/http/HTTPMessage.h
include/proxygen/lib/http/HTTPMessageFilters.h
include/proxygen/lib/http/HTTPMethod.h
include/proxygen/lib/http/HTTPPriorityFunctions.h
include/proxygen/lib/http/HeaderConstants.h
include/proxygen/lib/http/ProxyStatus.h
include/proxygen/lib/http/ProxygenErrorEnum.h
include/proxygen/lib/http/RFC2616.h
include/proxygen/lib/http/StatusTypeEnum.h
include/proxygen/lib/http/SynchronizedLruQuicPskCache.h
include/proxygen/lib/http/Window.h
include/proxygen/lib/http/codec/CodecDictionaries.h
include/proxygen/lib/http/codec/CodecProtocol.h
include/proxygen/lib/http/codec/CodecUtil.h
include/proxygen/lib/http/codec/ControlMessageRateLimitFilter.h
include/proxygen/lib/http/codec/DefaultHTTPCodecFactory.h
include/proxygen/lib/http/codec/ErrorCode.h
include/proxygen/lib/http/codec/FlowControlFilter.h
include/proxygen/lib/http/codec/HQControlCodec.h
include/proxygen/lib/http/codec/HQFramedCodec.h
include/proxygen/lib/http/codec/HQFramer.h
include/proxygen/lib/http/codec/HQMultiCodec.h
include/proxygen/lib/http/codec/HQStreamCodec.h
include/proxygen/lib/http/codec/HQUnidirectionalCodec.h
include/proxygen/lib/http/codec/HQUtils.h
include/proxygen/lib/http/codec/HTTP1xCodec.h
include/proxygen/lib/http/codec/HTTP2Codec.h
include/proxygen/lib/http/codec/HTTP2Constants.h
include/proxygen/lib/http/codec/HTTP2Framer.h
include/proxygen/lib/http/codec/HTTPChecks.h
include/proxygen/lib/http/codec/HTTPCodec.h
include/proxygen/lib/http/codec/HTTPCodecFactory.h
include/proxygen/lib/http/codec/HTTPCodecFilter.h
include/proxygen/lib/http/codec/HTTPCodecPrinter.h
include/proxygen/lib/http/codec/HTTPParallelCodec.h
include/proxygen/lib/http/codec/HTTPRequestVerifier.h
include/proxygen/lib/http/codec/HTTPSettings.h
include/proxygen/lib/http/codec/HeaderDecodeInfo.h
include/proxygen/lib/http/codec/QPACKDecoderCodec.h
include/proxygen/lib/http/codec/QPACKEncoderCodec.h
include/proxygen/lib/http/codec/SPDYCodec.h
include/proxygen/lib/http/codec/SPDYConstants.h
include/proxygen/lib/http/codec/SPDYVersion.h
include/proxygen/lib/http/codec/SPDYVersionSettings.h
include/proxygen/lib/http/codec/SettingsId.h
include/proxygen/lib/http/codec/TransportDirection.h
include/proxygen/lib/http/codec/compress/CompressionInfo.h
include/proxygen/lib/http/codec/compress/GzipHeaderCodec.h
include/proxygen/lib/http/codec/compress/HPACKCodec.h
include/proxygen/lib/http/codec/compress/HPACKConstants.h
include/proxygen/lib/http/codec/compress/HPACKContext.h
include/proxygen/lib/http/codec/compress/HPACKDecodeBuffer.h
include/proxygen/lib/http/codec/compress/HPACKDecoder.h
include/proxygen/lib/http/codec/compress/HPACKDecoderBase.h
include/proxygen/lib/http/codec/compress/HPACKEncodeBuffer.h
include/proxygen/lib/http/codec/compress/HPACKEncoder.h
include/proxygen/lib/http/codec/compress/HPACKEncoderBase.h
include/proxygen/lib/http/codec/compress/HPACKHeader.h
include/proxygen/lib/http/codec/compress/HPACKHeaderName.h
include/proxygen/lib/http/codec/compress/HPACKQueue.h
include/proxygen/lib/http/codec/compress/HPACKStreamingCallback.h
include/proxygen/lib/http/codec/compress/Header.h
include/proxygen/lib/http/codec/compress/HeaderCodec.h
include/proxygen/lib/http/codec/compress/HeaderIndexingStrategy.h
include/proxygen/lib/http/codec/compress/HeaderPiece.h
include/proxygen/lib/http/codec/compress/HeaderTable.h
include/proxygen/lib/http/codec/compress/Huffman.h
include/proxygen/lib/http/codec/compress/Logging.h
include/proxygen/lib/http/codec/compress/NoPathIndexingStrategy.h
include/proxygen/lib/http/codec/compress/QPACKCodec.h
include/proxygen/lib/http/codec/compress/QPACKContext.h
include/proxygen/lib/http/codec/compress/QPACKDecoder.h
include/proxygen/lib/http/codec/compress/QPACKEncoder.h
include/proxygen/lib/http/codec/compress/QPACKHeaderTable.h
include/proxygen/lib/http/codec/compress/QPACKStaticHeaderTable.h
include/proxygen/lib/http/codec/compress/StaticHeaderTable.h
include/proxygen/lib/http/codec/compress/experimental/simulator/CompressionScheme.h
include/proxygen/lib/http/codec/compress/experimental/simulator/CompressionSimulator.h
include/proxygen/lib/http/codec/compress/experimental/simulator/CompressionTypes.h
include/proxygen/lib/http/codec/compress/experimental/simulator/CompressionUtils.h
include/proxygen/lib/http/codec/compress/experimental/simulator/HPACKScheme.h
include/proxygen/lib/http/codec/compress/experimental/simulator/QMINScheme.h
include/proxygen/lib/http/codec/compress/experimental/simulator/QPACKScheme.h
include/proxygen/lib/http/codec/compress/experimental/simulator/SimStreamingCallback.h
include/proxygen/lib/http/connpool/Endpoint.h
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/experimental/RFC1867.h
include/proxygen/lib/http/session/AckLatencyEvent.h
include/proxygen/lib/http/session/ByteEventTracker.h
include/proxygen/lib/http/session/ByteEvents.h
include/proxygen/lib/http/session/CodecErrorResponseHandler.h
include/proxygen/lib/http/session/HQByteEventTracker.h
include/proxygen/lib/http/session/HQDownstreamSession.h
include/proxygen/lib/http/session/HQSession.h
include/proxygen/lib/http/session/HQStreamBase.h
include/proxygen/lib/http/session/HQUnidirectionalCallbacks.h
include/proxygen/lib/http/session/HQUpstreamSession.h
include/proxygen/lib/http/session/HTTP2PriorityQueue.h
include/proxygen/lib/http/session/HTTPDefaultSessionCodecFactory.h
include/proxygen/lib/http/session/HTTPDirectResponseHandler.h
include/proxygen/lib/http/session/HTTPDownstreamSession.h
include/proxygen/lib/http/session/HTTPErrorPage.h
include/proxygen/lib/http/session/HTTPEvent.h
include/proxygen/lib/http/session/HTTPSession.h
include/proxygen/lib/http/session/HTTPSessionAcceptor.h
include/proxygen/lib/http/session/HTTPSessionBase.h
include/proxygen/lib/http/session/HTTPSessionController.h
include/proxygen/lib/http/session/HTTPSessionStats.h
include/proxygen/lib/http/session/HTTPTransaction.h
include/proxygen/lib/http/session/HTTPTransactionEgressSM.h
include/proxygen/lib/http/session/HTTPTransactionIngressSM.h
include/proxygen/lib/http/session/HTTPUpstreamSession.h
include/proxygen/lib/http/session/SecondaryAuthManager.h
include/proxygen/lib/http/session/SecondaryAuthManagerBase.h
include/proxygen/lib/http/session/ServerPushLifecycle.h
include/proxygen/lib/http/session/SimpleController.h
include/proxygen/lib/http/session/TTLBAStats.h
include/proxygen/lib/http/session/TransactionByteEvents.h
include/proxygen/lib/http/stats/ConnectionStats.h
include/proxygen/lib/http/stats/HeaderCodecStats.h
include/proxygen/lib/http/stats/ResponseCodeStatsMinute.h
include/proxygen/lib/http/stats/SPDYStats.h
include/proxygen/lib/http/stats/SPDYStatsFilter.h
include/proxygen/lib/http/stats/TLResponseCodeStats.h
include/proxygen/lib/http/stats/ThreadLocalHTTPSessionStats.h
include/proxygen/lib/http/structuredheaders/StructuredHeadersBuffer.h
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/pools/generators/FileServerListGenerator.h
include/proxygen/lib/pools/generators/MemberGroupConfig.h
include/proxygen/lib/pools/generators/ServerListGenerator.h
include/proxygen/lib/services/AcceptorConfiguration.h
include/proxygen/lib/services/HTTPAcceptor.h
include/proxygen/lib/services/RequestWorkerThread.h
include/proxygen/lib/services/Service.h
include/proxygen/lib/services/ServiceConfiguration.h
include/proxygen/lib/services/ServiceWorker.h
include/proxygen/lib/services/WorkerThread.h
include/proxygen/lib/ssl/ProxygenSSL.h
include/proxygen/lib/ssl/ThreadLocalSSLContext.h
include/proxygen/lib/ssl/ThreadLocalSSLStats.h
include/proxygen/lib/stats/BaseStats.h
include/proxygen/lib/stats/PeriodicStats.h
include/proxygen/lib/stats/PeriodicStatsDataBase.h
include/proxygen/lib/stats/ResourceData.h
include/proxygen/lib/stats/ResourceStats.h
include/proxygen/lib/transport/PersistentFizzPskCache.h
include/proxygen/lib/transport/PersistentQuicPskCache.h
include/proxygen/lib/utils/AcceptorAddress.h
include/proxygen/lib/utils/AsyncTimeoutSet.h
include/proxygen/lib/utils/Base64.h
include/proxygen/lib/utils/CobHelper.h
include/proxygen/lib/utils/ConditionalGate.h
include/proxygen/lib/utils/ConsistentHash.h
include/proxygen/lib/utils/CryptUtil.h
include/proxygen/lib/utils/Exception.h
include/proxygen/lib/utils/Export.h
include/proxygen/lib/utils/FilterChain.h
include/proxygen/lib/utils/HTTPTime.h
include/proxygen/lib/utils/Logging.h
include/proxygen/lib/utils/NullTraceEventObserver.h
include/proxygen/lib/utils/ParseURL.h
include/proxygen/lib/utils/PerfectIndexMap.h
include/proxygen/lib/utils/RendezvousHash.h
include/proxygen/lib/utils/StateMachine.h
include/proxygen/lib/utils/StreamCompressor.h
include/proxygen/lib/utils/StreamDecompressor.h
include/proxygen/lib/utils/Time.h
include/proxygen/lib/utils/TraceEvent.h
include/proxygen/lib/utils/TraceEventContext.h
include/proxygen/lib/utils/TraceEventObserver.h
include/proxygen/lib/utils/TraceEventType.cpp
include/proxygen/lib/utils/TraceEventType.h
include/proxygen/lib/utils/TraceFieldType.cpp
include/proxygen/lib/utils/TraceFieldType.h
include/proxygen/lib/utils/URL.h
include/proxygen/lib/utils/UnionBasedStatic.h
include/proxygen/lib/utils/UtilInl.h
include/proxygen/lib/utils/WeakRefCountedPtr.h
include/proxygen/lib/utils/WheelTimerInstance.h
include/proxygen/lib/utils/ZlibStreamCompressor.h
include/proxygen/lib/utils/ZlibStreamDecompressor.h
include/proxygen/lib/utils/ZstdStreamCompressor.h
include/proxygen/lib/utils/ZstdStreamDecompressor.h
lib/cmake/proxygen/proxygen-config.cmake
lib/cmake/proxygen/proxygen-targets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/proxygen/proxygen-targets.cmake
lib/libproxygen.so
lib/libproxygencurl.so
lib/libproxygenhttpserver.so