* ci: run `clang-tidy-libtransmission` for app/test-only changes
* fix: fix another new clang-tidy regression
---------
Co-authored-by: Charles Kerr <charles@charleskerr.com>
* ci: move crypto tests into their own matrix
they do not need to run on both bsd 14 and bsd 15
* ci: remove matrix for the DISABLE_UTP test
the "enabled" half of the matrix is redundant with other CI runs
* ci: cancel prior CI jobs when new commit(s) are pushed
* ci: futureproof fedora matrix by using aliases fedora-latest, fedora-rawhide
* ci: remove the -from-tarball job suffixes
* ci: fold the debian-11 job into the debian job matrix
* fixup! ci: fold the debian-11 job into the debian job matrix
fix: sh->bash mismatch
* ci: always use the default version of freebsd, openbsd
* ci: always use the default version of netbsd
* ci: always use the default version of dragonflybsd
* ci: remove unused fail-fast setting
* ci: infra for parallel clang-tidy runs
* ci(gtk): run clang-tidy
* chore(gtk): silence warnings
* code review: use constexpr auto
* code review: use constants over magic numbers in Utils.cc
* code review: use `std::ignore` to ignore return value
* code review: add back visibility labels that indicated sections
* fix: wrap each command argument in single quotes
* ci: run big-endian tests in GitHub Actions
* ci: use debian:stable-slim and ubuntu-latest for big-endian tests
this way we will not have to periodically bump them
* ci: do not use -j nproc in qemu
* ci: cross-compile and then run the big-endian tests in qemu
* fix: mask non-UTF-8 characters in torrent file paths
BEP-3 requires strings to be UTF-8. Run path components through
tr_strv_to_utf8_string() to replace invalid bytes with U+FFFD
before sanitizing. Adds test with good and bad UTF-8 paths.
* replace ctrl characters in 'name' and 'path'
* Revert "replace ctrl characters in 'name' and 'path'"
This reverts commit 6816f59295.
* fix: mask non-UTF-8 characters in torrent file paths
BEP-3 requires strings to be UTF-8. Run path components through
tr_strv_to_utf8_string() to replace invalid bytes with U+FFFD
before sanitizing. Adds test with good and bad UTF-8 paths.
* replace ctrl characters in 'name' and 'path'
* Revert "replace ctrl characters in 'name' and 'path'"
This reverts commit 6816f59295.
* prepare for future Bittorrent v2 usage
* add clusterize
* fix include clusterize css
* fix scroll jumping on very large list
* fix rapid fire of rpc calls when inspector is visible
* ensure detailed torrent data is fetched on selection changes too
* stop dispatching selection changed event on refilter
* remove duplicate event listener for torrent row clicks
* fix scroll into view and remove unnecessary stuff
* fix missing context menu
* fix missing row click
* set last torrent clicked id on right click
* remove unused variable
* Reduce clusterize row render count
* Remove excessive context_menu
* Tidy up a bit
* Restore unnecessary changes
* Apply prettier fix