mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 17:49:52 +01:00
dd008ae1d0
* 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