transmission/tests/libtransmission
tearfur 474a30ab2d
feat: add global IP cache, fix UDP connection failure warnings
2023-05-05 12:17:40 -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 feat: add global IP cache, fix UDP connection failure warnings 2023-05-05 12:17:40 -05:00
announce-list-test.cc refactor: snake_case in libtransmission class methods (#5428) 2023-04-22 20:25:55 -05: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 fix: typos in libtransmission tests (#5468) 2023-04-28 18:42:45 -05:00
benc-test.cc chore: prefer fmt/core.h over fmt/format.h (#5404) 2023-04-16 15:34:19 -05:00
bitfield-test.cc refactor: snake_case in libtransmission class methods (#5428) 2023-04-22 20:25:55 -05:00
block-info-test.cc refactor: snake_case in libtransmission class methods (#5428) 2023-04-22 20:25:55 -05:00
blocklist-test.cc Modernize CMake code (ongoing refactoring) (#4515) 2023-01-02 16:23:51 +00:00
buffer-test.cc fix: Buffer::Buffer(Buffer&&) bug (#5435) 2023-04-22 16:10:09 -05:00
clients-test.cc Modernize CMake code (ongoing refactoring) (#4515) 2023-01-02 16:23:51 +00:00
completion-test.cc refactor: snake_case in libtransmission class methods (#5428) 2023-04-22 20:25:55 -05: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: typos in libtransmission tests (#5468) 2023-04-28 18:42:45 -05: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 refactor: snake_case in libtransmission class methods (#5428) 2023-04-22 20:25:55 -05: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
global-ip-cache-test.cc feat: add global IP cache, fix UDP connection failure warnings 2023-05-05 12:17:40 -05: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: use user-preferred locale (#5444) 2023-04-27 09:10:33 -05:00
lpd-test.cc chore: disable flaky unit tests (#4808) 2023-02-10 17:35:22 -06:00
magnet-metainfo-test.cc refactor: snake_case in libtransmission class methods (#5428) 2023-04-22 20:25:55 -05:00
makemeta-test.cc refactor: snake_case in libtransmission class methods (#5428) 2023-04-22 20:25:55 -05:00
move-test.cc refactor: snake_case in libtransmission class methods (#5428) 2023-04-22 20:25:55 -05:00
net-test.cc feat: add global IP cache, fix UDP connection failure warnings 2023-05-05 12:17:40 -05: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 refactor: snake_case in libtransmission class methods (#5428) 2023-04-22 20:25:55 -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 refactor: snake_case in libtransmission class methods (#5428) 2023-04-22 20:25:55 -05:00
rpc-test.cc Modernize CMake code (ongoing refactoring) (#4515) 2023-01-02 16:23:51 +00:00
session-alt-speeds-test.cc fix: typos in libtransmission tests (#5468) 2023-04-28 18:42:45 -05: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: snake_case in libtransmission class methods (#5428) 2023-04-22 20:25:55 -05: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 refactor: snake_case in libtransmission class methods (#5428) 2023-04-22 20:25:55 -05:00
torrent-metainfo-test.cc refactor: snake_case in libtransmission class methods (#5428) 2023-04-22 20:25:55 -05:00
torrents-test.cc refactor: snake_case in libtransmission class methods (#5428) 2023-04-22 20:25:55 -05:00
utils-test.cc fix: typos in libtransmission tests (#5468) 2023-04-28 18:42:45 -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