libtorrent with premiere torrent support
Go to file
Arvid Norberg 93f9d4b3b0 test fixing 2013-08-01 08:03:11 +00:00
bindings merged python binding fix from RC_0_16 2013-07-17 14:27:02 +00:00
docs move documentation from manual to headers 2013-07-26 06:11:10 +00:00
examples moved parse_request_log into tools directory 2013-07-20 01:03:56 +00:00
include/libtorrent improve peer_connect_alert 2013-08-01 00:44:14 +00:00
m4
src improve peer_connect_alert 2013-08-01 00:44:14 +00:00
test test fixing 2013-08-01 08:03:11 +00:00
tools polish parse test output script 2013-07-22 00:16:51 +00:00
.regression.yml enable request logging in regression testing 2013-07-30 15:59:41 +00:00
AUTHORS
CMakeLists.txt cleaned up public interface by removing some symbols from the exported set 2013-07-19 19:06:27 +00:00
COPYING
ChangeLog merged time critical pieces improvement from RC_0_16 2013-07-27 17:43:34 +00:00
Jamfile cleaned up public interface by removing some symbols from the exported set 2013-07-19 19:06:27 +00:00
Jamroot.jam
LICENSE
Makefile.am
NEWS
README
autotool.sh
bootstrap.sh
build_dist.sh
clean.py make tests run in separate directories, to have them never interfere with eachother 2013-06-17 00:45:17 +00:00
configure.ac
darwin_valgrind.suppressions
dht_flood.py
libtorrent-rasterbar-cmake.pc.in
libtorrent-rasterbar.pc.in
list_files.py
sanity-checker.xml
set_version.py
update_copyright.py

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