libtorrent with premiere torrent support
Go to file
Arvid Norberg 62fef3cba0 fixed build configuration test in session.cpp 2012-03-19 02:43:06 +00:00
bindings fixed typo in python binding 2012-03-11 16:21:51 +00:00
docs set uTP target delay to 100 ms. expose setting for packet loss multiplier for cwnd 2012-03-11 05:46:15 +00:00
examples fix a bunch of issues to properly support dynamic linking of libtorrent with visibility=hidden. Still requires a small patch to boost 2012-03-18 23:31:04 +00:00
include/libtorrent fixed build configuration test in session.cpp 2012-03-19 02:43:06 +00:00
m4
src fixed build configuration test in session.cpp 2012-03-19 02:43:06 +00:00
test typo in dht test 2012-03-19 00:56:38 +00:00
AUTHORS
CMakeLists.txt fix a bunch of issues to properly support dynamic linking of libtorrent with visibility=hidden. Still requires a small patch to boost 2012-03-18 23:31:04 +00:00
COPYING
ChangeLog fix 'parameter incorrect' issue when using unbuffered IO on windows 2012-02-22 03:27:26 +00:00
Jamfile fix a bunch of issues to properly support dynamic linking of libtorrent with visibility=hidden. Still requires a small patch to boost 2012-03-18 23:31:04 +00:00
LICENSE
Makefile.am update makefile 2011-03-07 16:28:07 +00:00
NEWS
README
autotool.sh
build_dist.sh
configure.ac fix a bunch of issues to properly support dynamic linking of libtorrent with visibility=hidden. Still requires a small patch to boost 2012-03-18 23:31:04 +00:00
darwin_valgrind.suppressions
dht_flood.py
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_access.py
parse_disk_buffer_log.py
parse_disk_log.py
parse_memory_log.py
parse_sample.py
parse_session_stats.py improve session stats logging and parsing 2012-03-11 05:35:29 +00:00
parse_utp_log.py utp log parser script 2011-03-23 05:14:27 +00:00
project-root.jam
set_version.py add some documentation of the internals of libtorrent 2011-12-11 09:44:05 +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