transmission/tests/libtransmission
Charles Kerr d63165e8a4
perf: fix wishlist cpu load regression, pt. 2 (#5273)
2023-03-22 10:24:10 -05:00
..
assets fix: do not lose magnet links when upgrading from tr3 to 4 (#4840) 2023-02-12 18:10:54 -06:00
.clang-tidy refactor: re-enable some clang tidy warnings in tests (#4170) 2022-11-14 14:16:29 -06:00
CMakeLists.txt Don't discover tests when cross-compiling w/o an emulator (#5197) 2023-03-11 12:42:56 +00:00
announce-list-test.cc Modernize CMake code (ongoing refactoring) (#4515) 2023-01-02 16:23:51 +00:00
announcer-test.cc fix: bugprone-unchecked-optional-access warnings in tests (#4672) 2023-01-26 10:50:42 -06:00
announcer-udp-test.cc refactor: buffer snake case (#4682) 2023-01-27 20:12:09 -06:00
benc-test.cc Modernize CMake code (ongoing refactoring) (#4515) 2023-01-02 16:23:51 +00:00
bitfield-test.cc Modernize CMake code (ongoing refactoring) (#4515) 2023-01-02 16:23:51 +00:00
block-info-test.cc Modernize CMake code (ongoing refactoring) (#4515) 2023-01-02 16:23:51 +00:00
blocklist-test.cc Modernize CMake code (ongoing refactoring) (#4515) 2023-01-02 16:23:51 +00:00
buffer-test.cc refactor: buffer snake case (#4682) 2023-01-27 20:12:09 -06:00
clients-test.cc Modernize CMake code (ongoing refactoring) (#4515) 2023-01-02 16:23:51 +00:00
completion-test.cc Modernize CMake code (ongoing refactoring) (#4515) 2023-01-02 16:23:51 +00:00
copy-test.cc Modernize CMake code (ongoing refactoring) (#4515) 2023-01-02 16:23:51 +00:00
crypto-test-ref.h Modernize CMake code (ongoing refactoring) (#4515) 2023-01-02 16:23:51 +00:00
crypto-test.cc fix: bugprone-unchecked-optional-access warnings in tests (#4672) 2023-01-26 10:50:42 -06:00
dht-test.cc fix: bugprone-unchecked-optional-access warnings in tests (#4672) 2023-01-26 10:50:42 -06:00
dns-test.cc perf: revert e065565cd to restore async dns lookups (#4182) 2022-11-15 11:16:49 -06:00
error-test.cc Modernize CMake code (ongoing refactoring) (#4515) 2023-01-02 16:23:51 +00:00
file-piece-map-test.cc fix: increase priority of first and last piece of each file (#5167) 2023-03-06 15:50:19 -06:00
file-test.cc tests: expose libtransmission gtests to ctest (#4731) 2023-02-11 11:27:36 -06:00
getopt-test.cc Modernize CMake code (ongoing refactoring) (#4515) 2023-01-02 16:23:51 +00:00
handshake-test.cc fix: bugprone-unchecked-optional-access warnings in tests (#4672) 2023-01-26 10:50:42 -06:00
history-test.cc Modernize CMake code (ongoing refactoring) (#4515) 2023-01-02 16:23:51 +00:00
json-test.cc fix: escaped representation of non-BMP characters when generating JSON (#5096) 2023-03-02 00:55:16 -06:00
lpd-test.cc chore: disable flaky unit tests (#4808) 2023-02-10 17:35:22 -06:00
magnet-metainfo-test.cc Modernize CMake code (ongoing refactoring) (#4515) 2023-01-02 16:23:51 +00:00
makemeta-test.cc fix: always add `announce` key even when including announce-list (#5106) 2023-03-01 13:10:20 -06:00
move-test.cc chore: remove unused header includes (#5227) 2023-03-14 18:36:15 -05:00
net-test.cc fix: bugprone-unchecked-optional-access warnings in tests (#4672) 2023-01-26 10:50:42 -06:00
open-files-test.cc fix: bugprone-unchecked-optional-access warnings in tests (#4672) 2023-01-26 10:50:42 -06:00
peer-mgr-active-requests-test.cc Modernize CMake code (ongoing refactoring) (#4515) 2023-01-02 16:23:51 +00:00
peer-mgr-wishlist-test.cc perf: fix wishlist cpu load regression, pt. 2 (#5273) 2023-03-22 10:24:10 -05:00
peer-msgs-test.cc Modernize CMake code (ongoing refactoring) (#4515) 2023-01-02 16:23:51 +00:00
platform-test.cc tests: expose libtransmission gtests to ctest (#4731) 2023-02-11 11:27:36 -06:00
quark-test.cc fix: bugprone-unchecked-optional-access warnings in tests (#4672) 2023-01-26 10:50:42 -06:00
remove-test.cc Modernize CMake code (ongoing refactoring) (#4515) 2023-01-02 16:23:51 +00:00
rename-test.cc fix: 5053 old torrent files keep appearing (#5117) 2023-03-01 20:12:19 -06:00
rpc-test.cc Modernize CMake code (ongoing refactoring) (#4515) 2023-01-02 16:23:51 +00:00
session-alt-speeds-test.cc Modernize CMake code (ongoing refactoring) (#4515) 2023-01-02 16:23:51 +00:00
session-test.cc refactor: remove unused declarations from tr-macros.h (#4630) 2023-01-21 17:53:58 -06:00
settings-test.cc feat: add setting to choose between lazy-verify or full verify (#4611) 2023-01-18 02:09:29 -06:00
strbuf-test.cc Modernize CMake code (ongoing refactoring) (#4515) 2023-01-02 16:23:51 +00:00
subprocess-test-program.cc chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -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 Modernize CMake code (ongoing refactoring) (#4515) 2023-01-02 16:23:51 +00:00
test-fixtures.h refactor: switch to C++11-compatible tr_wait() from tr_wait_msec() (#4576) 2023-01-12 12:03:14 -06:00
timer-test.cc chore: disable flaky unit tests (#4808) 2023-02-10 17:35:22 -06:00
torrent-files-test.cc fix: bugprone-unchecked-optional-access warnings in tests (#4672) 2023-01-26 10:50:42 -06:00
torrent-magnet-test.cc Modernize CMake code (ongoing refactoring) (#4515) 2023-01-02 16:23:51 +00:00
torrent-metainfo-test.cc fix: do not lose magnet links when upgrading from tr3 to 4 (#4840) 2023-02-12 18:10:54 -06:00
torrents-test.cc Modernize CMake code (ongoing refactoring) (#4515) 2023-01-02 16:23:51 +00:00
utils-test.cc fix: crash when magnet dn isn't utf-8 (#5244) 2023-03-19 10:36:16 -05:00
variant-test.cc fix: bugprone-unchecked-optional-access warnings in tests (#4672) 2023-01-26 10:50:42 -06:00
watchdir-test.cc chore: disable flaky unit tests (#4808) 2023-02-10 17:35:22 -06:00
web-utils-test.cc fix: parsing of ipv6 tracker announce URLs (#5174) 2023-03-07 12:19:12 -06:00