libtorrent with premiere torrent support
Go to file
Arvid Norberg 53144f6f14 fixes to the new disk cache and the volatile cache feature 2010-01-31 16:29:52 +00:00
bindings added volatile read cache option 2010-01-30 03:50:17 +00:00
docs added volatile read cache option 2010-01-30 03:50:17 +00:00
examples make connection_tester run in a single thread 2010-01-30 01:33:34 +00:00
include/libtorrent added volatile read cache option 2010-01-30 03:50:17 +00:00
m4 configure.ac: drop dependencies on boost.filesystem and boost.thread libraries 2009-11-02 02:10:38 +00:00
src fixes to the new disk cache and the volatile cache feature 2010-01-31 16:29:52 +00:00
test fixed windows upnp test. added test for is_space 2010-01-24 17:31:06 +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 optimized disk cache to work with large caches 2010-01-27 04:25:45 +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 improve linux fiemap support 2010-01-17 21:56:24 +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 disk stats parser update 2010-01-17 08:24:21 +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