1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-23 08:13:27 +00:00
transmission/tests/libtransmission
Charles Kerr 1051160b99
feat: strbuf features (#2821)
* feat: strbuf is always zero-terminated

* feat: tr_strbuf::append() now takes any number of args

* feat: tr_strbuf handles zero-terminated string inputs

* feat: add tr_strbuf::ends_with()

* feat: add tr_strbuf::starts_with()

* refactor: replace buildPath() with join()
2022-03-25 16:16:26 -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
announce-list-test.cc refactor: tr_sys_path_dirname returns a std::string (#2792) 2022-03-21 15:22:50 -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: tr_sys_path_dirname returns a std::string (#2792) 2022-03-21 15:22:50 -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 refactor: remove unused tr_block_info.n_blocks_in_piece (#2704) 2022-02-24 12:14:46 -06:00
copy-test.cc refactor: tr_sys_path_dirname returns a std::string (#2792) 2022-03-21 15:22:50 -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 feat: add support for adding torrents by raw hash values (#2608) 2022-02-12 22:16:55 -06: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 test: fix file-info test edge case (#2811) 2022-03-24 19:03:15 -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: tr_sys_path_dirname returns a std::string (#2792) 2022-03-21 15:22:50 -05:00
move-test.cc refactor: tr_sys_path_dirname returns a std::string (#2792) 2022-03-21 15:22:50 -05:00
peer-mgr-active-requests-test.cc chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06: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 chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06:00
rename-test.cc refactor: tr_sys_path_dirname returns a std::string (#2792) 2022-03-21 15:22:50 -05:00
rpc-test.cc feat: default public trackers 2022-02-21 08:34:57 -06:00
session-test.cc chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06:00
strbuf-test.cc feat: strbuf features (#2821) 2022-03-25 16:16:26 -05:00
subprocess-test-program.cc chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06: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: tr_sys_path_dirname returns a std::string (#2792) 2022-03-21 15:22:50 -05:00
test-fixtures.h refactor: tr_sys_path_dirname returns a std::string (#2792) 2022-03-21 15:22:50 -05:00
torrent-metainfo-test.cc refactor: tr_sys_path_dirname returns a std::string (#2792) 2022-03-21 15:22:50 -05:00
torrents-test.cc refactor: tr_torrents (#2722) 2022-03-01 15:06:29 -08:00
utils-test.cc refactor: tr_sys_path_dirname returns a std::string (#2792) 2022-03-21 15:22:50 -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: re-enable some clang-tidy rules (#2498) 2022-01-24 13:07:55 -06:00
web-utils-test.cc feat: use libpsl (#2575) 2022-02-12 11:30:27 -06:00