libtorrent is a C++ implementation of the BitTorrent protocol
libtorrent-rasterbar is a C++ library that aims to be a good alternative to all the other bittorrent implementations around.
It is a library and not a full featured client, although it comes with a working example client.
The main goals of libtorrent-rasterbar are:
* To be cpu efficient.
* To be memory efficient.
* To be very easy to use.
- Devel package for openSUSE:Factory
-
10
derived packages
- Links to openSUSE:Factory / libtorrent-rasterbar
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:libraries:c_c++/libtorrent-rasterbar && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_constraints | 0000000348 348 Bytes | |
_link | 0000000155 155 Bytes | |
libtorrent-rasterbar-1.2.8.tar.gz | 0004121254 3.93 MB | |
libtorrent-rasterbar.changes | 0000047764 46.6 KB | |
libtorrent-rasterbar.spec | 0000006175 6.03 KB |
Revision 130 (latest revision is 177)
Alexei Sorokin (XRevan86)
accepted
request 824375
from
Luigi Baldoni (alois)
(revision 130)
- Update to version 1.2.8 * validate UTF-8 encoding of client version strings from peers * don't time out tracker announces as eagerly while resolving hostnames * fix NAT-PMP shutdown issue * improve hostname lookup by merging identical lookups * fix network route enumeration for large routing tables * fixed issue where pop_alerts() could return old, invalid alerts * fix issue when receiving have-all message before the metadata * don't leave lingering part files handles open * disallow calling add_piece() during checking * fix incorrect filename truncation at multi-byte character * always announce listen port 1 when using a proxy
Comments 0