libtorrent with premiere torrent support
Go to file
Arvid Norberg 91e66f65d3 removed unused argument (and silence warning) 2015-04-23 06:12:53 +00:00
bindings fix warnings 2015-04-06 04:31:21 +00:00
docs inversed TORRENT_LOGGING build config to enable logging by default. It's now disabled by TORRENT_DISABLE_LOGGING 2015-04-17 01:15:33 +00:00
ed25519 fix more warnings and some build issues 2015-04-22 04:24:45 +00:00
examples raise warning level. fix a few of them. filter out warnings from boost 2015-04-18 02:33:39 +00:00
include/libtorrent removed unused argument (and silence warning) 2015-04-23 06:12:53 +00:00
m4 remove geoip configure stuff 2015-03-12 04:29:55 +00:00
src removed unused argument (and silence warning) 2015-04-23 06:12:53 +00:00
test cleanup and fixing of more warnings 2015-04-21 00:23:00 +00:00
tools improve test coverage script 2015-04-11 16:56:17 +00:00
.regression.yml merged changes from RC_1_0 2015-04-11 14:17:33 +00:00
AUTHORS merged changes from RC_1_0 2014-07-10 16:23:47 +00:00
CMakeLists.txt cleanup and fixing of more warnings 2015-04-21 00:23:00 +00:00
COPYING polishing, update copyright 2014-07-02 07:17:50 +00:00
ChangeLog fix warnings, some clean-up and todo comments 2015-04-20 04:52:49 +00:00
Jamfile cleanup and fixing of more warnings 2015-04-21 00:23:00 +00:00
Jamroot.jam
LICENSE
Makefile.am merged changes from RC_1_0 2014-12-07 07:22:39 +00:00
NEWS polishing, update copyright 2014-07-02 07:17:50 +00:00
README polishing, update copyright 2014-07-02 07:17:50 +00:00
autotool.sh
bootstrap.sh
build_dist.sh merged changes from RC_1_0 2014-11-12 16:57:59 +00:00
configure.ac inversed TORRENT_LOGGING build config to enable logging by default. It's now disabled by TORRENT_DISABLE_LOGGING 2015-04-17 01:15:33 +00:00
darwin_valgrind.suppressions
libtorrent-rasterbar-cmake.pc.in
libtorrent-rasterbar.pc.in
list_files.py
parse_requests.py land libtorrent_aio branch in trunk 2014-07-06 19:18:00 +00:00
sanity-checker.xml
set_version.py make the peer fingerprint a regular setting and remove it from the main session constructor argument list 2014-12-31 15:51:45 +00:00
setup.py merged changes from RC_1_0 2014-11-28 04:53:21 +00:00
update_copyright.py polishing, update copyright 2014-07-02 07:17:50 +00:00

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