libtorrent.org:hash-picker-const-correctness

Last commit made on 2019-06-02
Get this branch:
git clone -b hash-picker-const-correctness https://git.launchpad.net/libtorrent.org

Branch merges

Branch information

Name:
hash-picker-const-correctness
Repository:
lp:libtorrent.org

Recent commits

95b89a3... by arvidn <email address hidden>

fix const correctness of hash_picker::add_hashes

6152341... by Steven Siloti <email address hidden>

Merge pull request #45 from arvidn/v2-warnings

fix warnings

8cbc13a... by arvidn <email address hidden>

fix warnings

48451b3... by Steven Siloti <email address hidden>

Merge pull request #44 from arvidn/v2-invalid-symlink

fix detection of missing file root in v2 parser

16849a7... by arvidn <email address hidden>

fix detection of missing file root in v2 parser

3dc8231... by Steven Siloti <email address hidden>

Merge pull request #43 from arvidn/v2-no-deprecated-build

fix build with deprecated functions (and conversions) disabled

e6241bd... by Steven Siloti <email address hidden>

Merge pull request #42 from arvidn/v2-path-index-type

use a strong type for the index into m_paths in file_storage

e33db17... by Steven Siloti <email address hidden>

Merge pull request #41 from arvidn/v2-merkle-tree-type

convert file merkle trees to use aux::vector instead of std::vector

4aef8b2... by Steven Siloti <email address hidden>

Merge pull request #40 from arvidn/v2-piece-calculation

factor out calculation of number of pieces for a file_storage

8c35896... by Steven Siloti <email address hidden>

Merge pull request #39 from arvidn/v2-shadow-variables

fix variable shadowing