Go to file
Alden Torres a856ae6e9b Added dht_get_peers and dht_announce at session level.
Refactored dht_put_item to dht_put_immutable_item in session_impl since the get operations are not overloaded (consistency).
Added allow_threading_guard to add_dht_node python binding.
Making dht_put_item in session returns a zeroed hash if TORRENT_DISABLE_DHT (avoid unnecessary calculation and it's more consistent).
Added missing DHT operations to the python binding.
Added missing allow_threading_guard to add_dht_node in the python binding.
2015-07-12 10:37:16 -04:00
2015-07-11 15:49:47 +08:00
2015-06-05 23:14:53 -04:00
2015-06-05 23:14:53 -04:00
2012-11-19 05:23:46 +00:00
2014-11-12 16:57:59 +00:00
2015-06-29 20:40:32 -04:00
2015-07-11 11:17:28 -07:00
2015-06-03 05:18:48 +00:00
2015-07-11 11:17:28 -07:00
2012-06-14 05:43:10 +00:00
2015-06-05 23:14:53 -04:00
2014-07-02 07:17:50 +00:00
2015-06-14 21:40:27 -04:00
2014-11-28 04:53:21 +00:00

libtorrent
----------

.. image:: https://travis-ci.org/arvidn/libtorrent.svg?branch=master
    :target: https://travis-ci.org/arvidn/libtorrent

.. image:: https://ci.appveyor.com/api/projects/status/w7teauvub5813mew/branch/master?svg=true
    :target: https://ci.appveyor.com/project/arvidn/libtorrent/branch/master

.. image:: https://www.openhub.net/p/rasterbar-libtorrent/widgets/project_thin_badge.gif
    :target: https://www.openhub.net/p/rasterbar-libtorrent?ref=sample

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 `libtorrent.org`__ for more detailed build and usage instructions.

.. __: http://libtorrent.org

To build with boost-build, make sure boost and boost-build is installed and run:

   b2

In the libtorrent root. To build the examples, run ``b2`` in the ``examples``
directory.

See `building.html`__ for more details on how to build and which configuration
options are available. For python bindings, see `the python docs`__.

.. __: docs/building.rst
.. __: docs/python_binding.rst

Description
No description provided
Readme Multiple Licenses 80 MiB
Languages
C++ 94.1%
Python 3%
C 1.6%
CMake 0.7%
Makefile 0.4%
Other 0.2%