Skip to content

weedy/libtorrent

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

Folders and files

NameName
Last commit message
Last commit date
Jun 5, 2005
Sep 26, 2007
Mar 31, 2014
May 24, 2014
May 15, 2014
May 26, 2014
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
May 24, 2014
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 <[email protected]> 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