libtorrent.org:restore-filehash

Last commit made on 2019-03-19
Get this branch:
git clone -b restore-filehash https://git.launchpad.net/libtorrent.org

Branch merges

Branch information

Name:
restore-filehash
Repository:
lp:libtorrent.org

Recent commits

eab5c3f... by arvidn <email address hidden>

restore the separate vectors of mtime and filehash in file_storage

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

Merge pull request #21 from arvidn/storage_params-dangling-ref

copy info_hash into storage_params to avoid a dangling reference

22bbf46... by arvidn <email address hidden>

copy info_hash into storage_params to avoid a dangling reference

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

Merge pull request #20 from arvidn/info-hash-backwards-compat

when deprecated functions are enabled, allow info_hash_t to act as a v1 hash

d34db4b... by arvidn <email address hidden>

when deprecated functions are enabled, allow info_hash_t to act as a v1 hash, to ease upgrade path

76440c9... by Steven Siloti <email address hidden>

rename chunk -> block

To maintain consistency with the existing code, always refer to 16KB pieces
of file data as blocks.

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

Merge pull request #19 from arvidn/v2-merkle-functions

move merkle functions into merkle.cpp

2a1c9ec... by arvidn <email address hidden>

move merkle functions into merkle.cpp

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

Merge pull request #18 from arvidn/validate-hash-requests

Validate hash requests

63651f2... by Arvid Norberg <email address hidden>

move validate_hash_request into hash_picker. make hash_request more regular (assignable). Remove the asserts in hash_request constructor, as it is used to hold unvalidated requests. add unit test for validate_hash_request