transmission/tests/libtransmission
Charles Kerr a250690f30
fix: sonarcloud (#2860)
* 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 054e4e7eec.

* Revert "fix: remove redundant access specifier"

This reverts commit 2c92f227e8.

* Revert "fix: remove redundant access specifier"

This reverts commit a0710202a8.

* Revert "fix: remove redundant access specifier"

This reverts commit 54da1d9397.

* Revert "fix: remove redundant access specifier"

This reverts commit f7b1777578.

* Revert "fix: remove redundant access specifier"

This reverts commit ad8e3dfff4.

* chore: revert access specifier change
2022-04-01 14:16:33 -05:00
..
assets refactor: tr_torrents (#2722) 2022-03-01 15:06:29 -08:00
.clang-tidy refactor: re-enable some clang-tidy rules (#2498) 2022-01-24 13:07:55 -06:00
CMakeLists.txt feat: add tr_strbuf (#2810) 2022-03-24 16:41:29 -05:00
announce-list-test.cc refactor: tr_loadFile() tr_saveFile() take a std::string_view filename arg (#2822) 2022-03-25 19:31:27 -05:00
announcer-test.cc refactor: remove deep logging (#2749) 2022-03-09 23:51:14 -06:00
benc-test.cc refactor: remove utils dep from peer-io (#2719) 2022-02-28 14:26:26 -08:00
bitfield-test.cc chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06:00
block-info-test.cc refactor: remove unused tr_block_info.n_blocks_in_piece (#2704) 2022-02-24 12:14:46 -06:00
blocklist-test.cc refactor: make err arg optional in tr_sys_* funcs (#2827) 2022-03-27 12:37:29 -05:00
clients-test.cc chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06:00
completion-test.cc fix: three asan issues (#2851) 2022-03-31 12:12:54 -05:00
copy-test.cc refactor: make err arg optional in tr_sys_* funcs (#2827) 2022-03-27 12:37:29 -05:00
crypto-test-ref.h chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06:00
crypto-test.cc fix: sonarcloud (#2860) 2022-04-01 14:16:33 -05:00
error-test.cc refactor: tr_sys_path_dirname returns a std::string (#2792) 2022-03-21 15:22:50 -05:00
file-piece-map-test.cc refactor: always use a blocksize of 16 KB (#2694) 2022-02-23 14:25:06 -06:00
file-test.cc refactor: make err arg optional in tr_sys_* funcs (#2827) 2022-03-27 12:37:29 -05:00
getopt-test.cc refactor: re-enable some clang-tidy rules (#2498) 2022-01-24 13:07:55 -06:00
history-test.cc chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06:00
json-test.cc chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06:00
magnet-metainfo-test.cc feat: add support for adding torrents by raw hash values (#2608) 2022-02-12 22:16:55 -06:00
makemeta-test.cc refactor: make err arg optional in tr_sys_* funcs (#2827) 2022-03-27 12:37:29 -05:00
move-test.cc test: fix race condition in move-test (#2841) 2022-03-30 01:30:39 -05:00
peer-mgr-active-requests-test.cc refactor: add fmt::formatters (#2829) 2022-03-27 21:55:30 -05:00
peer-mgr-wishlist-test.cc refactor: rename mediator classes (#2681) 2022-02-22 09:09:24 -06:00
peer-msgs-test.cc chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06:00
quark-test.cc refactor: add fmt::formatters (#2829) 2022-03-27 21:55:30 -05:00
rename-test.cc test: fix race condition in move-test (#2841) 2022-03-30 01:30:39 -05:00
rpc-test.cc test: fix race condition in move-test (#2841) 2022-03-30 01:30:39 -05:00
session-test.cc chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06:00
strbuf-test.cc fix: tr_strbuf move op loses zero-termination (#2843) 2022-03-30 12:10:51 -05:00
subprocess-test-program.cc refactor: make err arg optional in tr_sys_* funcs (#2827) 2022-03-27 12:37:29 -05:00
subprocess-test-script.cmd Combine all tests in a single executable to speed up the build 2021-08-16 23:16:36 +03:00
subprocess-test.cc refactor: make err arg optional in tr_sys_* funcs (#2827) 2022-03-27 12:37:29 -05:00
test-fixtures.h fix: sonarcloud (#2860) 2022-04-01 14:16:33 -05:00
torrent-metainfo-test.cc refactor: strbuf for metainfo files (#2833) 2022-03-28 17:13:32 -05:00
torrents-test.cc fix: three asan issues (#2851) 2022-03-31 12:12:54 -05:00
utils-test.cc refactor: remove tr_strdup_printf() (#2854) 2022-03-31 19:13:37 -05:00
variant-test.cc refactor: re-enable some clang-tidy rules (#2498) 2022-01-24 13:07:55 -06:00
watchdir-test.cc refactor: make err arg optional in tr_sys_* funcs (#2827) 2022-03-27 12:37:29 -05:00
web-utils-test.cc feat: use libpsl (#2575) 2022-02-12 11:30:27 -06:00