libtorrent with premiere torrent support
Go to file
Arvid Norberg 31a56af1ad extended portmap log alert message cap to 600 characters 2009-12-25 22:30:18 +00:00
bindings added new announce_entry members to python bindings. Also excluded deprecated functions from the python bindings when built without them 2009-12-21 22:02:34 +00:00
docs regenerated html 2009-12-21 08:02:37 +00:00
examples more beos fixes 2009-12-15 13:11:07 +00:00
include/libtorrent only keep one outstanding duplicate request per peer 2009-12-25 16:52:57 +00:00
m4 configure.ac: drop dependencies on boost.filesystem and boost.thread libraries 2009-11-02 02:10:38 +00:00
src extended portmap log alert message cap to 600 characters 2009-12-25 22:30:18 +00:00
test more http test fixes 2009-12-25 22:18:14 +00:00
zlib Rewrite autotools build system (new configure.ac, changes for various 2009-09-10 02:22:13 +00:00
AUTHORS
CMakeLists.txt add socket_type.cpp to makefile 2009-12-05 16:50:07 +00:00
COPYING
ChangeLog only keep one outstanding duplicate request per peer 2009-12-25 16:52:57 +00:00
Jamfile more header dependency fixes and some configure header cleanup 2009-12-09 09:55:19 +00:00
Makefile.am Rewrite autotools build system (new configure.ac, changes for various 2009-09-10 02:22:13 +00:00
NEWS
README
autotool.sh improve autotool bootstrap script to check for required versions 2009-09-14 20:52:48 +00:00
build_dist.sh build dists with verbose compiling turned on 2009-11-10 05:04:10 +00:00
configure.ac configure.ac: drop dependencies on boost.filesystem and boost.thread libraries 2009-11-02 02:10:38 +00:00
dht_flood.py
libtorrent-rasterbar-cmake.pc.in
libtorrent-rasterbar.pc.in configure.ac: drop dependencies on boost.filesystem and boost.thread libraries 2009-11-02 02:10:38 +00:00
list_files.py
parse_bandwidth_log.py
parse_buffer_log.py
parse_dht_log.py
parse_dht_rtt.py
parse_dht_stats.py
parse_disk_access.py restored disk_access graph size 2009-09-16 03:14:06 +00:00
parse_disk_buffer_log.py more buffer categories to help debugging 2009-05-31 22:38:49 +00:00
parse_disk_log.py improve parse_disk_log.py 2009-06-03 09:27:47 +00:00
parse_memory_log.py
parse_session_stats.py add num_list_peers to session_stats parser script 2009-05-04 07:07:23 +00:00
project-root.jam
set_version.py more fixes to set_version.py due to the new configure script 2009-09-18 18:44:12 +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