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 | 0000000657 657 Bytes | |
_link | 0000000155 155 Bytes | |
libtorrent-rasterbar-2.0.3.tar.gz | 0004294340 4.1 MB | |
libtorrent-rasterbar.changes | 0000053271 52 KB | |
libtorrent-rasterbar.spec | 0000005069 4.95 KB |
Revision 147 (latest revision is 177)
Luigi Baldoni (alois)
accepted
request 881809
from
Luigi Baldoni (alois)
(revision 147)
- Update to version 2.0.3 * add new torrent_file_with_hashes() which includes piece layers for creating .torrent files * add file_prio_alert, posted when file priorities are updated * fix issue where set_piece_hashes() would not propagate file errors * add missing python binding for event_t * add convenience header libtorrent/libtorrent.hpp * increase default max_allowed_in_request_queue * fix loading non-ascii filenames on windows with torrent_info constructor (2.0 regression) * add std::hash<> specialization for info_hash_t * fix integer overflow in hash_picker and properly restrict max file sizes in torrents * strengthen SSRF mitigation for web seeds
Comments 0