Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | net/asio: Bump PORTREVISION. net/asio was updated to 1.28.0 | Jose Alonso Cardenas Marquez | 2023-05-15 | 1 | -0/+1 |
| | |||||
* | net-p2p/xbt: fix build on ARM / POWER | Piotr Kubaj | 2023-01-10 | 1 | -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 Dokuchaev | 2022-11-16 | 5 | -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. |