aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/xbt
Commit message (Collapse)AuthorAgeFilesLines
* net/asio: Bump PORTREVISION. net/asio was updated to 1.28.0Jose Alonso Cardenas Marquez2023-05-151-0/+1
|
* net-p2p/xbt: fix build on ARM / POWERPiotr Kubaj2023-01-101-0/+14
| | | | | | Tracker/tracker_input.cpp:6:49: error: constant expression evaluates to -1 which cannot be narrowed to type 'char' [-Wc++11-narrowing] std::array<char, 16> res = { 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0 }; ^~
* net-p2p/xbt: new BitTorrent tracker port had been added (+)Alexey Dokuchaev2022-11-165-0/+81
It is written in modern C++ and designed for high performance while consuming little resources (CPU and RAM). Consisting of just a dozen files, it can be easily built with BSD or GNU make.