Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37510428
en ru br
ALT Linux repos
S:0.13.8-alt3
4.1: 0.13-alt1
4.0: 0.13-alt1.svn.r1876.M40.1
3.0: 0.6.4-alt1

Group :: System/Libraries
RPM: libtorrent

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.13.8-alt3
Build date: 20 september 2021, 08:23 ( 135.4 weeks ago )
Size: 272.14 Kb

Home page:   https://github.com/rakshasa/libtorrent

License: GPLv2+
Summary: libTorrent is a BitTorrent library written in C++ for *nix
Description:

libTorrent is designed to avoid redundant copying and storing of data
that other clients and libraries suffer from. libTorrent features:

* The client has full control over the polling of sockets.
* Sigc++ signals makes it easy for the client to react to events.
* Fast resume which checks the file modification time.
* Direct reading and writing from network to mmap'ed files.
* File hash check uses the same thread; client can control the rate;
 non-blocking and preload to memory with the mincore and madvise.
* File handler: fine-grained use of file read/write permissions, allows
 seeding of read-only files; allows torrents with unlimited number of
 files; opens closed files when mapping chunks to memory, with graceful
 error handling; support for files larger than 2 GB; different download
 priorities for files in the torrent.
* Multi-tracker support.
* No dependency on any specific HTTP library, the client implements a
 wrapper class.
* Dynamic request pipe size.
* Upload and download throttle.
* And much more...

Current maintainer: Ilya Kurdyukov

List of contributors

List of rpms provided by this srpm:

  • libtorrent-devel
  • libtorrent21
  • libtorrent21-debuginfo
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin