mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 02:18:42 +00:00
* fix: break will never be executed * fix: rewrite rimraf() to be non-throwing * fix: conditional operation returns same value whether condition is true or false * fix: use std::array instead of a C-style array * fix: remove redundant access specifier * fix: replace switch with if for readability * fix: convert integer literal to a bool literal * fix: replace const std::string reference to std::string_view * fix: remove redundant access specifier * fix: replace const std::string reference to std::string_view * fix: remove unused parameter * fix: remove redundant access specifier * fix: use std::array instead of C-style array * fix: remove redundant access specifier * fix: replace const std::string reference with std::string_view * fix: remove redundant access specifier * fix: use std::array instead of C-style array * fix: remove redundant access specifier * fix: replace const std::string reference to std::string_view * fix: remove redundant access specifier * fix: merge if statement with enclosing one * chore: clang-format * chore: clang-format * Revert "fix: remove redundant access specifier" This reverts commit054e4e7eec. * Revert "fix: remove redundant access specifier" This reverts commit2c92f227e8. * Revert "fix: remove redundant access specifier" This reverts commita0710202a8. * Revert "fix: remove redundant access specifier" This reverts commit54da1d9397. * Revert "fix: remove redundant access specifier" This reverts commitf7b1777578. * Revert "fix: remove redundant access specifier" This reverts commitad8e3dfff4. * chore: revert access specifier change
14 KiB
14 KiB