Skip to content

pyhalov/libtorrent

This branch is 403 commits behind rakshasa/libtorrent:master.

Folders and files

NameName
Last commit message
Last commit date
Jun 5, 2005
Sep 26, 2007
May 31, 2012
Mar 4, 2013
Sep 25, 2013
Aug 27, 2013
Aug 21, 2013
Jul 15, 2004
Dec 5, 2005
Jul 15, 2004
Mar 26, 2007
Jul 15, 2004
Dec 13, 2011
Jul 27, 2004
Apr 16, 2012
Jan 22, 2007
Jan 5, 2012
Mar 2, 2013
Jul 15, 2004

Repository files navigation

LibTorrent

LICENSE

 GNU GPL, see COPYING. "libtorrent/src/utils/sha_fast.{cc,h}" is
originally from the Mozilla NSS and is under a triple license; MPL,
LGPL and GPL. An exception to non-NSS code has been added for linking
to OpenSSL as requested by Debian, though the author considers that
library to be part of the Operative System and thus linking is allowed
according to the GPL.

 Use whatever fits your purpose, the code required to compile with
Mozilla's NSS implementation of SHA1 has been retained and can be
compiled if the user wishes to avoid using OpenSSL.

CONTACT

 Send bug reports, suggestions and patches to <jaris@ifi.uio.no> or
to the mailinglist.

LIBRARY DEPENDENCIES

  g++ >= 4.2.1

SIGC++

 The API will use sigc++ signals to give the client a simple, yet
powerful way of reacting to events from the library. The client can
hook multiple slots on each signal and modify the parameters to suit
the functions. This avoids lots of unnecessary code in the client.

POLLING

 "libtorrent/src/torrent/poll.h" provides an abstract class for
implementing any kind of polling the client wishes to use. Currently
epoll and select based polling is included.

About

libTorrent BitTorrent library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 95.3%
  • C 4.4%
  • Other 0.3%