libtorrent.org:fix-file-open-mode-type

Last commit made on 2019-11-25
Get this branch:
git clone -b fix-file-open-mode-type https://git.launchpad.net/libtorrent.org

Branch merges

Branch information

Name:
fix-file-open-mode-type
Repository:
lp:libtorrent.org

Recent commits

9e07455... by arvidn <email address hidden>

fix mapping of file open mode

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

fix sonar-cloud analysis

4bcba4b... by arvidn <email address hidden>

simplify the fuzzer code to just support the lastest version of libtorrent

fa6b363... by Alden Torres <email address hidden>

added ignore of return-std-move-in-c++11 warning to CMakeLists.txt

b61c492... by arvidn <email address hidden>

don't hold socket by shared_ptr

c05a815... by arvidn <email address hidden>

merged RC_1_2 into master

20f1bc2... by arvidn <email address hidden>

handle errors in torrent::start_checking

600e74e... by arvidn <email address hidden>

improve test_error_handling to exclude session construction from out-of-memory error handling

f4441c5... by arvidn <email address hidden>

use new-style async_accept, where a new socket is passed in to the handler, instead of creating one up-front

76deb4b... by arvidn <email address hidden>

merged RC_1_2 into master