libtorrent with premiere torrent support
Go to file
Arvid Norberg c80745ad13 experimental CMakeList file 2008-09-28 00:18:03 +00:00
bindings add peer_info::progress 2008-09-25 20:39:06 +00:00
debian
docs add peer_info::progress 2008-09-25 20:39:06 +00:00
examples fixed bug in client_test when loading paused torrents 2008-09-26 00:26:35 +00:00
include include TCP handshake overhead 2008-09-26 06:10:21 +00:00
m4
src config fix for unicode builds on windows 2008-09-27 19:49:31 +00:00
test when using safe iterators, test_pe_crypto would fail because it would be too slow 2008-09-16 23:33:34 +00:00
zlib automake build system fix: make dist always creates same dist regardless of configure parameters, test/Makefile.am made more clear 2008-09-02 11:14:10 +00:00
AUTHORS
CMakeLists.txt experimental CMakeList file 2008-09-28 00:18:03 +00:00
COPYING
ChangeLog added more bandwidth monitoring of DHT and TCP/IP overhead. added monitoring of the running DHT lookups 2008-09-20 17:42:25 +00:00
Jamfile fixed linux build when linking against openssl (adds libdl.so) 2008-09-03 00:55:49 +00:00
Makefile.am automake build system fix: make dist always creates same dist regardless of configure parameters, test/Makefile.am made more clear 2008-09-02 11:14:10 +00:00
NEWS
README
autotool.sh
configure.in automake build system fix: make dist always creates same dist regardless of configure parameters, test/Makefile.am made more clear 2008-09-02 11:14:10 +00:00
libtorrent-rasterbar.pc.in
list_files.py added copyright notices in files missing them 2008-07-01 18:59:13 +00:00
parse_bandwidth_log.py Added svn:executable property to python scripts in trunk/ and branches/RC_0_13/. 2008-06-30 14:23:33 +00:00
parse_buffer_log.py added copyright notices in files missing them 2008-07-01 18:59:13 +00:00
parse_dht_log.py Added svn:executable property to python scripts in trunk/ and branches/RC_0_13/. 2008-06-30 14:23:33 +00:00
parse_dht_rtt.py
parse_disk_log.py added copyright notices in files missing them 2008-07-01 18:59:13 +00:00
parse_memory_log.py Added svn:executable property to python scripts in trunk/ and branches/RC_0_13/. 2008-06-30 14:23:33 +00:00
parse_session_stats.py added copyright notices in files missing them 2008-07-01 18:59:13 +00:00
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