Charles Kerr
|
11b794e656
|
refactor: allow Settings to register custom serializers / deserializers (#6667)
|
2024-03-15 23:27:55 -05:00 |
Charles Kerr
|
d11cddc39a
|
fix: sonarcloud warnings (#6615)
* fix: cpp:S3358 conditional-operators-should-not-be-nested warning in gtk client
* fix: cpp:S1659 define-each-identifier-in-a-dedicated-statement warning in peer-mgr-wishlist
* Revert "fix; cpp:S3642 replace-enum-with-enum-class warning in gtk client"
* fix: cpp:S3576 remove-virtual-specifier-or-replace-it-by-override warning in rpc-server::Settings
* fix: cpp:S3576 remove-virtual-specifier-or-replace-it-by-override warning in tr_session_alt_speeds::Settings
* fix: remove unnecessary Settings subclass declarations
* fix: cpp:S1117 shadow warning in qt client
* fix: cpp:S6004 use init-statement to limit scope of local
* fix: cpp:S5997 replace-std-lock-guard-with-std-sccoped-lock in favicon-cache.h
* fix: cpp:S1659 define-each-identifier-in-a-dedicated-statement warning in announcer
* fix: cpp:S5817 function-should-be-declared-const warning in cache.h
* fix: cpp:S1186 explain-why-method-is-empty warning in favicon-cache
* fix: cpp:S5408 constexpr-variables-should-not-be-declared-inline warning in favicon-cache
* fix: cpp:S3624 explicitly delete copy assignment, ctor of InFlightData
* fix: cpp:S5997 use std-scoped-lock-instead-of-std-lock-guard
* fix: cpp:S5997 use std-scoped-lock-instead-of-std-lock-guard
* fix: cpp:S5817 function-should-be-declared-const warning in favicon-cache.h
* fix: cpp:S5817 function-should-be-declared-const warning in lru-cache
* fix: cpp:S1709 add-the-explicit-keyword-to-this-constructor
|
2024-02-17 22:43:24 -06:00 |
Charles Kerr
|
c14d445cf5
|
refactor: libtransmission Settings (#6592)
* refactor: make tr_session_settings a libtransmission::Settings
* refactor: make VariantConverter private in settings.cc
|
2024-02-15 11:31:09 -06:00 |
Yat Ho
|
4cfd9f0c9e
|
fix: restore `alt-speed-enabled` config parameter (#6483)
|
2024-01-03 22:58:21 -06:00 |
Charles Kerr
|
0e85befc0f
|
refactor: Values pt. 3 - use Speed in tr_session (#6235)
|
2023-11-12 12:30:37 -06:00 |
Julien
|
8ac323d5d6
|
chore: removed copyright timespans in headers (#4850)
|
2023-11-01 16:11:11 -05:00 |
Charles Kerr
|
ebb1b775af
|
refactor: public tr_session settings API now returns tr_variants (#5983)
|
2023-09-07 19:05:16 -05:00 |
tearfur
|
5ec4ca550e
|
chore: iwyu (#5746)
|
2023-07-08 10:24:03 -05:00 |
Charles Kerr
|
ce66e5c442
|
iwyu: remove, add std headers where used (#5694)
* chore: remove unused #include <array>
* chore: remove unused #include <chrono>
* chore: remove unused #include <set>
* chore: remove unused #include <algorithm>
* chore: remove unused #include "interned-string.h"
* chore: remove unused #include <list>
* chore: remove unused #include <optional>
* chore: iwyu <cstddef>
* chore: iwyu <ctime>
* chore: remove unused #include <cerrno>
* chore: remove unused #include <deque>
* chore: remove unused #include <vector>
* chore: remove unused #include <memory>
* chore: remove unused #include <unordered_set>
* chore: remove unused #include <array>
* chore: remove unused #include <mutex>
* chore: remove unused #include <functional>
* chore: remove unused #include <cmath>
|
2023-06-29 23:51:55 -05:00 |
Charles Kerr
|
0d3b321bac
|
refactor: use snake_case for libtransmission class methods (#5497)
|
2023-05-05 23:11:05 -05:00 |
Julien
|
4b8cfa2e57
|
chore: update copyrights to 2023 (#4834)
|
2023-02-11 14:49:42 -06:00 |
Charles Kerr
|
611d36ac84
|
refactor: decouple session settings from the session class (#4053)
|
2022-11-01 19:32:26 -05:00 |