libtorrent with premiere torrent support
Go to file
Arvid Norberg cbc740ee4f fixed bug where one allowed-fast message would be sent even when disabled 2009-06-28 00:47:49 +00:00
bindings Remove un-necessary cast 2009-06-27 19:49:34 +00:00
docs turned fast-resume errors into error_codes. fixed typo in documentation 2009-06-28 00:36:41 +00:00
examples fixes tp typos in alert_types.hpp and windows fixes 2009-05-29 01:27:08 +00:00
include turned fast-resume errors into error_codes. fixed typo in documentation 2009-06-28 00:36:41 +00:00
m4
src fixed bug where one allowed-fast message would be sent even when disabled 2009-06-28 00:47:49 +00:00
test turned fast-resume errors into error_codes. fixed typo in documentation 2009-06-28 00:36:41 +00:00
zlib
AUTHORS
CMakeLists.txt workaround bug in asio in boost-1.39 2009-06-27 19:30:15 +00:00
COPYING
ChangeLog fixed bug where one allowed-fast message would be sent even when disabled 2009-06-28 00:47:49 +00:00
Jamfile workaround bug in asio in boost-1.39 2009-06-27 19:30:15 +00:00
Makefile.am updated makefile to remove docstrings.cpp 2009-06-01 01:48:47 +00:00
NEWS
README
autotool.sh
build_dist.sh
configure.in workaround bug in asio in boost-1.39 2009-06-27 19:30:15 +00:00
dht_flood.py added dht test script 2009-04-13 19:16:14 +00:00
disk_access.gnuplot added instrumentation for disk access. Useful to benchmark disk cache performance 2009-05-23 03:03:52 +00:00
libtorrent-rasterbar-cmake.pc.in
libtorrent-rasterbar.pc.in
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_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 added new section about tuning libtorrent for special needs 2009-05-25 07:11:09 +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