notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details
proxygen Collection of C++ HTTP libraries including easy way to use HTTP server
2026.07.13.00 www on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2026.06.22.00Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2020-09-08 18:51:03
Last Update: 2026-07-14 00:57:33
Commit Hash: 5e40d1d
License: BSD3CLAUSE
WWW:
https://github.com/facebook/proxygen
Description:
Proxygen comprises the core C++ HTTP abstractions used at Facebook. Internally, it is used as the basis for building many HTTP servers, proxies, and clients. This release focuses on the common HTTP abstractions and our simple HTTPServer framework. Future releases will provide simple client APIs as well. The framework supports HTTP/1.1, SPDY/3, SPDY/3.1, HTTP/2, and HTTP/3. The goal is to provide a simple, performant, and modern C++ HTTP library.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (394 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/proxygen-2026.07.13.00/catalog.mk
  3. /usr/local/share/licenses/proxygen-2026.07.13.00/LICENSE
  4. /usr/local/share/licenses/proxygen-2026.07.13.00/BSD3CLAUSE
  5. bin/hq
  6. bin/masque_client
  7. bin/proxygen_cocurl
  8. bin/proxygen_curl
  9. bin/proxygen_echo
  10. bin/proxygen_h3datagram_client
  11. bin/proxygen_httperf2
  12. bin/proxygen_proxy
  13. bin/proxygen_push
  14. bin/proxygen_static
  15. include/proxygen/external/http_parser/http_parser.h
  16. include/proxygen/httpserver/Filters.h
  17. include/proxygen/httpserver/HTTPServer.h
  18. include/proxygen/httpserver/HTTPServerAcceptor.h
  19. include/proxygen/httpserver/HTTPServerOptions.h
  20. include/proxygen/httpserver/HTTPTransactionHandlerAdaptor.h
  21. include/proxygen/httpserver/Mocks.h
  22. include/proxygen/httpserver/PushHandler.h
  23. include/proxygen/httpserver/RequestHandler.h
  24. include/proxygen/httpserver/RequestHandlerAdaptor.h
  25. include/proxygen/httpserver/RequestHandlerFactory.h
  26. include/proxygen/httpserver/ResponseBuilder.h
  27. include/proxygen/httpserver/ResponseHandler.h
  28. include/proxygen/httpserver/ScopedHTTPServer.h
  29. include/proxygen/httpserver/SignalHandler.h
  30. include/proxygen/httpserver/filters/CompressionFilter.h
  31. include/proxygen/httpserver/filters/DecompressionFilter.h
  32. include/proxygen/httpserver/filters/DirectResponseHandler.h
  33. include/proxygen/httpserver/filters/RejectConnectFilter.h
  34. include/proxygen/httpserver/samples/echo/EchoHandler.h
  35. include/proxygen/httpserver/samples/echo/EchoStats.h
  36. include/proxygen/httpserver/samples/hq/ConnIdLogger.h
  37. include/proxygen/httpserver/samples/hq/FizzContext.h
  38. include/proxygen/httpserver/samples/hq/H1QDownstreamSession.h
  39. include/proxygen/httpserver/samples/hq/H1QUpstreamSession.h
  40. include/proxygen/httpserver/samples/hq/H2Server.h
  41. include/proxygen/httpserver/samples/hq/HQClient.h
  42. include/proxygen/httpserver/samples/hq/HQCommandLine.h
  43. include/proxygen/httpserver/samples/hq/HQLoggerHelper.h
  44. include/proxygen/httpserver/samples/hq/HQParams.h
  45. include/proxygen/httpserver/samples/hq/HQServer.h
  46. include/proxygen/httpserver/samples/hq/HQServerModule.h
  47. include/proxygen/httpserver/samples/hq/InsecureVerifierDangerousDoNotUseInProduction.h
  48. include/proxygen/httpserver/samples/hq/SampleHandlers.h
  49. include/proxygen/httpserver/samples/hq/devious/DeviousBaton.h
  50. include/proxygen/httpserver/samples/proxy/ProxyHandler.h
  51. include/proxygen/httpserver/samples/proxy/ProxyStats.h
  52. include/proxygen/httpserver/samples/proxy/SessionWrapper.h
  53. include/proxygen/httpserver/samples/push/PushRequestHandler.h
  54. include/proxygen/httpserver/samples/push/PushStats.h
  55. include/proxygen/httpserver/samples/static/StaticHandler.h
  56. include/proxygen/httpserver/samples/websocket/WebSocketHandler.h
  57. include/proxygen/lib/dns/AsyncDNSStatsCollector.h
  58. include/proxygen/lib/dns/CAresResolver.h
  59. include/proxygen/lib/dns/CachingDNSResolver.h
  60. include/proxygen/lib/dns/DNSModule.h
  61. include/proxygen/lib/dns/DNSResolver.h
  62. include/proxygen/lib/dns/FutureDNSResolver.h
  63. include/proxygen/lib/dns/NaiveResolutionCallback.h
  64. include/proxygen/lib/dns/Rfc6724.h
  65. include/proxygen/lib/dns/SyncDNSResolver.h
  66. include/proxygen/lib/healthcheck/PoolHealthChecker.h
  67. include/proxygen/lib/healthcheck/ServerHealthCheckerCallback.h
  68. include/proxygen/lib/http/HQConnector.h
  69. include/proxygen/lib/http/HTTP3ErrorCode.h
  70. include/proxygen/lib/http/HTTPCommonHeaders.cpp
  71. include/proxygen/lib/http/HTTPCommonHeaders.h
  72. include/proxygen/lib/http/HTTPConnector.h
  73. include/proxygen/lib/http/HTTPConnectorWithFizz.h
  74. include/proxygen/lib/http/HTTPConstants.h
  75. include/proxygen/lib/http/HTTPException.h
  76. include/proxygen/lib/http/HTTPHeaderSize.h
  77. include/proxygen/lib/http/HTTPHeaders.h
  78. include/proxygen/lib/http/HTTPMessage.h
  79. include/proxygen/lib/http/HTTPMessageFilters.h
  80. include/proxygen/lib/http/HTTPMethod.h
  81. include/proxygen/lib/http/HTTPPriorityFunctions.h
  82. include/proxygen/lib/http/HeaderConstants.h
  83. include/proxygen/lib/http/ProxyStatus.h
  84. include/proxygen/lib/http/ProxygenErrorEnum.h
  85. include/proxygen/lib/http/RFC2616.h
  86. include/proxygen/lib/http/StatusTypeEnum.h
  87. include/proxygen/lib/http/SynchronizedLruQuicPskCache.h
  88. include/proxygen/lib/http/Types.h
  89. include/proxygen/lib/http/Window.h
  90. include/proxygen/lib/http/codec/CapsuleCodec.h
  91. include/proxygen/lib/http/codec/CodecProtocol.h
  92. include/proxygen/lib/http/codec/CodecUtil.h
  93. include/proxygen/lib/http/codec/ControlMessageRateLimitFilter.h
  94. include/proxygen/lib/http/codec/DebugFilter.h
  95. include/proxygen/lib/http/codec/DefaultHTTPCodecFactory.h
  96. include/proxygen/lib/http/codec/DirectErrorsRateLimitFilter.h
  97. include/proxygen/lib/http/codec/ErrorCode.h
  98. include/proxygen/lib/http/codec/FlowControlFilter.h
  99. include/proxygen/lib/http/codec/H3EarlyDataHandler.h
  100. include/proxygen/lib/http/codec/HQControlCodec.h
  101. include/proxygen/lib/http/codec/HQFramedCodec.h
  102. include/proxygen/lib/http/codec/HQFramer.h
  103. include/proxygen/lib/http/codec/HQMultiCodec.h
  104. include/proxygen/lib/http/codec/HQStreamCodec.h
  105. include/proxygen/lib/http/codec/HQUnidirectionalCodec.h
  106. include/proxygen/lib/http/codec/HQUtils.h
  107. include/proxygen/lib/http/codec/HTTP1xCodec.h
  108. include/proxygen/lib/http/codec/HTTP2Codec.h
  109. include/proxygen/lib/http/codec/HTTP2Constants.h
  110. include/proxygen/lib/http/codec/HTTP2Framer.h
  111. include/proxygen/lib/http/codec/HTTPBinaryCodec.h
  112. include/proxygen/lib/http/codec/HTTPChecks.h
  113. include/proxygen/lib/http/codec/HTTPCodec.h
  114. include/proxygen/lib/http/codec/HTTPCodecFactory.h
  115. include/proxygen/lib/http/codec/HTTPCodecFilter.h
  116. include/proxygen/lib/http/codec/HTTPCodecPrinter.h
  117. include/proxygen/lib/http/codec/HTTPParallelCodec.h
  118. include/proxygen/lib/http/codec/HTTPRequestVerifier.h
  119. include/proxygen/lib/http/codec/HTTPSettings.h
  120. include/proxygen/lib/http/codec/HeaderDecodeInfo.h
  121. include/proxygen/lib/http/codec/HeadersRateLimitFilter.h
  122. include/proxygen/lib/http/codec/QPACKDecoderCodec.h
  123. include/proxygen/lib/http/codec/QPACKEncoderCodec.h
  124. include/proxygen/lib/http/codec/RateLimitFilter.h
  125. include/proxygen/lib/http/codec/ResetsRateLimitFilter.h
  126. include/proxygen/lib/http/codec/SettingsId.h
  127. include/proxygen/lib/http/codec/TransportDirection.h
  128. include/proxygen/lib/http/codec/VarintUtils.h
  129. include/proxygen/lib/http/codec/compress/CompressionInfo.h
  130. include/proxygen/lib/http/codec/compress/HPACKCodec.h
  131. include/proxygen/lib/http/codec/compress/HPACKConstants.h
  132. include/proxygen/lib/http/codec/compress/HPACKContext.h
  133. include/proxygen/lib/http/codec/compress/HPACKDecodeBuffer.h
  134. include/proxygen/lib/http/codec/compress/HPACKDecoder.h
  135. include/proxygen/lib/http/codec/compress/HPACKDecoderBase.h
  136. include/proxygen/lib/http/codec/compress/HPACKEncodeBuffer.h
  137. include/proxygen/lib/http/codec/compress/HPACKEncoder.h
  138. include/proxygen/lib/http/codec/compress/HPACKEncoderBase.h
  139. include/proxygen/lib/http/codec/compress/HPACKHeader.h
  140. include/proxygen/lib/http/codec/compress/HPACKHeaderName.h
  141. include/proxygen/lib/http/codec/compress/HPACKStreamingCallback.h
  142. include/proxygen/lib/http/codec/compress/Header.h
  143. include/proxygen/lib/http/codec/compress/HeaderCodec.h
  144. include/proxygen/lib/http/codec/compress/HeaderIndexingStrategy.h
  145. include/proxygen/lib/http/codec/compress/HeaderPiece.h
  146. include/proxygen/lib/http/codec/compress/HeaderTable.h
  147. include/proxygen/lib/http/codec/compress/Huffman.h
  148. include/proxygen/lib/http/codec/compress/Logging.h
  149. include/proxygen/lib/http/codec/compress/NoPathIndexingStrategy.h
  150. include/proxygen/lib/http/codec/compress/QPACKCodec.h
  151. include/proxygen/lib/http/codec/compress/QPACKContext.h
  152. include/proxygen/lib/http/codec/compress/QPACKDecoder.h
  153. include/proxygen/lib/http/codec/compress/QPACKEncoder.h
  154. include/proxygen/lib/http/codec/compress/QPACKHeaderTable.h
  155. include/proxygen/lib/http/codec/compress/QPACKStaticHeaderTable.h
  156. include/proxygen/lib/http/codec/compress/StaticHeaderTable.h
  157. include/proxygen/lib/http/codec/compress/experimental/simulator/CompressionScheme.h
  158. include/proxygen/lib/http/codec/compress/experimental/simulator/CompressionSimulator.h
  159. include/proxygen/lib/http/codec/compress/experimental/simulator/CompressionTypes.h
  160. include/proxygen/lib/http/codec/compress/experimental/simulator/CompressionUtils.h
  161. include/proxygen/lib/http/codec/compress/experimental/simulator/HPACKQueue.h
  162. include/proxygen/lib/http/codec/compress/experimental/simulator/HPACKScheme.h
  163. include/proxygen/lib/http/codec/compress/experimental/simulator/QMINScheme.h
  164. include/proxygen/lib/http/codec/compress/experimental/simulator/QPACKScheme.h
  165. include/proxygen/lib/http/codec/compress/experimental/simulator/SimStreamingCallback.h
  166. include/proxygen/lib/http/codec/webtransport/WebTransportCapsuleCodec.h
  167. include/proxygen/lib/http/codec/webtransport/WebTransportFramer.h
  168. include/proxygen/lib/http/connpool/Endpoint.h
  169. include/proxygen/lib/http/connpool/ServerIdleSessionController.h
  170. include/proxygen/lib/http/connpool/SessionHolder.h
  171. include/proxygen/lib/http/connpool/SessionPool.h
  172. include/proxygen/lib/http/connpool/ThreadIdleSessionController.h
  173. include/proxygen/lib/http/coro/HTTPBodyEventQueue.h
  174. include/proxygen/lib/http/coro/HTTPByteEventHelpers.h
  175. include/proxygen/lib/http/coro/HTTPByteEvents.h
  176. include/proxygen/lib/http/coro/HTTPCoroSession.h
  177. include/proxygen/lib/http/coro/HTTPError.h
  178. include/proxygen/lib/http/coro/HTTPEvents.h
  179. include/proxygen/lib/http/coro/HTTPFilterFactoryHandler.h
  180. include/proxygen/lib/http/coro/HTTPFixedSource.h
  181. include/proxygen/lib/http/coro/HTTPHandlerChain.h
  182. include/proxygen/lib/http/coro/HTTPHybridSource.h
  183. include/proxygen/lib/http/coro/HTTPSource.h
  184. include/proxygen/lib/http/coro/HTTPSourceFilter.h
  185. include/proxygen/lib/http/coro/HTTPSourceFilterChain.h
  186. include/proxygen/lib/http/coro/HTTPSourceHolder.h
  187. include/proxygen/lib/http/coro/HTTPSourceReader.h
  188. include/proxygen/lib/http/coro/HTTPStreamSource.h
  189. include/proxygen/lib/http/coro/HTTPStreamSourceHolder.h
  190. include/proxygen/lib/http/coro/HTTPStreamSourceSink.h
  191. include/proxygen/lib/http/coro/HTTPStreamSourceSinkFactory.h
  192. include/proxygen/lib/http/coro/HTTPTransactionAdaptorSource.h
  193. include/proxygen/lib/http/coro/client/CertReloadSessionPool.h
  194. include/proxygen/lib/http/coro/client/CoroDNSResolver.h
  195. include/proxygen/lib/http/coro/client/HTTPClient.h
  196. include/proxygen/lib/http/coro/client/HTTPClientConnectionCache.h
  197. include/proxygen/lib/http/coro/client/HTTPCoroConnector.h
  198. include/proxygen/lib/http/coro/client/HTTPCoroSessionPool.h
  199. include/proxygen/lib/http/coro/client/HTTPSessionFactory.h
  200. include/proxygen/lib/http/coro/client/ProxygenCertVerifier.h
  201. include/proxygen/lib/http/coro/filters/CompressionFilter.h
  202. include/proxygen/lib/http/coro/filters/CompressionFilterFactory.h
  203. include/proxygen/lib/http/coro/filters/DecompressionFilter.h
  204. include/proxygen/lib/http/coro/filters/DecompressionFilterFactory.h
  205. include/proxygen/lib/http/coro/filters/FilterFactory.h
  206. include/proxygen/lib/http/coro/filters/HTTPRedirectHandler.h
  207. include/proxygen/lib/http/coro/filters/Logger.h
  208. include/proxygen/lib/http/coro/filters/MutateFilter.h
  209. include/proxygen/lib/http/coro/filters/RateLimitFilter.h
  210. include/proxygen/lib/http/coro/filters/RequestContextFilterFactory.h
  211. include/proxygen/lib/http/coro/filters/ServerFilterFactory.h
  212. include/proxygen/lib/http/coro/filters/StatsFilterUtil.h
  213. include/proxygen/lib/http/coro/filters/Status1xxFilter.h
  214. include/proxygen/lib/http/coro/filters/TransformFilter.h
  215. include/proxygen/lib/http/coro/filters/VisitorFilter.h
  216. include/proxygen/lib/http/coro/server/HTTPCoroAcceptor.h
  217. include/proxygen/lib/http/coro/server/HTTPServer.h
  218. include/proxygen/lib/http/coro/server/ScopedHTTPServer.h
  219. include/proxygen/lib/http/coro/server/handlers/ExpectContinueWrapperHandler.h
  220. include/proxygen/lib/http/coro/server/samples/fwdproxy/ConnectSource.h
  221. include/proxygen/lib/http/coro/transport/CoroSSLTransport.h
  222. include/proxygen/lib/http/coro/transport/HTTPConnectAsyncTransport.h
  223. include/proxygen/lib/http/coro/transport/HTTPConnectStream.h
  224. include/proxygen/lib/http/coro/transport/HTTPConnectTransport.h
  225. include/proxygen/lib/http/coro/util/AwaitableKeepAlive.h
  226. include/proxygen/lib/http/coro/util/CancellableBaton.h
  227. include/proxygen/lib/http/coro/util/CoroWtSession.h
  228. include/proxygen/lib/http/coro/util/DetachableExecutor.h
  229. include/proxygen/lib/http/coro/util/ExecutorSourceFilter.h
  230. include/proxygen/lib/http/coro/util/Refcount.h
  231. include/proxygen/lib/http/coro/util/TimedBaton.h
  232. include/proxygen/lib/http/coro/util/Transport.h
  233. include/proxygen/lib/http/coro/util/WindowContainer.h
  234. include/proxygen/lib/http/experimental/RFC1867.h
  235. include/proxygen/lib/http/observer/HTTPSessionObserverContainer.h
  236. include/proxygen/lib/http/observer/HTTPSessionObserverInterface.h
  237. include/proxygen/lib/http/observer/HTTPTransactionObserverContainer.h
  238. include/proxygen/lib/http/observer/HTTPTransactionObserverInterface.h
  239. include/proxygen/lib/http/session/AckLatencyEvent.h
  240. include/proxygen/lib/http/session/ByteEventTracker.h
  241. include/proxygen/lib/http/session/ByteEvents.h
  242. include/proxygen/lib/http/session/CodecErrorResponseHandler.h
  243. include/proxygen/lib/http/session/HQByteEventTracker.h
  244. include/proxygen/lib/http/session/HQDownstreamSession.h
  245. include/proxygen/lib/http/session/HQSession.h
  246. include/proxygen/lib/http/session/HQStreamBase.h
  247. include/proxygen/lib/http/session/HQStreamDispatcher.h
  248. include/proxygen/lib/http/session/HQUpstreamSession.h
  249. include/proxygen/lib/http/session/HTTP2PriorityQueue.h
  250. include/proxygen/lib/http/session/HTTPDefaultSessionCodecFactory.h
  251. include/proxygen/lib/http/session/HTTPDirectResponseHandler.h
  252. include/proxygen/lib/http/session/HTTPDownstreamSession.h
  253. include/proxygen/lib/http/session/HTTPErrorPage.h
  254. include/proxygen/lib/http/session/HTTPEvent.h
  255. include/proxygen/lib/http/session/HTTPSession.h
  256. include/proxygen/lib/http/session/HTTPSessionAcceptor.h
  257. include/proxygen/lib/http/session/HTTPSessionActivityTracker.h
  258. include/proxygen/lib/http/session/HTTPSessionBase.h
  259. include/proxygen/lib/http/session/HTTPSessionController.h
  260. include/proxygen/lib/http/session/HTTPSessionStats.h
  261. include/proxygen/lib/http/session/HTTPTransaction.h
  262. include/proxygen/lib/http/session/HTTPTransactionEgressSM.h
  263. include/proxygen/lib/http/session/HTTPTransactionIngressSM.h
  264. include/proxygen/lib/http/session/HTTPUpstreamSession.h
  265. include/proxygen/lib/http/session/QuicProtocolInfo.h
  266. include/proxygen/lib/http/session/ServerPushLifecycle.h
  267. include/proxygen/lib/http/session/SessionLoopCallback.h
  268. include/proxygen/lib/http/session/SimpleController.h
  269. include/proxygen/lib/http/session/TTLBAStats.h
  270. include/proxygen/lib/http/session/TransactionByteEvents.h
  271. include/proxygen/lib/http/session/WebTransportFilter.h
  272. include/proxygen/lib/http/sink/FlowControlInfo.h
  273. include/proxygen/lib/http/sink/HTTPSink.h
  274. include/proxygen/lib/http/sink/HTTPTransactionSink.h
  275. include/proxygen/lib/http/sink/HTTPTunnelSink.h
  276. include/proxygen/lib/http/stats/ConnectionStats.h
  277. include/proxygen/lib/http/stats/HTTPCodecStats.h
  278. include/proxygen/lib/http/stats/HTTPCodecStatsFilter.h
  279. include/proxygen/lib/http/stats/HeaderCodecStats.h
  280. include/proxygen/lib/http/stats/HttpServerStats.h
  281. include/proxygen/lib/http/stats/ResponseCodeStatsMinute.h
  282. include/proxygen/lib/http/stats/TLResponseCodeStats.h
  283. include/proxygen/lib/http/stats/ThreadLocalHTTPSessionStats.h
  284. include/proxygen/lib/http/structuredheaders/StructuredFields.h
  285. include/proxygen/lib/http/structuredheaders/StructuredFieldsDecoder.h
  286. include/proxygen/lib/http/structuredheaders/StructuredFieldsEncoder.h
  287. include/proxygen/lib/http/structuredheaders/StructuredHeadersBuffer.h
  288. include/proxygen/lib/http/structuredheaders/StructuredHeadersConstants.h
  289. include/proxygen/lib/http/structuredheaders/StructuredHeadersDecoder.h
  290. include/proxygen/lib/http/structuredheaders/StructuredHeadersEncoder.h
  291. include/proxygen/lib/http/structuredheaders/StructuredHeadersUtilities.h
  292. include/proxygen/lib/http/webtransport/FlowController.h
  293. include/proxygen/lib/http/webtransport/HTTPWebTransport.h
  294. include/proxygen/lib/http/webtransport/HqWtSession.h
  295. include/proxygen/lib/http/webtransport/QuicWebTransport.h
  296. include/proxygen/lib/http/webtransport/QuicWtSession.h
  297. include/proxygen/lib/http/webtransport/StreamPriorityQueue.h
  298. include/proxygen/lib/http/webtransport/WebTransport.h
  299. include/proxygen/lib/http/webtransport/WebTransportImpl.h
  300. include/proxygen/lib/http/webtransport/WebTransportSession.h
  301. include/proxygen/lib/http/webtransport/WtEgressContainer.h
  302. include/proxygen/lib/http/webtransport/WtStreamManager.h
  303. include/proxygen/lib/http/webtransport/WtUtils.h
  304. include/proxygen/lib/http/webtransport/test/FakeSharedWebTransport.h
  305. include/proxygen/lib/pools/generators/FileServerListGenerator.h
  306. include/proxygen/lib/pools/generators/MemberGroupConfig.h
  307. include/proxygen/lib/pools/generators/ServerConfig.h
  308. include/proxygen/lib/pools/generators/ServerListGenerator.h
  309. include/proxygen/lib/pools/generators/coro/CoroServerListGenerator.h
  310. include/proxygen/lib/pools/generators/coro/FileCoroServerListGenerator.h
  311. include/proxygen/lib/pools/generators/coro/JsonFileCoroServerListGenerator.h
  312. include/proxygen/lib/pools/generators/coro/PlainTextFileCoroServerListGenerator.h
  313. include/proxygen/lib/sampling/MultiSampled.h
  314. include/proxygen/lib/sampling/Sampled.h
  315. include/proxygen/lib/sampling/Sampling.h
  316. include/proxygen/lib/sampling/SamplingFunctions.h
  317. include/proxygen/lib/services/AcceptorConfiguration.h
  318. include/proxygen/lib/services/HTTPAcceptor.h
  319. include/proxygen/lib/services/RequestWorkerThread.h
  320. include/proxygen/lib/services/RequestWorkerThreadNoExecutor.h
  321. include/proxygen/lib/services/Service.h
  322. include/proxygen/lib/services/ServiceConfiguration.h
  323. include/proxygen/lib/services/ServiceWorker.h
  324. include/proxygen/lib/services/WorkerThread.h
  325. include/proxygen/lib/ssl/FizzHandshakeErrorType.h
  326. include/proxygen/lib/ssl/ProxygenSSL.h
  327. include/proxygen/lib/ssl/ThreadLocalSSLStats.h
  328. include/proxygen/lib/stats/BaseStats.h
  329. include/proxygen/lib/stats/PeriodicStats.h
  330. include/proxygen/lib/stats/PeriodicStatsDataBase.h
  331. include/proxygen/lib/stats/ResourceData.h
  332. include/proxygen/lib/stats/ResourceStats.h
  333. include/proxygen/lib/transport/AsyncUDPSocketFactory.h
  334. include/proxygen/lib/transport/ConnectUDPUtils.h
  335. include/proxygen/lib/transport/H3DatagramAsyncSocket.h
  336. include/proxygen/lib/transport/PersistentFizzPskCache.h
  337. include/proxygen/lib/transport/PersistentQuicPskCache.h
  338. include/proxygen/lib/transport/PersistentQuicTokenCache.h
  339. include/proxygen/lib/transport/qmux/QmuxCodec.h
  340. include/proxygen/lib/transport/qmux/QmuxConnector.h
  341. include/proxygen/lib/transport/qmux/QmuxFramer.h
  342. include/proxygen/lib/transport/qmux/QmuxSession.h
  343. include/proxygen/lib/utils/AcceptorAddress.h
  344. include/proxygen/lib/utils/AsyncTimeoutSet.h
  345. include/proxygen/lib/utils/CobHelper.h
  346. include/proxygen/lib/utils/CompressionFilterUtils.h
  347. include/proxygen/lib/utils/ConditionalGate.h
  348. include/proxygen/lib/utils/ConsistentHash.h
  349. include/proxygen/lib/utils/CryptUtil.h
  350. include/proxygen/lib/utils/Exception.h
  351. include/proxygen/lib/utils/Export.h
  352. include/proxygen/lib/utils/FilterChain.h
  353. include/proxygen/lib/utils/HTTPTime.h
  354. include/proxygen/lib/utils/Logging.h
  355. include/proxygen/lib/utils/NullTraceEventObserver.h
  356. include/proxygen/lib/utils/ParseURL.h
  357. include/proxygen/lib/utils/PerfectIndexMap.h
  358. include/proxygen/lib/utils/RendezvousHash.h
  359. include/proxygen/lib/utils/SafePathUtils.h
  360. include/proxygen/lib/utils/StateMachine.h
  361. include/proxygen/lib/utils/StreamCompressor.h
  362. include/proxygen/lib/utils/StreamDecompressor.h
  363. include/proxygen/lib/utils/Time.h
  364. include/proxygen/lib/utils/TraceEvent.h
  365. include/proxygen/lib/utils/TraceEventContext.h
  366. include/proxygen/lib/utils/TraceEventObserver.h
  367. include/proxygen/lib/utils/TraceEventType.cpp
  368. include/proxygen/lib/utils/TraceEventType.h
  369. include/proxygen/lib/utils/TraceFieldType.cpp
  370. include/proxygen/lib/utils/TraceFieldType.h
  371. include/proxygen/lib/utils/URL.h
  372. include/proxygen/lib/utils/UnionBasedStatic.h
  373. include/proxygen/lib/utils/UtilInl.h
  374. include/proxygen/lib/utils/WeakRefCountedPtr.h
  375. include/proxygen/lib/utils/WheelTimerInstance.h
  376. include/proxygen/lib/utils/ZlibStreamCompressor.h
  377. include/proxygen/lib/utils/ZlibStreamDecompressor.h
  378. include/proxygen/lib/utils/ZstdStreamCompressor.h
  379. include/proxygen/lib/utils/ZstdStreamDecompressor.h
  380. lib/cmake/proxygen/proxygen-config.cmake
  381. lib/cmake/proxygen/proxygen-targets-release.cmake
  382. lib/cmake/proxygen/proxygen-targets.cmake
  383. lib/liblibhttperf2.so
  384. lib/libproxygen.so
  385. lib/libproxygen_hq_devious_baton.so
  386. lib/libproxygen_hq_logger_helper.so
  387. lib/libproxygen_hq_samples.so
  388. lib/libproxygen_hq_server.so
  389. lib/libproxygen_httpserver.so
  390. lib/libproxygen_httpserver_decompression_filter.so
  391. lib/libproxygencurl.so
  392. @owner
  393. @group
  394. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • proxygen>0:www/proxygen
To install the port:
cd /usr/ports/www/proxygen/ && make install clean
To add the package, run one of these commands:
  • pkg install www/proxygen
  • pkg install proxygen
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: proxygen
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1783990066 SHA256 (facebook-proxygen-v2026.07.13.00_GH0.tar.gz) = 16b4821733861a1a88bc40754c06fee1db8334d29e6a618503468d3b63b11806 SIZE (facebook-proxygen-v2026.07.13.00_GH0.tar.gz) = 1796565

Packages (timestamps in pop-ups are UTC):
proxygen
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-----n/an/an/a
FreeBSD:13:quarterly-----n/an/an/a
FreeBSD:14:latest-2026.07.13.00-----2023.06.12.00
FreeBSD:14:quarterly-2026.07.06.00-----2024.01.01.00
FreeBSD:15:latest-2026.07.20.00n/a-n/an/a-2024.02.19.00
FreeBSD:15:quarterly-2026.07.06.00n/a-n/an/a--
FreeBSD:16:latest-2026.07.20.00n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. bash : shells/bash
  2. gperf>0 : devel/gperf
  3. cmake : devel/cmake-core
  4. ninja : devel/ninja
  5. python3.12 : lang/python312
  6. perl5>=5.42.r<5.43 : lang/perl5.42
Runtime dependencies:
  1. perl5>=5.42.r<5.43 : lang/perl5.42
Library dependencies:
  1. libcares.so : dns/c-ares
  2. libboost_iostreams.so : devel/boost-libs
  3. libbzip2.so : misc/vxl
  4. libdouble-conversion.so : devel/double-conversion
  5. libevent.so : devel/libevent
  6. libfizz.so : security/fizz
  7. libfmt.so : devel/libfmt
  8. libfolly.so : devel/folly
  9. libgflags.so : devel/gflags
  10. libglog.so : devel/glog
  11. libicui18n.so : devel/icu
  12. liblz4.so : archivers/liblz4
  13. libmvfst.so : net/mvfst
  14. libsnappy.so : archivers/snappy
  15. libsodium.so : security/libsodium
  16. libunwind.so : devel/libunwind
  17. libwangle.so : net/wangle
  18. libzstd.so : archivers/zstd
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
www_proxygen
USES:
cmake compiler:c++14-lang cpe perl5 python:build ssl
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/facebook/proxygen/tar.gz/v2026.07.13.00?dummy=/
Collapse this list.

Number of commits found: 262 (showing only 62 on this page)

«  1 | 2 | 3 

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2022.02.28.00
28 Feb 2022 18:30:24
commit hash: fc5d2b43d883f33c5ed770b438110821cb3af036commit hash: fc5d2b43d883f33c5ed770b438110821cb3af036commit hash: fc5d2b43d883f33c5ed770b438110821cb3af036commit hash: fc5d2b43d883f33c5ed770b438110821cb3af036 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/proxygen: Update 2022.02.21.00 -> 2022.02.28.00
2022.02.21.00
21 Feb 2022 17:08:43
commit hash: a2961f2908e6e32fe7172d422cbd7deef2851afacommit hash: a2961f2908e6e32fe7172d422cbd7deef2851afacommit hash: a2961f2908e6e32fe7172d422cbd7deef2851afacommit hash: a2961f2908e6e32fe7172d422cbd7deef2851afa files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/proxygen: Update 2022.02.14.00 -> 2022.02.21.00
2022.02.14.00
14 Feb 2022 19:56:19
commit hash: 4b327b57f6902ef2f343b385e08ba8d520b3f7c6commit hash: 4b327b57f6902ef2f343b385e08ba8d520b3f7c6commit hash: 4b327b57f6902ef2f343b385e08ba8d520b3f7c6commit hash: 4b327b57f6902ef2f343b385e08ba8d520b3f7c6 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/proxygen: Update 2022.01.31.00 -> 2022.02.14.00
2022.01.31.00
31 Jan 2022 19:27:43
commit hash: dfc001ed90e1d19a3799f68c580aa73f95cdc784commit hash: dfc001ed90e1d19a3799f68c580aa73f95cdc784commit hash: dfc001ed90e1d19a3799f68c580aa73f95cdc784commit hash: dfc001ed90e1d19a3799f68c580aa73f95cdc784 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/proxygen: Update 2022.01.24.00 -> 2022.01.31.00
2022.01.24.00
24 Jan 2022 21:27:58
commit hash: 386e8cd155123b4ed4cd757f1351220e93ba0398commit hash: 386e8cd155123b4ed4cd757f1351220e93ba0398commit hash: 386e8cd155123b4ed4cd757f1351220e93ba0398commit hash: 386e8cd155123b4ed4cd757f1351220e93ba0398 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/proxygen: Update 2022.01.17.00 -> 2022.01.24.00
2022.01.17.00
17 Jan 2022 22:41:23
commit hash: bb2350109c3b008982c152cc9b2c1008791b8702commit hash: bb2350109c3b008982c152cc9b2c1008791b8702commit hash: bb2350109c3b008982c152cc9b2c1008791b8702commit hash: bb2350109c3b008982c152cc9b2c1008791b8702 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/proxygen: Update 2022.01.10.00 -> 2022.01.17.00
2022.01.10.00
13 Jan 2022 02:02:52
commit hash: 7dca9f6a1783669b2dd11d153a5197fc764c3f9ccommit hash: 7dca9f6a1783669b2dd11d153a5197fc764c3f9ccommit hash: 7dca9f6a1783669b2dd11d153a5197fc764c3f9ccommit hash: 7dca9f6a1783669b2dd11d153a5197fc764c3f9c files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/proxygen: Update 2022.01.03.00 -> 2022.01.10.00
2022.01.03.00
03 Jan 2022 19:34:07
commit hash: 69ce13948fcce13879121b8c755216fcd3f63129commit hash: 69ce13948fcce13879121b8c755216fcd3f63129commit hash: 69ce13948fcce13879121b8c755216fcd3f63129commit hash: 69ce13948fcce13879121b8c755216fcd3f63129 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/proxygen: Update 2021.12.27.00 -> 2022.01.03.00
2021.12.27.00
28 Dec 2021 17:09:38
commit hash: fb6686b46828efc1ef425b803d2ba7b25484b1d3commit hash: fb6686b46828efc1ef425b803d2ba7b25484b1d3commit hash: fb6686b46828efc1ef425b803d2ba7b25484b1d3commit hash: fb6686b46828efc1ef425b803d2ba7b25484b1d3 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/proxygen: Update 2021.12.20.00 -> 2021.12.27.00
2021.12.20.00
21 Dec 2021 06:08:36
commit hash: 8c4c11e9f003b0b4ffbf4538e449dd99aa796298commit hash: 8c4c11e9f003b0b4ffbf4538e449dd99aa796298commit hash: 8c4c11e9f003b0b4ffbf4538e449dd99aa796298commit hash: 8c4c11e9f003b0b4ffbf4538e449dd99aa796298 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/proxygen: Update 2021.12.13.00 -> 2021.12.20.00
2021.12.13.00
14 Dec 2021 22:41:51
commit hash: 58349bcdfd19d92454bb8dc69a2c5d79ca83357bcommit hash: 58349bcdfd19d92454bb8dc69a2c5d79ca83357bcommit hash: 58349bcdfd19d92454bb8dc69a2c5d79ca83357bcommit hash: 58349bcdfd19d92454bb8dc69a2c5d79ca83357b files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/proxygen: Update 2021.12.06.00 -> 2021.12.13.00
2021.12.06.00
08 Dec 2021 19:30:24
commit hash: f2aebb819553eef4c946b72677a80a446f23c661commit hash: f2aebb819553eef4c946b72677a80a446f23c661commit hash: f2aebb819553eef4c946b72677a80a446f23c661commit hash: f2aebb819553eef4c946b72677a80a446f23c661 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/proxygen: Update 2021.11.29.00 -> 2021.12.06.00
2021.11.29.00
02 Dec 2021 20:57:10
commit hash: 695bc1066430729dd9d95109863f7524e9da00f2commit hash: 695bc1066430729dd9d95109863f7524e9da00f2commit hash: 695bc1066430729dd9d95109863f7524e9da00f2commit hash: 695bc1066430729dd9d95109863f7524e9da00f2 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/proxygen: Update 2021.11.15.00 -> 2021.11.29.00
2021.11.15.00
18 Nov 2021 19:47:36
commit hash: f8799881ab9701d9aaca50f8b9c2cf62d20d8d95commit hash: f8799881ab9701d9aaca50f8b9c2cf62d20d8d95commit hash: f8799881ab9701d9aaca50f8b9c2cf62d20d8d95commit hash: f8799881ab9701d9aaca50f8b9c2cf62d20d8d95 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/proxygen: Update 2021.11.08.00 -> 2021.11.15.00
2021.11.08.00
14 Nov 2021 22:35:23
commit hash: da2cdd8a730f5c47a35845fb9b10d7e568a65564commit hash: da2cdd8a730f5c47a35845fb9b10d7e568a65564commit hash: da2cdd8a730f5c47a35845fb9b10d7e568a65564commit hash: da2cdd8a730f5c47a35845fb9b10d7e568a65564 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/proxygen: Update 2021.11.01.00 -> 2021.11.08.00
2021.11.01.00
08 Nov 2021 00:48:59
commit hash: d67f1f093aae592c2ad6d91ba679cbea79f73551commit hash: d67f1f093aae592c2ad6d91ba679cbea79f73551commit hash: d67f1f093aae592c2ad6d91ba679cbea79f73551commit hash: d67f1f093aae592c2ad6d91ba679cbea79f73551 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/proxygen: Update to 2021.11.01.00
2021.10.04.00
21 Oct 2021 15:40:53
commit hash: 5dddd6e85d1655deedaca7df6631f9d010e04c09commit hash: 5dddd6e85d1655deedaca7df6631f9d010e04c09commit hash: 5dddd6e85d1655deedaca7df6631f9d010e04c09commit hash: 5dddd6e85d1655deedaca7df6631f9d010e04c09 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
www/proxygen: Add CPE information

Approved by:	portmgr (blanket)
2021.10.04.00
05 Oct 2021 18:36:29
commit hash: c8ae65edd4ee20543088e9248b518cb7b4da4d91commit hash: c8ae65edd4ee20543088e9248b518cb7b4da4d91commit hash: c8ae65edd4ee20543088e9248b518cb7b4da4d91commit hash: c8ae65edd4ee20543088e9248b518cb7b4da4d91 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/proxygen: Update 2021.09.27.00 -> 2021.10.04.00
2021.09.27.00
03 Oct 2021 16:51:38
commit hash: 07332759b1a3f4ed7d1bee9bd786f6f51f94c397commit hash: 07332759b1a3f4ed7d1bee9bd786f6f51f94c397commit hash: 07332759b1a3f4ed7d1bee9bd786f6f51f94c397commit hash: 07332759b1a3f4ed7d1bee9bd786f6f51f94c397 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/proxygen: Update 2021.09.20.00 -> 2021.09.27.00
2021.09.20.00
26 Sep 2021 18:34:52
commit hash: 5574eca8fa9fcad6ce95c101d3c595e0bd03d29fcommit hash: 5574eca8fa9fcad6ce95c101d3c595e0bd03d29fcommit hash: 5574eca8fa9fcad6ce95c101d3c595e0bd03d29fcommit hash: 5574eca8fa9fcad6ce95c101d3c595e0bd03d29f files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/proxygen: Update 2021.09.13.00 -> 2021.09.20.00
2021.09.13.00
13 Sep 2021 22:28:59
commit hash: b78064fbfadb96fe1892a99eda0407dfbba23949commit hash: b78064fbfadb96fe1892a99eda0407dfbba23949commit hash: b78064fbfadb96fe1892a99eda0407dfbba23949commit hash: b78064fbfadb96fe1892a99eda0407dfbba23949 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/proxygen: Update 2021.09.06.00 -> 2021.09.13.00
2021.09.06.00
10 Sep 2021 18:50:11
commit hash: 440ff13d8a85845ddf9fdf2e314369643ed8a6b1commit hash: 440ff13d8a85845ddf9fdf2e314369643ed8a6b1commit hash: 440ff13d8a85845ddf9fdf2e314369643ed8a6b1commit hash: 440ff13d8a85845ddf9fdf2e314369643ed8a6b1 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/proxygen: Update 2021.08.30.00 -> 2021.09.06.00
2021.08.30.00
31 Aug 2021 09:42:38
commit hash: b82d27632754da8d4f150a0ee6cba01f3705e465commit hash: b82d27632754da8d4f150a0ee6cba01f3705e465commit hash: b82d27632754da8d4f150a0ee6cba01f3705e465commit hash: b82d27632754da8d4f150a0ee6cba01f3705e465 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/proxygen: Update 2021.08.23.00 -> 2021.08.30.00
2021.08.23.00
24 Aug 2021 17:10:15
commit hash: 37b621ea05b02a5ae525e6de5fb7313877baa29fcommit hash: 37b621ea05b02a5ae525e6de5fb7313877baa29fcommit hash: 37b621ea05b02a5ae525e6de5fb7313877baa29fcommit hash: 37b621ea05b02a5ae525e6de5fb7313877baa29f files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/proxygen: Update to 2021.08.23.00
2021.08.02.00
02 Aug 2021 20:49:02
commit hash: 04fb7b97ab354610231e76fddeb0c0a0d1a96e9fcommit hash: 04fb7b97ab354610231e76fddeb0c0a0d1a96e9fcommit hash: 04fb7b97ab354610231e76fddeb0c0a0d1a96e9fcommit hash: 04fb7b97ab354610231e76fddeb0c0a0d1a96e9f files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/proxygen: Update to 2021.08.02.00
2021.07.19.00_1
21 Jul 2021 18:11:51
commit hash: 287cd8ad71d23e31948296cb773d3ebaaed14641commit hash: 287cd8ad71d23e31948296cb773d3ebaaed14641commit hash: 287cd8ad71d23e31948296cb773d3ebaaed14641commit hash: 287cd8ad71d23e31948296cb773d3ebaaed14641 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/libfmt: Update to 8.0.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/fmtlib/fmt/releases
PR:		257026
Exp-run by:	antoine
2021.07.19.00
21 Jul 2021 02:29:00
commit hash: 88dccade775bf94a7ab1e05066d45aa90ad7a964commit hash: 88dccade775bf94a7ab1e05066d45aa90ad7a964commit hash: 88dccade775bf94a7ab1e05066d45aa90ad7a964commit hash: 88dccade775bf94a7ab1e05066d45aa90ad7a964 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/proxygen: Update 2021.07.12.00 -> 2021.07.19.00
2021.07.12.00
13 Jul 2021 22:45:18
commit hash: 3b1f29df93f6c9fd734de7a93b6f799bfe6603f5commit hash: 3b1f29df93f6c9fd734de7a93b6f799bfe6603f5commit hash: 3b1f29df93f6c9fd734de7a93b6f799bfe6603f5commit hash: 3b1f29df93f6c9fd734de7a93b6f799bfe6603f5 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/proxygen: Update 2021.06.28.00 -> 2021.07.12.00
2021.06.28.00
04 Jul 2021 23:41:17
commit hash: 8dbcff7ce83c0c127e1c99aabb242cd500c82e72commit hash: 8dbcff7ce83c0c127e1c99aabb242cd500c82e72commit hash: 8dbcff7ce83c0c127e1c99aabb242cd500c82e72commit hash: 8dbcff7ce83c0c127e1c99aabb242cd500c82e72 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/proxygen: Update to 2021.06.28.00
2021.06.21.00
27 Jun 2021 08:28:32
commit hash: 57f994d531eb54bf1fea8d050ded8621f3a97cf6commit hash: 57f994d531eb54bf1fea8d050ded8621f3a97cf6commit hash: 57f994d531eb54bf1fea8d050ded8621f3a97cf6commit hash: 57f994d531eb54bf1fea8d050ded8621f3a97cf6 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/proxygen: Update 2021.06.14.00 -> 2021.06.21.00
2021.06.14.00
16 Jun 2021 03:27:48
commit hash: f5fd306d0248b6acb357676b9237ae6d1c89f4b9commit hash: f5fd306d0248b6acb357676b9237ae6d1c89f4b9commit hash: f5fd306d0248b6acb357676b9237ae6d1c89f4b9commit hash: f5fd306d0248b6acb357676b9237ae6d1c89f4b9 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/proxygen: Update 2021.05.10.00 -> 2021.06.14.00
2021.05.10.00
12 May 2021 06:10:11
commit hash: fa64b374feffe1a139c1f7c8e182301138da2bcbcommit hash: fa64b374feffe1a139c1f7c8e182301138da2bcbcommit hash: fa64b374feffe1a139c1f7c8e182301138da2bcbcommit hash: fa64b374feffe1a139c1f7c8e182301138da2bcb files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/proxygen: Broken until fixed by upstream

Reported by:	fallout
10 May 2021 17:13:49
commit hash: aa1a9ff21fa2495207ddf926ef80186fd4c27371commit hash: aa1a9ff21fa2495207ddf926ef80186fd4c27371commit hash: aa1a9ff21fa2495207ddf926ef80186fd4c27371commit hash: aa1a9ff21fa2495207ddf926ef80186fd4c27371 files touched by this commit Sanity Test Failure Refresh
Yuri Victorovich (yuri) search for other commits by this committer
www/proxygen: Update 2021.04.26.00 -> 2021.05.10.00
2021.04.26.00
26 Apr 2021 17:56:34
commit hash: a0cb4f4aa030f35afb293af120fe0249b56b4f7ccommit hash: a0cb4f4aa030f35afb293af120fe0249b56b4f7ccommit hash: a0cb4f4aa030f35afb293af120fe0249b56b4f7ccommit hash: a0cb4f4aa030f35afb293af120fe0249b56b4f7c files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/proxygen: Update 2021.04.19.00 -> 2021.04.26.00
2021.04.19.00
19 Apr 2021 15:49:07
commit hash: e0619acb94cb9643ff393fa4f80dc12ae4fd8ab0commit hash: e0619acb94cb9643ff393fa4f80dc12ae4fd8ab0commit hash: e0619acb94cb9643ff393fa4f80dc12ae4fd8ab0commit hash: e0619acb94cb9643ff393fa4f80dc12ae4fd8ab0 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/proxygen: Update 2021.04.12.00 -> 2021.04.19.00
2021.04.12.00
12 Apr 2021 23:45:06
commit hash: 55d0fa8ba4626162560a5ac1ae61304d283a83e6commit hash: 55d0fa8ba4626162560a5ac1ae61304d283a83e6commit hash: 55d0fa8ba4626162560a5ac1ae61304d283a83e6commit hash: 55d0fa8ba4626162560a5ac1ae61304d283a83e6 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/proxygen: Update 2021.04.05.00 -> 2021.04.12.00
2021.04.05.00
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021.04.05.00
06 Apr 2021 17:22:14
commit hash: ea6c8f5886dd875e6ad2b46b4ba8ae7516773dcdcommit hash: ea6c8f5886dd875e6ad2b46b4ba8ae7516773dcdcommit hash: ea6c8f5886dd875e6ad2b46b4ba8ae7516773dcdcommit hash: ea6c8f5886dd875e6ad2b46b4ba8ae7516773dcd files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/proxygen: Update 2021.03.29.00 -> 2021.04.05.00
2021.03.29.00
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2021.03.29.00
29 Mar 2021 21:35:24
Revision:569518Original commit files touched by this commit
yuri search for other commits by this committer
www/proxygen: Update 2021.03.22.00 -> 2021.03.29.00
2021.03.22.00
24 Mar 2021 03:06:50
Revision:569081Original commit files touched by this commit
yuri search for other commits by this committer
www/proxygen: Update 2021.03.08.00 -> 2021.03.22.00
2021.03.01.00
01 Mar 2021 18:38:13
Revision:566883Original commit files touched by this commit
yuri search for other commits by this committer
www/proxygen: Update 2021.02.22.00 -> 2021.03.01.00
2021.02.22.00
22 Feb 2021 20:27:16
Revision:566332Original commit files touched by this commit
yuri search for other commits by this committer
www/proxygen: Update 2021.02.15.00 -> 2021.02.22.00
2021.02.15.00
15 Feb 2021 23:54:10
Revision:565363Original commit files touched by this commit
yuri search for other commits by this committer
www/proxygen: Update 2021.02.08.00 -> 2021.02.15.00
2021.02.08.00
09 Feb 2021 20:12:17
Revision:564813Original commit files touched by this commit
yuri search for other commits by this committer
www/proxygen: Update 2021.02.01.00 -> 2021.02.08.00
2021.02.01.00
02 Feb 2021 17:06:40
Revision:563827Original commit files touched by this commit
yuri search for other commits by this committer
www/proxygen: Update 2021.01.25.00 -> 2021.02.01.00
2021.01.25.00
26 Jan 2021 02:39:49
Revision:562636Original commit files touched by this commit
yuri search for other commits by this committer
www/proxygen: Update 2021.01.18.00 -> 2021.01.25.00
2021.01.18.00
19 Jan 2021 17:53:26
Revision:562065Original commit files touched by this commit
yuri search for other commits by this committer
www/proxygen: Update 2021.01.11.00 -> 2021.01.18.00
2021.01.11.00
11 Jan 2021 21:03:20
Revision:561270Original commit files touched by this commit
yuri search for other commits by this committer
www/proxygen: Update 2021.01.04.00 -> 2021.01.11.00
2021.01.04.00
04 Jan 2021 18:59:38
Revision:560329Original commit files touched by this commit
yuri search for other commits by this committer
www/proxygen: Update 2020.12.28.00 -> 2021.01.04.00
2020.12.28.00
28 Dec 2020 20:35:59
Revision:559523Original commit files touched by this commit
yuri search for other commits by this committer
www/proxygen: Update 2020.12.21.00 -> 2020.12.28.00
2020.12.21.00
22 Dec 2020 18:29:57
Revision:558940Original commit files touched by this commit
yuri search for other commits by this committer
www/proxygen: Update 2020.12.14.00 -> 2020.12.21.00
2020.12.14.00
15 Dec 2020 04:37:36
Revision:558133Original commit files touched by this commit
yuri search for other commits by this committer
www/proxygen: Update 2020.12.07.00 -> 2020.12.14.00
2020.12.07.00
08 Dec 2020 23:30:26
Revision:557313Original commit files touched by this commit
yuri search for other commits by this committer
www/proxygen: Update 2020.11.30.00 -> 2020.12.07.00
2020.11.30.00
01 Dec 2020 03:39:30
Revision:556704Original commit files touched by this commit
yuri search for other commits by this committer
www/proxygen: Update 2020.11.23.00 -> 2020.11.30.00
2020.11.23.00
24 Nov 2020 23:43:19
Revision:556235Original commit files touched by this commit
yuri search for other commits by this committer
www/proxygen: Update 2020.11.16.00 -> 2020.11.23.00
2020.11.16.00
21 Nov 2020 21:41:51
Revision:556017Original commit files touched by this commit
yuri search for other commits by this committer
www/proxygen: Update 2020.11.02.00 -> 2020.11.16.00

Reported by:	portscout
2020.11.02.00
03 Nov 2020 18:10:22
Revision:554010Original commit files touched by this commit
yuri search for other commits by this committer
www/proxygen: Update 2020.10.26.00 -> 2020.11.02.00

Reported by:	portscout
2020.10.26.00
27 Oct 2020 19:51:46
Revision:553483Original commit files touched by this commit
yuri search for other commits by this committer
www/proxygen: Update 2020.10.12.00 -> 2020.10.26.00

Reported by:	portscout
2020.10.12.00
15 Oct 2020 05:44:35
Revision:552382Original commit files touched by this commit
yuri search for other commits by this committer
www/proxygen: Update 2020.09.14.00 -> 2020.10.12.00

Reported by:	portscout
2020.09.14.00
15 Sep 2020 08:31:03
Revision:548716Original commit files touched by this commit
yuri search for other commits by this committer
www/proxygen: Update 2020.09.07.00 -> 2020.09.14.00

Reported by:	portscout
2020.09.07.00
08 Sep 2020 18:50:25
Revision:548042Original commit files touched by this commit
yuri search for other commits by this committer
New port: www/proxygen : Collection of C++ HTTP libraries including easy way to
use HTTP server

Number of commits found: 262 (showing only 62 on this page)

«  1 | 2 | 3