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 | 0000000578 578 Bytes | |
_link | 0000000155 155 Bytes | |
_service | 0000000615 615 Bytes | |
libtorrent-rasterbar-2.0.7.tar.xz | 0003331356 3.18 MB | |
libtorrent-rasterbar.changes | 0000058194 56.8 KB | |
libtorrent-rasterbar.spec | 0000005035 4.92 KB |
Revision 164 (latest revision is 177)
Luigi Baldoni (alois)
accepted
request 989735
from
Luigi Baldoni (alois)
(revision 164)
- Update to version 2.0.7 * fix issue in use of copy_file_range() * avoid open-file race in the file_view_pool * fix issue where stop-when-ready would not close files * fix issue with duplicate hybrid torrent via separate v1 and v2 magnet links * added new function to load torrent files, load_torrent_*() * support sync_file_range() * fix issue in write_torrent_file() when file size is exactly piece size * fix file_num_blocks() and file_num_pieces() for empty files * add new overload to make_magnet_uri() * add missing protocol version to tracker_reply_alert and tracker_error_alert * fix privilege issue with SetFileValidData() * add asynchronous overload of torrent_handle::add_piece() * default to a single hashing thread, for full checks * Fix bug when checking files and the first piece is invalid - Drop libtorrent-rasterbar-2.0.6-fix_pkgconfig_creation.patch (no longer necessary)
Comments 0