Menu

Tree [r11152] / trunk /
 History

HTTPS access


File Date Author Commit
 bindings 2015-05-30 arvidn [r11128] merged RC_1_0 into trunk
 docs 2015-05-12 arvidn [r11084] merged fixes from RC_1_0 and regenerated docume...
 ed25519 2015-05-09 arvidn [r11052] properly report errors when failing to generate...
 examples 2015-05-30 arvidn [r11126] fix bug in piece printing in client_test
 include 2015-06-03 arvidn [r11152] update copyright year
 m4 2015-05-30 arvidn [r11124] merge small unit tests to make running the test...
 src 2015-06-03 arvidn [r11152] update copyright year
 test 2015-06-03 arvidn [r11147] improve test_tracker
 tools 2015-05-23 arvidn [r11109] break out more tests from test_primitives
 .regression.yml 2015-04-11 arvidn [r10960] merged changes from RC_1_0
 AUTHORS 2014-07-10 arvidn [r10100] merged changes from RC_1_0
 CMakeLists.txt 2015-04-26 arvidn [r11015] fix cpuid use (apparently it's not appropriate ...
 COPYING 2015-06-03 arvidn [r11152] update copyright year
 ChangeLog 2015-06-02 arvidn [r11144] merged fix from RC_1_0
 Jamfile 2015-05-17 arvidn [r11099] fix build issue, some warnings
 Jamroot.jam 2012-06-14 arvidn [r6990] add Jamroot.jam
 LICENSE 2015-06-03 arvidn [r11152] update copyright year
 Makefile.am 2014-12-07 arvidn [r10598] merged changes from RC_1_0
 NEWS 2014-07-02 arvidn [r10065] polishing, update copyright
 README 2014-07-02 arvidn [r10065] polishing, update copyright
 autotool.sh 2012-11-19 arvidn [r7684] merged configure fix from RC_0_16
 bootstrap.sh 2013-05-29 arvidn [r8432] merged bootstrap.sh script from RC_0_16
 build_dist.sh 2014-11-12 arvidn [r10482] merged changes from RC_1_0
 configure.ac 2015-05-30 arvidn [r11124] merge small unit tests to make running the test...
 darwin_valgrind.suppressions 2010-12-30 arvidn [r5127] add suppressions file for valgrind on darwin
 libtorrent-rasterbar-cmake.pc.in 2009-01-07 arvidn [r3137] don't add to pkg-config. #462
 libtorrent-rasterbar.pc.in 2013-09-07 arvidn [r8923] merged fixes from RC_0_16
 list_files.py 2010-03-05 arvidn [r4338] make python script executable
 parse_requests.py 2014-07-06 arvidn [r10084] land libtorrent_aio branch in trunk
 sanity-checker.xml 2012-07-03 arvidn [r7120] add test script for api-sanity-checker
 set_version.py 2014-12-31 arvidn [r10657] make the peer fingerprint a regular setting and...
 setup.py 2014-11-28 arvidn [r10537] merged changes from RC_1_0
 update_copyright.py 2015-05-17 arvidn [r11099] fix build issue, some warnings

Read Me

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/index.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.