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 |
Yat Ho
|
ed4fad9b18
|
feat: support creating 0 byte files (#6232)
|
2023-11-28 10:51:13 -06:00 |
Yat Ho
|
40fe56f33e
|
refactor: thread-safe `lru-cache` and `tr_open_files` (#6230)
|
2023-11-11 21:09:23 -06:00 |
Julien
|
8ac323d5d6
|
chore: removed copyright timespans in headers (#4850)
|
2023-11-01 16:11:11 -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 |
Julien
|
4b8cfa2e57
|
chore: update copyrights to 2023 (#4834)
|
2023-02-11 14:49:42 -06:00 |
Charles Kerr
|
ea05474464
|
perf: make methods constexpr (#3742)
|
2022-08-30 23:17:23 -05:00 |
Charles Kerr
|
29f57bc296
|
chore: iwyu headers (#3661)
|
2022-08-17 11:08:36 -05:00 |
Charles Kerr
|
83ffa6bf1b
|
chore: fix spdx abbreviations (#3602)
|
2022-08-08 13:05:39 -05:00 |
Charles Kerr
|
5dbe1f4669
|
refactor: replace tr_fdlimit with tr_open_files (#3016)
|
2022-04-28 21:35:47 -05:00 |