libtorrent with premiere torrent support
Go to file
Arvid Norberg fd6623fa5c the python bindings should not use types internal to libtorrent (fixes shared library linking) 2014-03-25 06:23:10 +00:00
bindings the python bindings should not use types internal to libtorrent (fixes shared library linking) 2014-03-25 06:23:10 +00:00
docs curve25519 -> ed25519 2014-03-13 18:37:23 +00:00
ed25519 fix build error in config.hpp when included by C-files (like the ed25519 source for instance) 2014-03-09 00:49:36 +00:00
examples merged storage allocation mode fix from RC_0_16 2014-02-07 08:58:52 +00:00
include/libtorrent add missing include 2014-03-24 04:20:37 +00:00
m4
src fix msvc-7.1 build 2014-03-24 07:42:55 +00:00
test another msvc-7.1 fix 2014-03-25 04:13:58 +00:00
tools remove unnecessary print 2014-03-21 05:08:20 +00:00
.regression.yml extend timeout 2014-03-23 01:31:17 +00:00
AUTHORS
CMakeLists.txt
COPYING
ChangeLog simplified setup.py to always build the bindings using bjam 2014-03-23 07:34:18 +00:00
Jamfile fix sanitize=rtc option in Jamfile 2014-02-03 03:34:16 +00:00
Jamroot.jam
LICENSE simplified setup.py to always build the bindings using bjam 2014-03-23 07:34:18 +00:00
Makefile.am
NEWS
README update README 2014-01-30 08:16:36 +00:00
autotool.sh
bootstrap.sh
build_dist.sh
configure.ac simplified setup.py to always build the bindings using bjam 2014-03-23 07:34:18 +00:00
darwin_valgrind.suppressions
libtorrent-rasterbar-cmake.pc.in
libtorrent-rasterbar.pc.in
list_files.py
sanity-checker.xml
set_version.py simplified setup.py to always build the bindings using bjam 2014-03-23 07:34:18 +00:00
update_copyright.py

README

libtorrent is an open source C++ library implementing the BitTorrent protocol,
along with most popular extensions, making it suitable for real world
deployment. It is configurable to be able to fit both servers and embedded
devices.

The main goals of libtorrent are to be efficient and easy to use.

See docs/manual.html for more detailed build and usage instructions.

To build with boost-build, run:

   b2

See docs/building.html for more details on how to build and which configuration
options are available.