| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: libtorrent48 | Distribution: openSUSE Tumbleweed |
| Version: 0.16.18 | Vendor: openSUSE |
| Release: 1.2 | Build date: Fri Jul 17 15:02:20 2026 |
| Group: System/Libraries | Build host: reproducible |
| Size: 1563236 | Source RPM: libtorrent-0.16.18-1.2.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/rakshasa/libtorrent | |
| Summary: A BitTorrent library written in C++ | |
LibTorrent is a BitTorrent library written in C++. It transfers directly from file pages to the network stack, and achieves 3x higher seed speeds than the official client on high-bandwidth links.
SUSE-GPL-2.0+-with-openssl-exception
* Fri Jul 17 2026 Jan Engelhardt <jengelh@inai.de>
- Update to release 0.16.18
* Use *_CLOEXEC for most fds.
* Use std::shared_ptr to track CurlSocket's and throw error when
error events don't delete them.
* Added net_http logging category.
* Recognize LoongArch CPUs and use a 64-byte alignment
on such platforms.
* Added runtime::MemoryManager to split out unrelated features
from ChunkManager.
* Moved all sync/diskspace related methods to MemoryManager.
* Moved ChunkManager out of public header directory.
* Changing the Listen/DHT port now actually changes them.
* Sun Jul 05 2026 Jan Engelhardt <jengelh@inai.de>
- Update to release 0.16.16
* Disconnect and mark as corrupt if a single peer sends a whole
chunk that fails hash check.
* Detect libcurl passing us internal fd's and re-enable strict fd
leak checking.
* Fixed shutdown handling of stalled http requests.
* Added new ProxyManager and support for socks5 for peer
connections.
* Added max http request size and limited redirect protocols to
http/https.
* Tue Jun 30 2026 Jan Engelhardt <jengelh@inai.de>
- Update to release 0.16.15
* Added socket category option strings
* Fix use-after-free in UdpRouter::disconnect_failure_unsafe
* Validate HTTP proxy url when it is set
* Reset HttpGet objects to ensure there is no unexpected reuse
* Sun Jun 14 2026 Jan Engelhardt <jengelh@inai.de>
- Update to release 0.16.14
* Removed encoding name/path attribute handling.
* Removed address based throttling.
* Fri Jun 05 2026 Jan Engelhardt <jengelh@inai.de>
- Update to release 0.16.13
* Added support base64 support for non-UTF8 strings.
* Add ready directory watch support.
* Added per-category allocation limits to SocketManager.
* Added a new callback mechanism and use it for trackers.
* Wed May 20 2026 Jan Engelhardt <jengelh@inai.de>
- Update to release 0.16.12
* TrackerHttp now does requests for both IPv4 and IPv6.
* Now uses a single UDP socket for all UDP tracker requests.
* Sat May 02 2026 Jan Engelhardt <jengelh@inai.de>
- Update to release 0.16.11
* Stopped using std::scoped_lock in CurlStack as it does not
support unlocking just one mutex
* No longer throws when DhtSearch is not found in DhtServer
* Thu Apr 23 2026 Jan Engelhardt <jengelh@inai.de>
- Update to release 0.16.10
* Fix stack-use-after-free in DHT
* Thu Apr 09 2026 Jan Engelhardt <jengelh@inai.de>
- Update to release 0.16.9
* Index DNS cache entries by hostname instead of family+hostname.
* Added timeouts to DNS cache.
* Mon Mar 16 2026 Jan Engelhardt <jengelh@inai.de>
- Update to release 0.16.8
* Fix crash on double scrape request
* Use callback in DnsBuffer result and catch EINTR in Listen
* Wed Mar 04 2026 Jan Engelhardt <jengelh@inai.de>
- Update to release 0.16.7
* Properly handle libcurl reuse of sockets.
* Allow disabling of stream buffering for plaintext logs.
* Added SocketManager to handle reuse of uninterested fd's by the
kernel.
* Allow DHT bootstrap nodes to be added when DHT is off.
* Fix use after free in `UdnsResolver::try_resolve_numeric`.
* Fix crash in `DhtRouter::bootstrap`.
* Fixed various DNS issues and added a buffer that
limits/deduplicates active DNS requests.
* Sat Jan 03 2026 Jan Engelhardt <jengelh@inai.de>
- Update to release 0.16.6
* Session saves are now handled in a separate thread.
* Downloading of magnet links now save the metadata file to
session directory by default.
* New Timestamp Helper Commands: Added ``.or_zero`` and
``.elapsed`` commands for ``d.timestamp.started`` and
``d.timestamp.finished``.
* Wed Dec 03 2025 Jan Engelhardt <jengelh@inai.de>
- Update to release 0.16.5
* Fixes 100% CPU usage bug in *BSD kqueue event handler and UDNS
resolver.
* Tue Nov 25 2025 Jan Engelhardt <jengelh@inai.de>
- Update to release 0.16.4
* This release contains several bug fixes and minor improvements.
* Tue Nov 04 2025 Jan Engelhardt <jengelh@inai.de>
- Update to release 0.16.2
* Added dual listening ports when both IPv4 and IPv6 are bound.
* Restart listen when changing bind addresses, etc.
* Fixed issue with CURL socket not being removed from polling.
* Fixed PEX address corruption bug.
* Fri Oct 17 2025 Jan Engelhardt <jengelh@inai.de>
- Update to release 0.16.1
* Network configuration has been rewritten and IPv6, bind and
local address handling improved.
* HTTP connections are now reused.
* Fri Sep 05 2025 Jan Engelhardt <jengelh@inai.de>
- Update to release 0.16.0
* The ``network.block.*`` commands now work properly for IPv4/6,
although IPv6 support still has some issues.
* Converted curl/http to be thread-safe.
* Sat Aug 23 2025 Jan Engelhardt <jengelh@inai.de>
- Update to release 0.15.6
* Strict checking of d.views push_back arguments.
* Invert color of focus ui element.
* Use getaddrinfo for numeric hostname lookups in UdnsResolver.
* Sun Jun 22 2025 Jan Engelhardt <jengelh@inai.de>
- Update to release 0.15.5
* Ignore invalid completed chunks value when encountering such.
* Mon Jun 02 2025 Jan Engelhardt <jengelh@inai.de>
- Update to release 0.15.4
* Threads were not rejoined, which has been fixed
* Moved TrackerList and TrackerController out of the public API
* Use poll interrupting callbacks for SCGI requests
* Updated ThrottleList to use new Scheduler
* Fri May 02 2025 Jan Engelhardt <jengelh@inai.de>
- Update to release 0.15.3
* Fixed slow SCGI replies
* Cleaned up thread/scheduler code
- Delete 0001-0.15.2-Missing-header-algorithm.patch
0002-Fixed-DhtController-m_router-check-and-log-unit-test.patch
(merged)
* Fri Mar 28 2025 Jan Engelhardt <jengelh@inai.de>
- Update to release 0.15.2
* preparation for multi-threaded trackers
* added a thread-safe DNS resolver
- Add 0001-0.15.2-Missing-header-algorithm.patch,
0002-Fixed-DhtController-m_router-check-and-log-unit-test.patch
* Thu Jan 02 2025 Jan Engelhardt <jengelh@inai.de>
- Update to release 0.15.1
* Resolved a crash with Handshake buffer resizing
* Respect failure intervals for trackers
* Fix file truncation on resume with fallocate enabled
* Thu Dec 26 2024 Jan Engelhardt <jengelh@inai.de>
- Update to release 0.15
* Resolved a crash with Handshake buffer resizing.
* Respect failure intervals for trackers.
* Fix file truncation on resume with fallocate enabled.
* Sun Sep 29 2024 Jan Engelhardt <jengelh@inai.de>
- Update to release 0.14.0
* Significant performance improvements to improve throughput and
reduce CPU usage.
* A fix for a torrent client crash with the socket address object.
* Support for 33 Gbit/s throttles on ruTorrent.
/usr/lib64/libtorrent.so.48 /usr/lib64/libtorrent.so.48.0.0
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Aug 2 01:54:38 2026