libtorrent with premiere torrent support
Go to file
Arvid Norberg bad06d0c4e fixed adl usage to work with vc7 and removed inclusion of lambda header, to make it build in vc7 2006-01-07 15:41:20 +00:00
debian Use package versions, dependencies. 2005-08-30 21:20:42 +00:00
docs updated more sample code in manual 2005-11-21 22:47:15 +00:00
examples fixed bug caused when sockets were bound to non-local interface 2006-01-06 20:20:20 +00:00
include applied (slightly modified) patches from Allen Zhao in an attempt to make it build on vc7 2006-01-07 13:48:14 +00:00
m4 The examples/client_test program depends on Boost::Regex and 2005-10-16 19:13:54 +00:00
src fixed adl usage to work with vc7 and removed inclusion of lambda header, to make it build in vc7 2006-01-07 15:41:20 +00:00
test big change in the way storage is checked. The checker thread can now check the fastresume data of a new torrent without waiting for a currently checking one 2005-10-13 07:59:05 +00:00
zlib Adding files to setup autotools. 2005-08-17 00:24:41 +00:00
AUTHORS added some documentation as well as prepared for building distribution tarball for 0.9 2005-08-17 17:19:20 +00:00
COPYING Added new send buffer class to avoid unecessary copying of outgoing data. 2005-09-14 19:33:16 +00:00
ChangeLog fixed bug caused when sockets were bound to non-local interface 2006-01-06 20:20:20 +00:00
Jamfile added the ability to build libtorrent as a shared library. Fixed bugs with deleting of incomplete types (replaced auto_ptr with scoped_ptr). Made the string converter fall back on windows local code page if utf-8 decoding failed. 2005-11-01 18:30:39 +00:00
Makefile.am updated documentation to reflect the new function set_max_half_open_connections 2005-11-03 12:23:09 +00:00
NEWS added some documentation as well as prepared for building distribution tarball for 0.9 2005-08-17 17:19:20 +00:00
README added some documentation as well as prepared for building distribution tarball for 0.9 2005-08-17 17:19:20 +00:00
configure.in fixed unchecked input 2005-10-18 18:16:36 +00:00
libtorrent.pc.in Files used for building a debian package, pkg-config support 2005-08-27 22:10:44 +00:00
project-root.jam *** empty log message *** 2003-11-09 18:17: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