libtorrent with premiere torrent support
Go to file
Arvid Norberg a3e66a3efe made the piece picker handle multi-request blocks better. fixes problem that might occur at the end of a torrent where the piece picker could take over blocks back and forth 2007-07-06 17:15:35 +00:00
bindings fixed python Jamfile to build a shared library 2007-06-15 05:31:58 +00:00
debian
docs made the piece picker handle multi-request blocks better. fixes problem that might occur at the end of a torrent where the piece picker could take over blocks back and forth 2007-07-06 17:15:35 +00:00
examples fixes to remote peer download rate etimation 2007-06-14 21:47:00 +00:00
include made the piece picker handle multi-request blocks better. fixes problem that might occur at the end of a torrent where the piece picker could take over blocks back and forth 2007-07-06 17:15:35 +00:00
m4 fixed 2007-06-08 22:55:33 +00:00
src made the piece picker handle multi-request blocks better. fixes problem that might occur at the end of a torrent where the piece picker could take over blocks back and forth 2007-07-06 17:15:35 +00:00
test made the piece picker handle multi-request blocks better. fixes problem that might occur at the end of a torrent where the piece picker could take over blocks back and forth 2007-07-06 17:15:35 +00:00
zlib
AUTHORS merged back encryption branch to trunk 2007-06-06 00:41:20 +00:00
COPYING
ChangeLog fixed url parsing bug related to IPv6 addresses. fixes 2007-06-09 00:11:11 +00:00
Jamfile improved bandwidth limiter and added a unit test for it 2007-07-02 23:48:06 +00:00
Makefile.am added python binding docs to Makefile.am 2007-05-04 22:34:34 +00:00
NEWS
README
configure.in fixed 2007-06-08 22:55:33 +00:00
libtorrent.pc.in
project-root.jam

README

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

See docs/manual.html for more detailed build and usage instructions.

To build with autotools, run:

   ./configure

Followed by

   make

When libtorrent is built, finish off by running the tests:

   make check