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 | |
boost-1_65-fix.patch | 0000000875 875 Bytes | |
libtorrent-rasterbar-1.1.4.tar.gz | 0003917557 3.74 MB | |
libtorrent-rasterbar.changes | 0000029173 28.5 KB | |
libtorrent-rasterbar.spec | 0000007125 6.96 KB |
Revision 96 (latest revision is 177)
Mariusz Fik (Fisiu)
accepted
request 532910
from
Mariusz Fik (Fisiu)
(revision 96)
- Update to 1.1.4: * Corrected missing const qualifiers on bdecode_node. * Fix changing queue position of paused torrents (1.1.3 regression). * Fix re-check issue after move_storage. * Handle invalid arguments to set_piece_deadline(). * Move_storage did not work for torrents without metadata. * Improve shutdown time by only announcing to trackers whose IP we know. * Fix python3 portability issue in python binding. * Delay 5 seconds before reconnecting socks5 proxy for UDP ASSOCIATE. * Fix NAT-PMP crash when removing a mapping at the wrong time. * Improve path sanitization (filter unicode text direction characters). * Deprecate partial_piece_info::piece_state. * Bind upnp requests to correct local address. * Save resume data when removing web seeds. * Fix proxying of https connections. * Fix race condition in disk I/O storage class. * Fix http connection timeout on multi-homed hosts. * Removed depdendency on boost::uintptr_t for better compatibility. * Fix memory leak in the disk cache. * Fix double free in disk cache. * Forward declaring libtorrent types is discouraged. a new fwd.hpp header is provided. - Add boost-1_65-fix.patch: fix building with boost 1.65. - Drop libtorrent-rasterbar-fix-build-boost-1.54.patch.
Comments 0