Libtorrent is a C++ implementation of the BitTorrent protocol
http://www.rasterbar.com/products/libtorrent/
libtorrent 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 are:
* to be cpu efficient
* to be memory efficient
* to be very easy to use
This package holds the sample client and example files for libtorrent-rasterbar.
- Sources inherited from project openSUSE:Backports:SLE-15-SP5
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:15.5:Update/libtorrent-rasterbar && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_constraints | 0000000578 578 Bytes | |
libtorrent-rasterbar-2.0.5.tar.gz | 0004407260 4.2 MB | |
libtorrent-rasterbar-boost_178.patch | 0000002885 2.82 KB | |
libtorrent-rasterbar.changes | 0000055716 54.4 KB | |
libtorrent-rasterbar.spec | 0000005211 5.09 KB |
Revision 3 (latest revision is 9)
Yuchen Lin (maxlin_factory)
accepted
request 955551
from
Luigi Baldoni (alois)
(revision 3)
- Revert last change - Update boost version requirement - Add libtorrent-rasterbar-boost_178.patch (fix Factory build) - Update to version 2.0.5 * fix build with WolfSSL * fix issue where incoming uTP connections were not accepted over SOCKS5 * fix several issues in handling of checking files of v2 torrents, esp. from magnet links * make the token limit when parsing metadata from magnet files configurable * fix issue with stalled pieces on disk full errors * fix missing python binding for file_progress_flags * fix torrent_file_with_hashes() to fail when we don't have the piece layers * restore path character encoding conversion for non UTF-8 locales * fix use-after-free bug in make_magnet_uri * add write_torrent_file() to produce a .torrent file from add_torrent_params * allow loading v2 .torrent files without piece layer * fix issue with adding v2 torrents with invalid file root hash - Drop libtorrent-rasterbar-2.0.4-handler-buffer.patch (merged upstream) - Fix linking problem on ppc64
Comments 0