transmission/libtransmission
Charles Kerr f9a6df6f41
refactor: use a condition_variable when removing a torrent from the verifier thread (#4166)
2022-11-13 23:11:48 -06:00
..
.clang-tidy refactor: cppcoreguidelines-avoid-goto (#3841) 2022-09-23 08:39:13 -05:00
CMakeLists.txt refactor: add libtransmission::evhelpers (#4104) 2022-11-06 15:11:30 -06: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: warnings from clang tidy sonarcloud coverity (#4143) 2022-11-12 09:53:09 -06:00
announcer.cc fix: more thread safety updates (#4136) 2022-11-10 12:04:49 -06:00
announcer.h reafctor: use getaddrinfo() instead of evdns (#4094) 2022-11-04 13:29:56 -05:00
bandwidth.cc fix: FTBFS on Windows (#4036) 2022-10-28 19:12:37 -05:00
bandwidth.h refactor: add more nodiscard, constexpr, and noexcept (#4089) 2022-11-03 18:08:02 -05:00
benc.h
bitfield.cc
bitfield.h
block-info.cc
block-info.h refactor: add more nodiscard, constexpr, and noexcept (#4089) 2022-11-03 18:08:02 -05:00
blocklist.cc fix: warnings from clang tidy sonarcloud coverity (#4143) 2022-11-12 09:53:09 -06: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: "Implicit conversion loses integer precision" warnings (#3960) 2022-10-25 11:14:42 -05:00
clients.h
completion.cc
completion.h
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
error-types.h
error.cc
error.h
file-piece-map.cc
file-piece-map.h
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 Remove std::enable_if<std::is_member_function_pointer> (#4139) 2022-11-11 11:18:17 -06:00
handshake.cc fix: warnings from clang tidy sonarcloud coverity (#4143) 2022-11-12 09:53:09 -06:00
handshake.h refactor: decouple tr-dht from peerMsgs, peerMgr (#3966) 2022-10-15 08:22:43 -05:00
history.h refactor: add more nodiscard, constexpr, and noexcept (#4089) 2022-11-03 18:08:02 -05:00
inout.cc fix: "Implicit conversion loses integer precision" warnings (#3960) 2022-10-25 11:14:42 -05:00
inout.h chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00
interned-string.h refactor: add more nodiscard, constexpr, and noexcept (#4089) 2022-11-03 18:08:02 -05:00
jsonsl.c fix: some typos (#3904) 2022-10-13 09:35:10 -05:00
jsonsl.h
libt.dox
log.cc refactor: remove TR_PRIsv macros (#3842) 2022-09-23 14:36:37 -05:00
log.h
lru-cache.h
magnet-metainfo.cc
magnet-metainfo.h
makemeta.cc
makemeta.h
mime-types.h
mime-types.js
net.cc refactor: replace tr_boundinfo with tr_session::BoundSocket (#4103) 2022-11-06 10:35:48 -06:00
net.h refactor: replace tr_boundinfo with tr_session::BoundSocket (#4103) 2022-11-06 10:35:48 -06:00
open-files.cc
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: warnings from clang tidy sonarcloud coverity (#4143) 2022-11-12 09:53:09 -06:00
peer-io.h fix: warnings from clang tidy sonarcloud coverity (#4143) 2022-11-12 09:53:09 -06:00
peer-mgr-active-requests.cc
peer-mgr-active-requests.h
peer-mgr-wishlist.cc chore: iwyu headers (#3661) 2022-08-17 11:08:36 -05:00
peer-mgr-wishlist.h
peer-mgr.cc fix: warnings from clang tidy sonarcloud coverity (#4143) 2022-11-12 09:53:09 -06:00
peer-mgr.h fix: "Implicit conversion loses integer precision" warnings (#3960) 2022-10-25 11:14:42 -05:00
peer-mse.cc
peer-mse.h
peer-msgs.cc refactor: add more nodiscard, constexpr, and noexcept (#4089) 2022-11-03 18:08:02 -05:00
peer-msgs.h Remove tr_generateAllowedSet declaration (#4029) 2022-10-25 08:50:53 -05:00
peer-socket.h
platform-quota.cc
platform-quota.h chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00
platform.cc Fix web client directory name on Windows (#4099) 2022-11-05 08:45:34 +00: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 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: replace tr_boundinfo with tr_session::BoundSocket (#4103) 2022-11-06 10:35:48 -06:00
port-forwarding.h refactor: replace tr_boundinfo with tr_session::BoundSocket (#4103) 2022-11-06 10:35:48 -06:00
quark.cc
quark.h refactor: remove tr_quark_get_string() (#3728) 2022-08-28 16:17:07 -05:00
resume.cc refactor: add more nodiscard, constexpr, and noexcept (#4089) 2022-11-03 18:08:02 -05:00
resume.h
rpc-server.cc refactor: make `tr_session_thread` a unique_ptr owned by tr_session (#4069) 2022-11-04 16:20:27 -05:00
rpc-server.h refactor: decouple session settings from the session class (#4053) 2022-11-01 19:32:26 -05:00
rpcimpl.cc refactor: add more nodiscard, constexpr, and noexcept (#4089) 2022-11-03 18:08:02 -05:00
rpcimpl.h
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
session-id.h
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 fix: warnings from clang tidy sonarcloud coverity (#4143) 2022-11-12 09:53:09 -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 fix: warnings from clang tidy sonarcloud coverity (#4143) 2022-11-12 09:53:09 -06:00
session.h fix: warnings from clang tidy sonarcloud coverity (#4143) 2022-11-12 09:53:09 -06:00
stats.cc
stats.h
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
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
torrent-ctor.cc
torrent-files.cc
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
torrent-metainfo.h refactor: add more nodiscard, constexpr, and noexcept (#4089) 2022-11-03 18:08:02 -05:00
torrent.cc refactor: make DHT unblocking (#4122) 2022-11-11 10:09:24 -06:00
torrent.h refactor: make DHT unblocking (#4122) 2022-11-11 10:09:24 -06: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 refactor: add libtransmission::evhelpers (#4104) 2022-11-06 15:11:30 -06:00
tr-dht.cc refactor: make DHT unblocking (#4122) 2022-11-11 10:09:24 -06:00
tr-dht.h refactor: make DHT unblocking (#4122) 2022-11-11 10:09:24 -06:00
tr-getopt.cc
tr-getopt.h
tr-lpd.cc refactor: add libtransmission::evhelpers (#4104) 2022-11-06 15:11:30 -06: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
tr-strbuf.h
tr-udp.cc refactor: make DHT unblocking (#4122) 2022-11-11 10:09:24 -06:00
tr-utp.cc fix: more thread safety updates (#4136) 2022-11-10 12:04:49 -06:00
tr-utp.h
transmission.h Declare TR_ETA_NOT_AVAIL as time_t (#4065) 2022-11-03 11:42:42 -05:00
utils-ev.h fix: warnings from clang tidy sonarcloud coverity (#4143) 2022-11-12 09:53:09 -06:00
utils.cc fix: warnings from clang tidy sonarcloud coverity (#4143) 2022-11-12 09:53:09 -06:00
utils.h fix: minor recent clang warnings (#4111) 2022-11-07 11:48:26 -06: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: add more nodiscard, constexpr, and noexcept (#4089) 2022-11-03 18:08:02 -05:00
variant-converters.cc refactor: decouple session settings from the session class (#4053) 2022-11-01 19:32:26 -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 more nodiscard, constexpr, and noexcept (#4089) 2022-11-03 18:08:02 -05:00
variant.h refactor: add more nodiscard, constexpr, and noexcept (#4089) 2022-11-03 18:08:02 -05:00
verify.cc refactor: use a condition_variable when removing a torrent from the verifier thread (#4166) 2022-11-13 23:11:48 -06:00
verify.h refactor: use a condition_variable when removing a torrent from the verifier thread (#4166) 2022-11-13 23:11:48 -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
watchdir-kqueue.cc refactor: add libtransmission::evhelpers (#4104) 2022-11-06 15:11:30 -06:00
watchdir-win32.cc
watchdir.cc fix: minor recent clang warnings (#4111) 2022-11-07 11:48:26 -06:00
watchdir.h fix: minor recent clang warnings (#4111) 2022-11-07 11:48:26 -06:00
web-utils.cc
web-utils.h refactor: add [[nodiscard]] (#3793) 2022-09-08 21:49:51 -05:00
web.cc refactor: better TR_CURL_SSL_NO_VERIFY (#4159) 2022-11-13 17:17:16 -06:00
web.h refactor: make `tr_session_thread` a unique_ptr owned by tr_session (#4069) 2022-11-04 16:20:27 -05:00
webseed.cc refactor: add libtransmission::evhelpers (#4104) 2022-11-06 15:11:30 -06:00
webseed.h
wildmat.c