transmission/libtransmission
Charles Kerr d5ef1ea80a
fix: test for tr_peerIo.gotError function pointer before use (#4051)
2022-10-29 16:59:24 -05:00
..
.clang-tidy refactor: cppcoreguidelines-avoid-goto (#3841) 2022-09-23 08:39:13 -05:00
CMakeLists.txt refactor: extract `tr_buffer` class from `tr_peerIo` (#3986) 2022-10-19 11:42:08 -05:00
announce-list.cc
announce-list.h
announcer-common.h refactor: decouple tr_announcer_udp (#4002) 2022-10-21 13:15:14 -05:00
announcer-http.cc fix: "Implicit conversion loses integer precision" warnings (#3960) 2022-10-25 11:14:42 -05:00
announcer-udp.cc fix: crash on large udp announce response (#4022) 2022-10-24 17:58:19 -05:00
announcer.cc refactor: add tr_address::toCompact() (#4014) 2022-10-24 13:40:12 -05:00
announcer.h refactor: decouple tr_announcer_udp (#4002) 2022-10-21 13:15:14 -05:00
bandwidth.cc fix: FTBFS on Windows (#4036) 2022-10-28 19:12:37 -05:00
bandwidth.h fix: "Implicit conversion loses integer precision" warnings (#3960) 2022-10-25 11:14:42 -05:00
benc.h perf: make methods constexpr (#3742) 2022-08-30 23:17:23 -05:00
bitfield.cc refactor: use readability-identifier-naming in clang-tidy (#3784) 2022-09-07 11:04:28 -05:00
bitfield.h perf: make methods constexpr (#3742) 2022-08-30 23:17:23 -05:00
block-info.cc
block-info.h
blocklist.cc fixup: new coverity warnings (#3864) 2022-10-02 19:45:38 -05:00
blocklist.h fixup: new coverity warnings (#3864) 2022-10-02 19:45:38 -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: "Implicit conversion loses integer precision" warnings (#3960) 2022-10-25 11:14:42 -05: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 perf: make methods constexpr (#3742) 2022-08-30 23:17:23 -05:00
crypto-utils-ccrypto.cc
crypto-utils-cyassl.cc
crypto-utils-fallback.cc
crypto-utils-openssl.cc
crypto-utils-polarssl.cc
crypto-utils.cc
crypto-utils.h fixup: new coverity warnings (#3864) 2022-10-02 19:45:38 -05:00
dns-ev.h fix: sonarcloud warnings (#4023) 2022-10-24 22:13:09 -05:00
dns.h feat: add libtransmission::Dns.cached() (#3984) 2022-10-17 20:17:01 -05:00
error-types.h
error.cc
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 chore: add cppcoreguidelines-pro-type-member-init to libtransmission/.clang-tidy (#3840) 2022-09-23 00:51:15 -05:00
file-posix.cc fix: FTBFS on Windows (#4036) 2022-10-28 19:12:37 -05:00
file-win32.cc refactor: cppcoreguidelines-avoid-goto (#3841) 2022-09-23 08:39:13 -05:00
file.cc
file.h test: improve file-win32, file-posix test coverage (#3761) 2022-09-04 19:40:34 -05:00
handshake.cc fix: test for tr_peerIo.gotError function pointer before use (#4051) 2022-10-29 16:59:24 -05:00
handshake.h refactor: decouple tr-dht from peerMsgs, peerMgr (#3966) 2022-10-15 08:22:43 -05:00
history.h
inout.cc fix: "Implicit conversion loses integer precision" warnings (#3960) 2022-10-25 11:14:42 -05:00
inout.h
interned-string.h
jsonsl.c fix: some typos (#3904) 2022-10-13 09:35:10 -05:00
jsonsl.h fix: fix various user facing and non-user facing typos (#3743) 2022-08-31 11:28:54 -05:00
libt.dox
log.cc refactor: remove TR_PRIsv macros (#3842) 2022-09-23 14:36:37 -05:00
log.h refactor: use readability-identifier-naming in clang-tidy (#3784) 2022-09-07 11:04:28 -05:00
lru-cache.h perf: make methods constexpr (#3742) 2022-08-30 23:17:23 -05:00
magnet-metainfo.cc fix: fix various user facing and non-user facing typos (#3743) 2022-08-31 11:28:54 -05:00
magnet-metainfo.h
makemeta.cc
makemeta.h refactor: add [[nodiscard]] (#3793) 2022-09-08 21:49:51 -05:00
mime-types.h
mime-types.js
net.cc fix: sonarcloud warnings (#4023) 2022-10-24 22:13:09 -05:00
net.h fix: sonarcloud warnings (#4023) 2022-10-24 22:13:09 -05:00
open-files.cc refactor: use readability-identifier-naming in clang-tidy (#3784) 2022-09-07 11:04:28 -05:00
open-files.h
peer-common.h fix: "Implicit conversion loses integer precision" warnings (#3960) 2022-10-25 11:14:42 -05:00
peer-io.cc fix: test for tr_peerIo.gotError function pointer before use (#4051) 2022-10-29 16:59:24 -05:00
peer-io.h fix: test for tr_peerIo.gotError function pointer before use (#4051) 2022-10-29 16:59:24 -05:00
peer-mgr-active-requests.cc
peer-mgr-active-requests.h
peer-mgr-wishlist.cc
peer-mgr-wishlist.h
peer-mgr.cc fix: recent signed-unsigned comparison warnings (#4034) 2022-10-26 11:20:10 -05:00
peer-mgr.h fix: "Implicit conversion loses integer precision" warnings (#3960) 2022-10-25 11:14:42 -05:00
peer-mse.cc refactor: use readability-identifier-naming in clang-tidy (#3784) 2022-09-07 11:04:28 -05:00
peer-mse.h perf: make methods constexpr (#3742) 2022-08-30 23:17:23 -05:00
peer-msgs.cc fix: FTBFS on Windows (#4036) 2022-10-28 19:12:37 -05:00
peer-msgs.h Remove tr_generateAllowedSet declaration (#4029) 2022-10-25 08:50:53 -05:00
peer-socket.h
platform-quota.cc chore: add cppcoreguidelines-pro-type-member-init to libtransmission/.clang-tidy (#3840) 2022-09-23 00:51:15 -05:00
platform-quota.h
platform.cc chore: add cppcoreguidelines-pro-type-member-init to libtransmission/.clang-tidy (#3840) 2022-09-23 00:51:15 -05:00
platform.h
port-forwarding-natpmp.cc refactor: port forwarding (#3850) 2022-09-30 08:59:10 -05:00
port-forwarding-natpmp.h refactor: port forwarding (#3850) 2022-09-30 08:59:10 -05:00
port-forwarding-upnp.cc Add missing include in port-forwarding-upnp.cc (#3911) 2022-10-08 22:27:06 +03:00
port-forwarding-upnp.h refactor: port forwarding (#3850) 2022-09-30 08:59:10 -05:00
port-forwarding.cc refactor: add tr_port_forwarding::Mediator (#3855) 2022-10-01 09:12:49 -05:00
port-forwarding.h refactor: add tr_port_forwarding::Mediator (#3855) 2022-10-01 09:12:49 -05:00
quark.cc refactor: use readability-identifier-naming in clang-tidy (#3784) 2022-09-07 11:04:28 -05:00
quark.h
resume.cc fix: "Implicit conversion loses integer precision" warnings (#3960) 2022-10-25 11:14:42 -05:00
resume.h
rpc-server.cc fix: FTBFS on Windows (#4036) 2022-10-28 19:12:37 -05:00
rpc-server.h fix: FTBFS on Windows (#4036) 2022-10-28 19:12:37 -05:00
rpcimpl.cc fix: recent signed-unsigned comparison warnings (#4034) 2022-10-26 11:20:10 -05:00
rpcimpl.h
session-id.cc
session-id.h
session.cc fix: FTBFS on Windows (#4036) 2022-10-28 19:12:37 -05:00
session.h fix: FTBFS on Windows (#4036) 2022-10-28 19:12:37 -05:00
stats.cc
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
subprocess.h
timer-ev.cc fix: FTBFS on Windows (#4036) 2022-10-28 19:12:37 -05:00
timer-ev.h fix: sonarcloud warnings (#4023) 2022-10-24 22:13:09 -05:00
timer.h
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
torrent-magnet.cc fix: FTBFS on Windows (#4036) 2022-10-28 19:12:37 -05: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: more constexpr (#3744) 2022-08-31 17:33:51 -05:00
torrent.cc fix: recent signed-unsigned comparison warnings (#4034) 2022-10-26 11:20:10 -05:00
torrent.h fix: "Implicit conversion loses integer precision" warnings (#3960) 2022-10-25 11:14:42 -05:00
torrents.cc
torrents.h
tr-arc4.h
tr-assert.cc
tr-assert.h
tr-assert.mm fix: fix various user facing and non-user facing typos (#3743) 2022-08-31 11:28:54 -05:00
tr-buffer.h fix: FTBFS on Windows (#4036) 2022-10-28 19:12:37 -05:00
tr-dht.cc fix: "Implicit conversion loses integer precision" warnings (#3960) 2022-10-25 11:14:42 -05:00
tr-dht.h refactor: decouple tr-dht from peerMsgs, peerMgr (#3966) 2022-10-15 08:22:43 -05: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 refactor: add tr_port_forwarding::Mediator (#3855) 2022-10-01 09:12:49 -05:00
tr-lpd.h refactor: add tr_port_forwarding::Mediator (#3855) 2022-10-01 09:12:49 -05:00
tr-macros.h refactor: add tr_address::fromSockaddr() (#3964) 2022-10-14 01:20:39 -05:00
tr-popcount.h fix: fix various user facing and non-user facing typos (#3743) 2022-08-31 11:28:54 -05:00
tr-strbuf.h refactor: remove unnecessary default destructors (#3740) 2022-08-30 14:31:40 -05:00
tr-udp.cc fix: "Implicit conversion loses integer precision" warnings (#3960) 2022-10-25 11:14:42 -05:00
tr-utp.cc fix: sonarcloud warnings (#4023) 2022-10-24 22:13:09 -05:00
tr-utp.h
transmission.h fix: FTBFS on Windows (#4036) 2022-10-28 19:12:37 -05:00
trevent.cc chore: iwyu headers (#3833) 2022-09-21 18:34:18 -05:00
trevent.h
utils.cc fix: "Implicit conversion loses integer precision" warnings (#3960) 2022-10-25 11:14:42 -05:00
utils.h fix: "Implicit conversion loses integer precision" warnings (#3960) 2022-10-25 11:14:42 -05:00
variant-benc.cc refactor: extract `tr_buffer` class from `tr_peerIo` (#3986) 2022-10-19 11:42:08 -05:00
variant-common.h refactor: extract `tr_buffer` class from `tr_peerIo` (#3986) 2022-10-19 11:42:08 -05:00
variant-json.cc fix: "Implicit conversion loses integer precision" warnings (#3960) 2022-10-25 11:14:42 -05:00
variant.cc refactor: add tr_address::toCompact() (#4014) 2022-10-24 13:40:12 -05:00
variant.h refactor: add tr_address::toCompact() (#4014) 2022-10-24 13:40:12 -05:00
verify.cc fix: recent coverity warnings (#3788) 2022-09-07 19:24:56 -05:00
verify.h refactor: move the verify worker thread into a wrapper class (#3775) 2022-09-05 23:43:59 -05: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 chore: add cppcoreguidelines-pro-type-member-init to libtransmission/.clang-tidy (#3840) 2022-09-23 00:51:15 -05:00
watchdir-kqueue.cc
watchdir-win32.cc
watchdir.cc refactor: add tr_port_forwarding::Mediator (#3855) 2022-10-01 09:12:49 -05:00
watchdir.h refactor: add tr_port_forwarding::Mediator (#3855) 2022-10-01 09:12:49 -05:00
web-utils.cc
web-utils.h refactor: add [[nodiscard]] (#3793) 2022-09-08 21:49:51 -05:00
web.cc refactor: prefer std::unique_ptr over std::shared_ptr (#3741) 2022-08-30 19:30:47 -05:00
web.h
webseed.cc fix: "Implicit conversion loses integer precision" warnings (#3960) 2022-10-25 11:14:42 -05:00
webseed.h
wildmat.c