libtorrent.org:tracker-request-cleanup

Last commit made on 2019-10-18
Get this branch:
git clone -b tracker-request-cleanup https://git.launchpad.net/libtorrent.org

Branch merges

Branch information

Name:
tracker-request-cleanup
Repository:
lp:libtorrent.org

Recent commits

b4414c6... by arvidn <email address hidden>

improve type-safety of tracker_request, along with general modernization

65a2a34... by arvidn <email address hidden>

minor const and move fixes

167c211... by arvidn <email address hidden>

fix test_ssl.cpp

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

update travis OSX image to the latest version

ab125f1... by arvidn <email address hidden>

provide the previous save path in storage_moved_alert

1f1fa5e... by arvidn <email address hidden>

provide the previous filename in file_renamed_alert

e581a96... by arvidn <email address hidden>

fix empty statement warning

9989447... by arvidn <email address hidden>

use hidden friends for iostream operators, to avoid polluting the global overload set

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

use ref qualifiers on more assignment operators to prevent accidental assignment to temporaries

e3c6bec... by arvidn <email address hidden>

since all alert constructors (except move and copy) are internal, remove them from the the public API by hiding them in the shared library