libtorrent.org:posix-part-file

Last commit made on 2020-09-16
Get this branch:
git clone -b posix-part-file https://git.launchpad.net/libtorrent.org

Branch merges

Branch information

Name:
posix-part-file
Repository:
lp:libtorrent.org

Recent commits

5ce95f6... by Arvid Norberg <email address hidden>

remove file class

0a36d74... by Arvid Norberg <email address hidden>

use posix_part_file in mmap_storage

e1e6638... by Arvid Norberg <email address hidden>

add posix_part_file, just to be used by posix_storage

49ddf02... by Arvid Norberg <email address hidden>

separate the directory class from file.cpp, into its own file

14e3348... by Arvid Norberg <email address hidden>

add wrapper around std::ofstream to simplify tests that creates files

8bd37bb... by Arvid Norberg <email address hidden>

fix error-handling simulation for posix-storage

ebe82ae... by Arvid Norberg <email address hidden>

update libsimulator

8ab7b82... by Arvid Norberg <email address hidden>

separate directory class from file.hpp. use fopen/fclose/fread in torrent_info, instead of file class. introduce a light abstraction around FILE*

12157de... by arvidn <email address hidden>

disable use of SetFileValidData() by default (windows). A new setting allows enabling it

5bdea2c... by Arvid Norberg <email address hidden>

split test_hash_picker to have merkle_tree tests in its own file