libtorrent with premiere torrent support
Go to file
Arvid Norberg 6fe61669cc fix test_file_storage for windows 2013-06-17 02:10:45 +00:00
bindings introduced a new alert torrent_update_alert, for when a torrent_handle changes info-hash 2013-05-17 03:19:23 +00:00
docs clean up the root directory by moving parsing scripts into the tools directory 2013-06-14 16:49:06 +00:00
examples merged silencing of warnings from RC_0_16 2013-06-14 16:41:47 +00:00
include/libtorrent merged anonymous mode fix from RC_0_16 2013-06-12 07:57:13 +00:00
m4 merged m4 macro from RC_0_16 2012-11-19 06:15:48 +00:00
src fix bandwidth-limit-logging build 2013-06-16 01:07:15 +00:00
test fix test_file_storage for windows 2013-06-17 02:10:45 +00:00
tools support running tests for different branches. assume regression_tests is a shared folder 2013-06-17 01:30:45 +00:00
.regression.yml support running tests for different branches. assume regression_tests is a shared folder 2013-06-17 01:30:45 +00:00
AUTHORS
CMakeLists.txt stub for file_storage test 2013-06-08 23:37:11 +00:00
COPYING
ChangeLog merged anonymous mode fix from RC_0_16 2013-06-12 07:57:13 +00:00
Jamfile move hasher implementation out of header file 2013-05-08 07:57:16 +00:00
Jamroot.jam
LICENSE
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
dht_flood.py
libtorrent-rasterbar-cmake.pc.in
libtorrent-rasterbar.pc.in
list_files.py
sanity-checker.xml
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