transmission/utils
Charles Kerr d772824553
fix: sonarcloud code smells (#2623)
* fix: make variable a pointer-to-const

* fix: use init-statement to reduce variable scope

* fix: implicit conversion from long to int

* fix: refactor to not nest more than 3 if|for|do|while|switch statements

* fix: make tr_session::setSocketTos() const

* fix: use array.prototype.some instead of a for loop

* refactor: use nullptr instead of NULL

* fix: oops
2022-02-13 23:44:38 -06:00
..
CMakeLists.txt refactor: port daemon and utils to C++ (#1825) 2021-09-21 18:03:39 -05:00
create.cc fix: sonarcloud code smells (#2623) 2022-02-13 23:44:38 -06:00
edit.cc chore: update license spdx abbreviations (#2582) 2022-02-07 10:25:02 -06:00
remote.cc feat: run script when done seeding (#2621) 2022-02-13 22:07:12 -06:00
show.cc fix: sonarcloud code smells (#2486) 2022-01-23 18:53:35 -06:00
transmission-create.1 Add support for creating torrents with a source flag (#443) 2021-10-18 18:05:39 -05:00
transmission-edit.1 fixup! (trunk) update credits (#1205) 2020-05-02 11:42:18 -05:00
transmission-remote.1 Add argument description to --labels command line option in transmission-remote man. (#1364) 2020-07-27 00:30:32 -05:00
transmission-show.1 fixup! (trunk) update credits (#1205) 2020-05-02 11:42:18 -05:00
units.h chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06:00