libtorrent.org:internal-ed25519-api

Last commit made on 2019-02-12
Get this branch:
git clone -b internal-ed25519-api https://git.launchpad.net/libtorrent.org

Branch merges

Branch information

Name:
internal-ed25519-api
Repository:
lp:libtorrent.org

Recent commits

ef8631c... by arvidn <email address hidden>

move internal ed25519 API into the aux namespace

b7d9274... by arvidn <email address hidden>

convert std::bind() to using lambdas

6062f78... by Gubatron

Added FrostWire's client ID

As accepted in last amendment of bep_0020.rst on github.com/bittorrent/bittorrent.org
See: https://github.com/bittorrent/bittorrent.org/commit/7cb4ec93ea0c643ecf4c0fde63052d05e76eefc6

d7f7372... by arvidn <email address hidden>

rename io_service to io_context
fix get_executor -> get_context

eb5a6ea... by arvidn <email address hidden>

update changelog and minimum boost version in docs

6fa5026... by arvidn <email address hidden>

update boost on CI

fa1ab16... by arvidn <email address hidden>

update allocating_handler to use the new, std.allocator, interface

3494961... by arvidn <email address hidden>

some work on getting simulations to work

6348b5d... by arvidn <email address hidden>

update socket member functions to the new API (cancel, set_option, get_option)

01a7d40... by arvidn <email address hidden>

update io_service::work to use executor_work_guard instead