libtorrent with premiere torrent support
Go to file
Arvid Norberg 7eb9812cfa changed include order of boost headers to workaround namespace bug on msvc 7 2006-01-11 01:32:26 +00:00
debian
docs updated more sample code in manual 2005-11-21 22:47:15 +00:00
examples some more steps in the direction of getting it to build on vc7 2006-01-10 00:38:52 +00:00
include changed include order of boost headers to workaround namespace bug on msvc 7 2006-01-11 01:32:26 +00:00
m4 The examples/client_test program depends on Boost::Regex and 2005-10-16 19:13:54 +00:00
src changed include order of boost headers to workaround namespace bug on msvc 7 2006-01-11 01:32:26 +00:00
test
zlib
AUTHORS
COPYING
ChangeLog more patches in order to get it to build on vc7 2006-01-08 22:55:02 +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
README
configure.in fixed unchecked input 2005-10-18 18:16:36 +00:00
libtorrent.pc.in
project-root.jam

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