mirror of
https://github.com/transmission/transmission.git
synced 2026-02-14 23:19:34 +00:00
* refactor: callers now own the return value of tr_torrentStat() fix one potential thread issue by simplifying ownership * refactor: make tr_stat_errtype an enum class; move into tr_stat * refactor: order tr_stat fields to reduce padding * chore: fix branch shear * fix: int-to-enum-class comparison * fix: namespace regression * chore: make clang-tidy happy