mirror of
https://github.com/transmission/transmission
synced 2024-12-25 17:17:31 +00:00
1cc9da26ba
* refactor: implement FileTreeItem::children_ with a std::vector
* fix: std::move should not be called on forwarding reference
* fix: uninitialized scalar variable
* fix: unchecked return value from library
* fix: dereference before null check
* fix: unchecked return value from library
* fix: unchecked return value from library
* fixup! refactor: implement FileTreeItem::children_ with a std::vector
* fix: signed-unsigned comparison in libtransmission tests
* fix: avoid unnecessary copy by using const reference
* fix: function should be declared const
* refactor: use fmt::format to build log timestamps
* fix: use init-statement to reduce variable scope
* fixup! refactor: use fmt::format to build log timestamps
* fix: remove tau_tracker destructor for rule-of-zero
* fix: remove tr_peerIo destructor for rule-of-zero
* Revert "fix: dereference before null check"
This reverts commit
|
||
---|---|---|
.. | ||
CMakeLists.txt | ||
create.cc | ||
edit.cc | ||
remote.cc | ||
show.cc | ||
transmission-create.1 | ||
transmission-edit.1 | ||
transmission-remote.1 | ||
transmission-show.1 | ||
units.h |