transmission/libtransmission
Charles Kerr b47c34726b
refactor: tr_peer_socket keeps track of peer count (#4534)
2023-01-04 15:37:55 -06:00
..
.clang-tidy refactor: cppcoreguidelines-avoid-goto (#3841) 2022-09-23 08:39:13 -05:00
CMakeLists.txt fix: -Wredundant-decls warning when building with g++ (#4526) 2023-01-03 15:26:04 -06:00
announce-list.cc refactor: avoid tr_new() in transmission-remote (#3665) 2022-08-17 20:25:42 -05:00
announce-list.h refactor: more constexpr (#4518) 2023-01-02 11:34:36 -06:00
announcer-common.h refactor: make announce key param unique per-torrent (#4508) 2023-01-01 13:22:50 -06:00
announcer-http.cc fix: remove announce ipv4 ipv6 query params (#4502) 2022-12-31 13:13:59 -06:00
announcer-udp.cc perf: avoid vector temporary in announcer-udp (#4519) 2023-01-02 12:41:47 -06:00
announcer.cc refactor: make announce key param unique per-torrent (#4508) 2023-01-01 13:22:50 -06:00
announcer.h Fix/long shutdown crash on shutdown (#4285) 2022-11-30 13:00:34 -06:00
bandwidth.cc perf: make bandwidth.allocate() bidirectional (#4424) 2022-12-20 13:49:37 -06:00
bandwidth.h perf: make bandwidth.allocate() bidirectional (#4424) 2022-12-20 13:49:37 -06:00
benc.h perf: make methods constexpr (#3742) 2022-08-30 23:17:23 -05:00
bitfield.cc Fixed tr_bitfield::operator|= range (#4351) 2022-12-12 02:23:59 +00:00
bitfield.h refactor: more constexpr (#4518) 2023-01-02 11:34:36 -06:00
block-info.cc refactor: make blockinfo methods constexpr (#3682) 2022-08-20 10:40:18 -05:00
block-info.h refactor: add more nodiscard, constexpr, and noexcept (#4089) 2022-11-03 18:08:02 -05:00
blocklist.cc Automatically (re)order include directives (GTK client) (#4475) 2022-12-26 21:13:21 +00:00
blocklist.h refactor: simplify blocklist code (#4086) 2022-11-03 15:46:27 -05:00
cache.cc fix: crash when a torrent autopauses after encountering an error (#4021) 2022-10-24 16:57:07 -05:00
cache.h fix: crash when a torrent autopauses after encountering an error (#4021) 2022-10-24 16:57:07 -05:00
clients.cc fix: sonarcloud cpp:S6004 (#4270) 2022-11-28 21:03:28 -06:00
clients.h refactor: simplify tr_clientForId() (#3751) 2022-09-03 02:13:22 -05:00
completion.cc perf: make methods constexpr (#3742) 2022-08-30 23:17:23 -05:00
completion.h refactor: more constexpr (#4518) 2023-01-02 11:34:36 -06:00
crypto-utils-ccrypto.cc refactor: tr_rand_buffer(), tr_rand_int() again (#4415) 2022-12-21 09:58:32 -06:00
crypto-utils-fallback.cc refactor: remove tr_dh code (#3443) 2022-07-14 19:54:10 -05:00
crypto-utils-mbedtls.cc Drop obsolete CyaSSL and PolarSSL crypto backends (#4495) 2022-12-29 22:38:04 +00:00
crypto-utils-openssl.cc refactor: remove obsolete lightweight build option (#4509) 2023-01-01 16:24:12 -06:00
crypto-utils-wolfssl.cc Drop obsolete CyaSSL and PolarSSL crypto backends (#4495) 2022-12-29 22:38:04 +00:00
crypto-utils.cc refactor: possible FTBFS fix on arm7 (#4492) 2022-12-29 10:30:03 -06:00
crypto-utils.h refactor: possible FTBFS fix on arm7 (#4492) 2022-12-29 10:30:03 -06:00
error-types.h chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00
error.cc refactor: remove tr_free() (#3668) 2022-08-18 09:14:12 -05:00
error.h fix: fix various user facing and non-user facing typos (#3743) 2022-08-31 11:28:54 -05:00
file-piece-map.cc chore: add cppcoreguidelines-pro-type-member-init to libtransmission/.clang-tidy (#3840) 2022-09-23 00:51:15 -05:00
file-piece-map.h refactor: more constexpr (#4518) 2023-01-02 11:34:36 -06:00
file-posix.cc perf: tr_sys_path_basename() returns a std::string_view (#4176) 2022-11-15 08:29:00 -06:00
file-win32.cc refactor: tr_rand_buffer(), tr_rand_int() again (#4415) 2022-12-21 09:58:32 -06:00
file.cc refactor: reduce scope of TR_NATIVE_EOL_STR, TR_NATIVE_EOL_STR_SIZE (#4254) 2022-11-27 12:11:25 -06:00
file.h refactor: reduce scope of TR_NATIVE_EOL_STR, TR_NATIVE_EOL_STR_SIZE (#4254) 2022-11-27 12:11:25 -06:00
handshake.cc perf: recycle DH MSE keys iff peer was unreachable (#4412) 2022-12-19 16:49:26 -06:00
handshake.h perf: recycle DH MSE keys iff peer was unreachable (#4412) 2022-12-19 16:49:26 -06:00
history.h refactor: more constexpr (#4518) 2023-01-02 11:34:36 -06:00
inout.cc Fix "Implicit conversion loses integer precision" (#4194) 2022-11-21 10:19:45 -06:00
inout.h refactor: more constexpr (#4518) 2023-01-02 11:34:36 -06:00
interned-string.h refactor: add more nodiscard, constexpr, and noexcept (#4089) 2022-11-03 18:08:02 -05:00
libt.dox docs: fix various typos and misspellings (#2955) 2022-04-21 09:28:38 -05:00
log.cc refactor: xunused (#4416) 2022-12-20 18:48:36 -06:00
log.h refactor: xunused (#4416) 2022-12-20 18:48:36 -06:00
lru-cache.h perf: make methods constexpr (#3742) 2022-08-30 23:17:23 -05:00
magnet-metainfo.cc fix: sonarcloud cpp:S6004 (#4270) 2022-11-28 21:03:28 -06:00
magnet-metainfo.h refactor: add TR_CONSTEXPR20 to make future C++20 migration easier (#4457) 2022-12-23 15:21:40 -06:00
makemeta.cc perf: sonarcloud warnings about temp objects (#3686) 2022-08-20 15:57:32 -05:00
makemeta.h refactor: add TR_CONSTEXPR20 to make future C++20 migration easier (#4457) 2022-12-23 15:21:40 -06:00
mime-types.h chore: updsate mime-types (#4246) 2022-11-26 09:03:39 -06:00
mime-types.js chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00
net.cc refactor: tr_peer_socket keeps track of peer count (#4534) 2023-01-04 15:37:55 -06:00
net.h refactor: tr_peer_socket keeps track of peer count (#4534) 2023-01-04 15:37:55 -06:00
open-files.cc refactor: use readability-identifier-naming in clang-tidy (#3784) 2022-09-07 11:04:28 -05:00
open-files.h chore: iwyu headers (#3661) 2022-08-17 11:08:36 -05:00
peer-common.h fixup: peer counts (#4445) 2022-12-22 17:43:36 -06:00
peer-io.cc refactor: tr_peer_socket keeps track of peer count (#4534) 2023-01-04 15:37:55 -06:00
peer-io.h refactor: add TR_CONSTEXPR20 to make future C++20 migration easier (#4457) 2022-12-23 15:21:40 -06:00
peer-mgr-active-requests.cc refactor: iwyu (#3525) 2022-07-25 21:45:54 -05:00
peer-mgr-active-requests.h chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00
peer-mgr-wishlist.cc refactor: add tr_rand_obj() (#4238) 2022-11-25 15:04:37 -06:00
peer-mgr-wishlist.h chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00
peer-mgr.cc refactor: tr_peer_socket keeps track of peer count (#4534) 2023-01-04 15:37:55 -06:00
peer-mgr.h refactor: tr_address cleanup (#4338) 2022-12-08 20:27:52 -06:00
peer-mse.cc refactor: add tr_rand_obj() (#4238) 2022-11-25 15:04:37 -06:00
peer-mse.h perf: recycle DH MSE keys iff peer was unreachable (#4412) 2022-12-19 16:49:26 -06:00
peer-msgs.cc feat: add `yourip` to extension protocol handshake (#4504) 2023-01-01 12:20:46 -06:00
peer-msgs.h fixup: peer counts (#4445) 2022-12-22 17:43:36 -06:00
peer-socket.cc refactor: tr_peer_socket keeps track of peer count (#4534) 2023-01-04 15:37:55 -06:00
peer-socket.h refactor: tr_peer_socket keeps track of peer count (#4534) 2023-01-04 15:37:55 -06:00
platform-quota.cc refactor: fix readability-redundant-string-cstr warnings found by clang-tidy-16 (#4529) 2023-01-03 21:43:54 -06:00
platform-quota.h chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00
platform.cc fix: sonarcloud cpp:S6004 (#4270) 2022-11-28 21:03:28 -06:00
platform.h refactor: add more nodiscard, constexpr, and noexcept (#4089) 2022-11-03 18:08:02 -05:00
port-forwarding-natpmp.cc refactor: decouple session settings from the session class (#4053) 2022-11-01 19:32:26 -05:00
port-forwarding-natpmp.h refactor: decouple session settings from the session class (#4053) 2022-11-01 19:32:26 -05:00
port-forwarding-upnp.cc fix: re-enable port forwarding (#4343) 2022-12-14 01:31:48 -06:00
port-forwarding-upnp.h refactor: port forwarding (#3850) 2022-09-30 08:59:10 -05:00
port-forwarding.cc refactor: tr_address::display_name() (#4335) 2022-12-08 16:44:19 -06:00
port-forwarding.h refactor: replace tr_boundinfo with tr_session::BoundSocket (#4103) 2022-11-06 10:35:48 -06:00
quark.cc feat: add `yourip` to extension protocol handshake (#4504) 2023-01-01 12:20:46 -06:00
quark.h feat: add `yourip` to extension protocol handshake (#4504) 2023-01-01 12:20:46 -06:00
resume.cc perf: lazy-calculate torrent seconds-seeding stat (#4393) 2022-12-18 22:59:58 -06:00
resume.h chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00
rpc-server.cc refactor: use anonymous namespace in rpc-server.cc (#4530) 2023-01-03 22:24:12 -06:00
rpc-server.h refactor: add std::unique_ptr<evhttp> handler to utils-ev (#4261) 2022-11-28 08:07:04 -06:00
rpcimpl.cc refactor: use anonymous namespace in rpc-server.cc (#4530) 2023-01-03 22:24:12 -06:00
rpcimpl.h chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00
session-alt-speeds.cc fixup: silence "empty expression statement has no effect" warning (#4074) 2022-11-02 09:04:22 -05:00
session-alt-speeds.h refactor: decouple session settings from the session class (#4053) 2022-11-01 19:32:26 -05:00
session-id.cc refactor: add tr_rand_obj() (#4238) 2022-11-25 15:04:37 -06:00
session-id.h fix: coverity warnings (#3632) 2022-08-13 12:11:07 -05:00
session-settings.cc fixup: silence "empty expression statement has no effect" warning (#4074) 2022-11-02 09:04:22 -05:00
session-settings.h refactor: decouple session settings from the session class (#4053) 2022-11-01 19:32:26 -05:00
session-thread.cc perf: cache the result of thread_current_id() (#4425) 2022-12-20 14:59:02 -06:00
session-thread.h refactor: make `tr_session_thread` a unique_ptr owned by tr_session (#4069) 2022-11-04 16:20:27 -05:00
session.cc refactor: tr_peer_socket keeps track of peer count (#4534) 2023-01-04 15:37:55 -06:00
session.h refactor: tr_peer_socket keeps track of peer count (#4534) 2023-01-04 15:37:55 -06:00
stats.cc refactor: local peer discovery (#3696) 2022-08-24 16:03:30 -05:00
stats.h refactor: more constexpr (#3744) 2022-08-31 17:33:51 -05:00
subprocess-posix.cc refactor: cppcoreguidelines-avoid-goto (#3841) 2022-09-23 08:39:13 -05:00
subprocess-win32.cc chore: iwyu headers (#3661) 2022-08-17 11:08:36 -05:00
subprocess.h chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00
timer-ev.cc fix: more thread safety updates (#4136) 2022-11-10 12:04:49 -06:00
timer-ev.h refactor: add more nodiscard, constexpr, and noexcept (#4089) 2022-11-03 18:08:02 -05:00
timer.h refactor: try again to use getaddrinfo in announcer_udp (#4201) 2022-11-16 15:13:31 -06:00
torrent-ctor.cc refactor: use readability-identifier-naming in clang-tidy (#3784) 2022-09-07 11:04:28 -05:00
torrent-files.cc chore: iwyu headers (#3833) 2022-09-21 18:34:18 -05:00
torrent-files.h refactor: more constexpr (#4518) 2023-01-02 11:34:36 -06:00
torrent-magnet.cc Automatically (re)order include directives (GTK client) (#4475) 2022-12-26 21:13:21 +00:00
torrent-magnet.h fix: FTBFS on Windows (#4036) 2022-10-28 19:12:37 -05:00
torrent-metainfo.cc chore: iwyu headers (#3833) 2022-09-21 18:34:18 -05:00
torrent-metainfo.h refactor: add TR_CONSTEXPR20 to make future C++20 migration easier (#4457) 2022-12-23 15:21:40 -06:00
torrent.cc Fix tr_torrent_view incorrectly returning is_folder false for single files in a single folder (#4454) 2022-12-23 13:52:16 -06:00
torrent.h refactor: more constexpr (#4518) 2023-01-02 11:34:36 -06:00
torrents.cc refactor: add TR_CONSTEXPR20 to make future C++20 migration easier (#4457) 2022-12-23 15:21:40 -06:00
torrents.h refactor: add TR_CONSTEXPR20 to make future C++20 migration easier (#4457) 2022-12-23 15:21:40 -06:00
tr-arc4.h refactor: aggregate dh in peer io (#4218) 2022-11-21 18:08:06 -06:00
tr-assert.cc Fixed implicit conversion warning: __LINE__ is a long (#4397) 2022-12-18 10:23:44 -06:00
tr-assert.h Fixed implicit conversion warning: __LINE__ is a long (#4397) 2022-12-18 10:23:44 -06:00
tr-assert.mm Fixed implicit conversion warning: __LINE__ is a long (#4397) 2022-12-18 10:23:44 -06:00
tr-buffer.h refactor: add TR_CONSTEXPR20 to make future C++20 migration easier (#4457) 2022-12-23 15:21:40 -06:00
tr-dht.cc refactor: tr_rand_buffer(), tr_rand_int() again (#4415) 2022-12-21 09:58:32 -06:00
tr-dht.h refactor: make DHT unblocking (#4122) 2022-11-11 10:09:24 -06:00
tr-getopt.cc refactor: use readability-identifier-naming in clang-tidy (#3784) 2022-09-07 11:04:28 -05:00
tr-getopt.h refactor: use readability-identifier-naming in clang-tidy (#3784) 2022-09-07 11:04:28 -05:00
tr-lpd.cc fix: sonarcloud cpp:S6004 (#4270) 2022-11-28 21:03:28 -06:00
tr-lpd.h refactor: add tr_port_forwarding::Mediator (#3855) 2022-10-01 09:12:49 -05:00
tr-macros.h refactor: make announce key param unique per-torrent (#4508) 2023-01-01 13:22:50 -06:00
tr-popcount.h refactor: add TR_CONSTEXPR20 to make future C++20 migration easier (#4457) 2022-12-23 15:21:40 -06:00
tr-strbuf.h refactor: remove unnecessary default destructors (#3740) 2022-08-30 14:31:40 -05:00
tr-udp.cc refactor: tr_peer_socket keeps track of peer count (#4534) 2023-01-04 15:37:55 -06:00
tr-utp.cc refactor: tr_peer_socket keeps track of peer count (#4534) 2023-01-04 15:37:55 -06:00
tr-utp.h Update libutp to 3.4+ (TRAC-5888) (#3416) 2022-07-08 10:13:22 -05:00
transmission.h refactor: xunused (#4416) 2022-12-20 18:48:36 -06:00
utils-ev.cc fix: -Wredundant-decls warning when building with g++ (#4526) 2023-01-03 15:26:04 -06:00
utils-ev.h fix: -Wredundant-decls warning when building with g++ (#4526) 2023-01-03 15:26:04 -06:00
utils.cc Fix clang-tidy issue in `iconv` 2nd argument helper (#4520) 2023-01-02 22:59:53 +00:00
utils.h refactor: remove obsolete lightweight build option (#4509) 2023-01-01 16:24:12 -06:00
variant-benc.cc refactor: make some local pointer vars pointer-to-const (#4262) 2022-11-28 09:45:39 -06:00
variant-common.h refactor: add more nodiscard, constexpr, and noexcept (#4089) 2022-11-03 18:08:02 -05:00
variant-converters.cc refactor: tr_address cleanup (#4338) 2022-12-08 20:27:52 -06:00
variant-json.cc Move jsonsl and wildmat to third-party (#4402) 2022-12-18 19:19:07 +00:00
variant.cc refactor, ci: switch clang-format to LLVM 15 (#4297) 2022-12-02 09:57:50 -06:00
variant.h refactor: add more nodiscard, constexpr, and noexcept (#4089) 2022-11-03 18:08:02 -05:00
verify.cc fix: sonarcloud cpp:S6004 (#4270) 2022-11-28 21:03:28 -06:00
verify.h refactor: make some local pointer vars pointer-to-const (#4262) 2022-11-28 09:45:39 -06:00
version.h.in build: support semver versioning (#3867) 2022-10-05 16:53:10 -05:00
watchdir-base.h refactor: add tr_port_forwarding::Mediator (#3855) 2022-10-01 09:12:49 -05:00
watchdir-generic.cc refactor: add tr_port_forwarding::Mediator (#3855) 2022-10-01 09:12:49 -05:00
watchdir-inotify.cc refactor: aggregate dh in peer io (#4218) 2022-11-21 18:08:06 -06:00
watchdir-kqueue.cc refactor: add libtransmission::evhelpers (#4104) 2022-11-06 15:11:30 -06:00
watchdir-win32.cc chore: iwyu headers (#3661) 2022-08-17 11:08:36 -05:00
watchdir.cc refactor: remove unused vars, code simplify and minor optimize (#4172) 2022-11-19 09:46:03 -06:00
watchdir.h fix: minor recent clang warnings (#4111) 2022-11-07 11:48:26 -06:00
web-utils.cc refactor: tr_address cleanup (#4338) 2022-12-08 20:27:52 -06:00
web-utils.h refactor: add [[nodiscard]] (#3793) 2022-09-08 21:49:51 -05:00
web.cc fix: clang-tidy-15 warnings (#4525) 2023-01-03 14:10:12 -06:00
web.h refactor: more constexpr (#4518) 2023-01-02 11:34:36 -06:00
webseed.cc refactor: add constexpr (#4514) 2023-01-01 22:43:23 -06:00
webseed.h chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00