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 9f7c865454
refactor: don't store torrent hashes in QStrings (#1428)
* refactor: keep torrent hash in std::array<char,20>

This replaces the hashString QString allocation with a compile-time
array that's included in sizeof the Torrent struct that owns it.
2020-09-07 16:19:10 -05:00
..
.clang-tidy
bitfield-test.cc
blocklist-test.cc
clients-test.cc refactor: don't store torrent hashes in QStrings (#1428) 2020-09-07 16:19:10 -05:00
CMakeLists.txt
crypto-test-ref.h
crypto-test.cc refactor: don't store torrent hashes in QStrings (#1428) 2020-09-07 16:19:10 -05:00
error-test.cc
file-test.cc refactor: don't store torrent hashes in QStrings (#1428) 2020-09-07 16:19:10 -05:00
getopt-test.cc
history-test.cc
json-test.cc
magnet-test.cc
Makefile.am
makemeta-test.cc
metainfo-test.cc refactor: don't store torrent hashes in QStrings (#1428) 2020-09-07 16:19:10 -05:00
move-test.cc
peer-msgs-test.cc
quark-test.cc
rename-test.cc
rpc-test.cc Switch from UNUSED macro to TR_UNUSED macro 2020-08-18 14:19:55 +03:00
session-test.cc
subprocess-test.cc
subprocess-test.cmd
test-fixtures.h
utils-test.cc
variant-test.cc refactor: don't store torrent hashes in QStrings (#1428) 2020-09-07 16:19:10 -05:00
watchdir-test.cc