transmission/utils
Charles Kerr c7466b3ff4
fix: coverity warnings (#3632)
* fix: uninitialized field natpmp

* fix: unchecked downcast result

* fix: potential tr_error leak

* fix: potential tr_error leak

* fix: potential tr_error leak

* fix: potential nullptr dereference in test fixtures

* fix: handshake fields not initialized in constructor

* chore: cast unchecked return value to void

* chore: cast unchecked return value to void

* chore: cast unchecked return value to void

* chore: make single-arg constructors explicit

* fix: code smell make variable a pointer-to-const

* fix: code smell make variable a pointer-to-const

* chore: make single-arg constructors explicit

* chore: silence sonarcloud false warning on commented-out-code

* chore: fix code smell use std::array

* chore: make EvTimer::handleTimer() const

* chore: mark tr_bandwidth remove_child as noexcept
2022-08-13 12:11:07 -05:00
..
CMakeLists.txt feat: add tr_strbuf (#2810) 2022-03-24 16:41:29 -05:00
create.cc fix: coverity warnings (#3632) 2022-08-13 12:11:07 -05:00
edit.cc refactor: watchdir (#3606) 2022-08-10 08:34:51 -05:00
remote.cc refactor: tr_env_get_string() now returns a std::string (#3527) 2022-07-26 23:26:37 -05:00
show.cc chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00
transmission-create.1 tr_makeMetaInfo: new anonymize option (closes #3420) (#3452) 2022-07-19 16:48:24 -05:00
transmission-edit.1 fixup! (trunk) update credits (#1205) 2020-05-02 11:42:18 -05:00
transmission-remote.1 Filtering torrents in transmission-remote (#3125) 2022-05-31 21:57:44 -05:00
transmission-show.1 fixup! (trunk) update credits (#1205) 2020-05-02 11:42:18 -05:00
units.h chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00