libtorrent with premiere torrent support
Go to file
Arvid Norberg b7816ff281 print_entry should not be exported 2013-07-19 22:26:07 +00:00
bindings merged python binding fix from RC_0_16 2013-07-17 14:27:02 +00:00
docs documentation polish 2013-07-19 22:05:59 +00:00
examples print_entry should not be exported 2013-07-19 22:26:07 +00:00
include/libtorrent print_entry should not be exported 2013-07-19 22:26:07 +00:00
m4 merged m4 macro from RC_0_16 2012-11-19 06:15:48 +00:00
src don't expose load_file as a public function 2013-07-19 21:41:33 +00:00
test don't expose load_file as a public function 2013-07-19 21:41:33 +00:00
tools drop yaml dependency in parse_test_results.py and don't require it to be run from a repository 2013-07-02 05:24:10 +00:00
.regression.yml run fewer tests to increase turnaround times 2013-06-23 03:48:38 +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 don't use pointers to resume_data and file_priorities in add_torrent_params 2013-07-17 20:21:48 +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 add Jamroot.jam 2012-06-14 05:43:10 +00:00
LICENSE dropped dependency on zlib 2010-03-16 06:14:22 +00:00
Makefile.am merged makefile fixes from RC_0_16 2013-02-09 20:29:40 +00:00
NEWS
README
autotool.sh merged configure fix from RC_0_16 2012-11-19 05:23:46 +00:00
bootstrap.sh merged bootstrap.sh script from RC_0_16 2013-05-29 02:11:15 +00:00
build_dist.sh merged makefile fixes from RC_0_16 2013-02-09 20:29:40 +00:00
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 merged configure fix from RC_0_16 2013-06-08 01:38:09 +00:00
darwin_valgrind.suppressions add suppressions file for valgrind on darwin 2010-12-30 04:33:38 +00:00
dht_flood.py
libtorrent-rasterbar-cmake.pc.in
libtorrent-rasterbar.pc.in
list_files.py
sanity-checker.xml add test script for api-sanity-checker 2012-07-03 04:01:18 +00:00
set_version.py update email in set_version and update changelog 2013-05-11 23:05:30 +00:00
update_copyright.py update copyright dates and add tool to do so 2012-10-02 03:16:33 +00:00

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