1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-24 15:10:39 +00:00
Commit graph

8 commits

Author SHA1 Message Date
Julien
4b8cfa2e57
chore: update copyrights to 2023 () 2023-02-11 14:49:42 -06:00
Charles Kerr
9678b26984
refactor: misc-use-anonymous-namespace pt. 3 () 2023-01-07 08:27:54 -06:00
Charles Kerr
1e734f36b1
perf: cache the result of thread_current_id() () 2022-12-20 14:59:02 -06:00
Charles Kerr
250e055c1d
fix: warnings from clang tidy sonarcloud coverity () 2022-11-12 09:53:09 -06:00
Charles Kerr
7e817b5a43
refactor: fix thread sanitizer warnings in tr_sessionClose() () 2022-11-09 20:30:34 -06:00
Charles Kerr
162035a653
fix: minor recent clang warnings ()
* refactor: fix modernize-use-default-member-init warning in session-thread.cc

* refactor: fix readability-named-parameter warning in session-thread.cc

* refactor: fix clang-diagnostic-unused-function warning for isSupportedSocket()

* refactor: fix clang-analyzer-deadcode.DeadStores warning in buildHandshakeMessage()

* chore: fix readability-identifier-naming warning for tr_session::session_mutex_

* chore: fix readability-identifier-naming warning for Watchdir::generic_rescan_interval_

* chore: fix readability-identifier-naming warning for __tr_current_time
2022-11-07 11:48:26 -06:00
Charles Kerr
4d8509c180
refactor: add libtransmission::evhelpers () 2022-11-06 15:11:30 -06:00
Charles Kerr
831eb8d40f
refactor: make tr_session_thread a unique_ptr owned by tr_session () 2022-11-04 16:20:27 -05:00