1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-23 14:40:43 +00:00
transmission/tests/libtransmission
Charles Kerr 1cc9da26ba
fix: sonarcloud (#2865)
* refactor: implement FileTreeItem::children_ with a std::vector

* fix: std::move should not be called on forwarding reference

* fix: uninitialized scalar variable

* fix: unchecked return value from library

* fix: dereference before null check

* fix: unchecked return value from library

* fix: unchecked return value from library

* fixup! refactor: implement FileTreeItem::children_ with a std::vector

* fix: signed-unsigned comparison in libtransmission tests

* fix: avoid unnecessary copy by using const reference

* fix: function should be declared const

* refactor: use fmt::format to build log timestamps

* fix: use init-statement to reduce variable scope

* fixup! refactor: use fmt::format to build log timestamps

* fix: remove tau_tracker destructor for rule-of-zero

* fix: remove tr_peerIo destructor for rule-of-zero

* Revert "fix: dereference before null check"

This reverts commit cd78967815.

* fix: signed-unsigned comparison in libtransmission tests

* fix: use init-statement to reduce variable scope

* fix: extract nested code block into separate method

* fix: extract nested code block into separate method

* fix: extract nested code block into separate method

* fix: use init-statement to reduce variable scope

* fix: extract nested code block into separate method

* fix: signed-unsigned comparison in libtransmission tests

* fixup! fix: extract nested code block into separate method

* fix: mark possibly-unused as [[maybe_unused]]

* fix: invalid stack memory reference in tr_found_file_t

* fix: signed-unsigned comparison in libtransmission tests
2022-04-02 09:06:02 -05:00
..
assets fix: sonarcloud (#2865) 2022-04-02 09:06:02 -05:00
.clang-tidy refactor: re-enable some clang-tidy rules (#2498) 2022-01-24 13:07:55 -06:00
announce-list-test.cc fix: sonarcloud (#2865) 2022-04-02 09:06:02 -05:00
announcer-test.cc fix: sonarcloud (#2865) 2022-04-02 09:06:02 -05:00
benc-test.cc refactor: remove utils dep from peer-io (#2719) 2022-02-28 14:26:26 -08:00
bitfield-test.cc fix: sonarcloud (#2865) 2022-04-02 09:06:02 -05:00
block-info-test.cc fix: sonarcloud (#2865) 2022-04-02 09:06:02 -05: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
CMakeLists.txt feat: add tr_strbuf (#2810) 2022-03-24 16:41:29 -05:00
completion-test.cc fix: sonarcloud (#2865) 2022-04-02 09:06:02 -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 fix: sonarcloud (#2865) 2022-04-02 09:06:02 -05: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 fix: sonarcloud (#2865) 2022-04-02 09:06:02 -05:00
json-test.cc fix: sonarcloud (#2865) 2022-04-02 09:06:02 -05:00
magnet-metainfo-test.cc fix: sonarcloud (#2865) 2022-04-02 09:06:02 -05: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 fix: sonarcloud (#2865) 2022-04-02 09:06:02 -05:00
peer-mgr-wishlist-test.cc fix: sonarcloud (#2865) 2022-04-02 09:06:02 -05: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 fix: sonarcloud (#2865) 2022-04-02 09:06:02 -05:00
rpc-test.cc fix: sonarcloud (#2865) 2022-04-02 09:06:02 -05:00
session-test.cc fix: sonarcloud (#2865) 2022-04-02 09:06:02 -05:00
strbuf-test.cc fix: sonarcloud (#2865) 2022-04-02 09:06:02 -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 (#2865) 2022-04-02 09:06:02 -05:00
torrent-metainfo-test.cc fix: sonarcloud (#2865) 2022-04-02 09:06:02 -05:00
torrents-test.cc fix: three asan issues (#2851) 2022-03-31 12:12:54 -05:00
utils-test.cc fix: sonarcloud (#2865) 2022-04-02 09:06:02 -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