mirror of
https://github.com/transmission/transmission
synced 2025-02-22 22:20:39 +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 commit |
||
---|---|---|
.. | ||
assets | ||
.clang-tidy | ||
announce-list-test.cc | ||
announcer-test.cc | ||
benc-test.cc | ||
bitfield-test.cc | ||
block-info-test.cc | ||
blocklist-test.cc | ||
clients-test.cc | ||
CMakeLists.txt | ||
completion-test.cc | ||
copy-test.cc | ||
crypto-test-ref.h | ||
crypto-test.cc | ||
error-test.cc | ||
file-piece-map-test.cc | ||
file-test.cc | ||
getopt-test.cc | ||
history-test.cc | ||
json-test.cc | ||
magnet-metainfo-test.cc | ||
makemeta-test.cc | ||
move-test.cc | ||
peer-mgr-active-requests-test.cc | ||
peer-mgr-wishlist-test.cc | ||
peer-msgs-test.cc | ||
quark-test.cc | ||
rename-test.cc | ||
rpc-test.cc | ||
session-test.cc | ||
strbuf-test.cc | ||
subprocess-test-program.cc | ||
subprocess-test-script.cmd | ||
subprocess-test.cc | ||
test-fixtures.h | ||
torrent-metainfo-test.cc | ||
torrents-test.cc | ||
utils-test.cc | ||
variant-test.cc | ||
watchdir-test.cc | ||
web-utils-test.cc |