transmission/libtransmission
Charles Kerr 14b324fc9c
fix: transmission-remote -l regression (#5960)
2023-09-01 17:23:44 -05:00
..
.clang-tidy refactor: add tr_socket_address typedef (#5730) 2023-07-05 11:33:50 -05:00
CMakeLists.txt refactor: add tr_variant_serde (#5903) 2023-08-17 11:02:45 -05:00
announce-list.cc refactor: tidy up announcer code (#5945) 2023-09-01 16:51:58 -05:00
announce-list.h fix: announce with query replace bug (#5871) 2023-08-13 19:27:55 -05:00
announcer-common.h refactor: tidy up announcer code (#5945) 2023-09-01 16:51:58 -05:00
announcer-http.cc refactor: tidy up announcer code (#5945) 2023-09-01 16:51:58 -05:00
announcer-udp.cc refactor: tidy up announcer code (#5945) 2023-09-01 16:51:58 -05:00
announcer.cc refactor: tidy up announcer code (#5945) 2023-09-01 16:51:58 -05:00
announcer.h refactor: tidy up announcer code (#5945) 2023-09-01 16:51:58 -05:00
bandwidth.cc fix: clamp down harder for upload as well (#5821) 2023-07-25 11:53:33 -05:00
bandwidth.h refactor: snake_case in libtransmission class methods (#5428) 2023-04-22 20:25:55 -05:00
benc.h refactor: add tr_variant_serde (#5903) 2023-08-17 11:02:45 -05:00
bitfield.cc chore: minor code cleanup (#5760) 2023-07-13 09:10:43 -05:00
bitfield.h chore: minor code cleanup (#5760) 2023-07-13 09:10:43 -05:00
block-info.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
block-info.h refactor: snake_case in libtransmission class methods (#5428) 2023-04-22 20:25:55 -05:00
blocklist.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
blocklist.h refactor: make a few more methods `constexpr` (#5798) 2023-07-15 19:02:39 -05:00
cache.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
cache.h perf: make `CompareCacheBlockByKey` constexpr (#5678) 2023-06-28 10:23:38 -05:00
clients.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
clients.h
completion.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
completion.h chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
crypto-utils-ccrypto.cc chore: include directory name in libtransmission #includes (#5308) 2023-04-14 14:33:23 -05:00
crypto-utils-fallback.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
crypto-utils-mbedtls.cc chore: include directory name in libtransmission #includes (#5308) 2023-04-14 14:33:23 -05:00
crypto-utils-openssl.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
crypto-utils-wolfssl.cc chore: include directory name in libtransmission #includes (#5308) 2023-04-14 14:33:23 -05:00
crypto-utils.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
crypto-utils.h chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
error-types.h
error.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
error.h chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
favicon-cache.h refactor: utils naming (#5696) 2023-06-30 09:49:58 -05:00
file-capacity.cc fix: minor coverity warnings (#5916) 2023-08-21 21:59:47 -05:00
file-piece-map.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
file-piece-map.h chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
file-posix.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
file-win32.cc refactor: utils naming (#5696) 2023-06-30 09:49:58 -05:00
file.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
file.h chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
global-ip-cache.cc refactor: re-organise `net.h` member functions (#5878) 2023-08-17 22:13:01 -05:00
global-ip-cache.h chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
handshake.cc feat: do not auto-disconnect when a known seed initiates a connection and we are seeding (#5756) 2023-07-08 14:27:31 -05:00
handshake.h feat: do not auto-disconnect when a known seed initiates a connection and we are seeding (#5756) 2023-07-08 14:27:31 -05:00
history.h
inout.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
inout.h chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
interned-string.h chore: prefer fmt/core.h over fmt/format.h (#5404) 2023-04-16 15:34:19 -05:00
libt.dox
log.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
log.h perf: move log strings instead of cloning them (#5726) 2023-07-04 14:03:45 -05:00
lru-cache.h iwyu: remove, add std headers where used (#5694) 2023-06-29 23:51:55 -05:00
magnet-metainfo.cc refactor: prefer functions return std::string instead of tr_strbuf (#5949) 2023-08-29 21:58:31 -05:00
magnet-metainfo.h refactor: prefer functions return std::string instead of tr_strbuf (#5949) 2023-08-29 21:58:31 -05:00
makelog
makemeta.cc refactor: make tr_variant follow RAII (#5923) 2023-08-20 23:15:23 -05:00
makemeta.h chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
mime-types.h chore: update mime types (#5712) 2023-07-02 08:32:21 -05:00
mime-types.js chore: update mime types (#5712) 2023-07-02 08:32:21 -05:00
net.cc refactor: re-organise `net.h` member functions (#5878) 2023-08-17 22:13:01 -05:00
net.h refactor: re-organise `net.h` member functions (#5878) 2023-08-17 22:13:01 -05:00
observable.h refactor: add lightweight observable / observer for decoupling (#5716) 2023-07-04 15:47:18 -05:00
open-files.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
open-files.h chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
peer-common.h feat: split connectable and non-connectable pool (#5801) 2023-08-01 09:56:26 -05:00
peer-io.cc refactor: re-organise `net.h` member functions (#5878) 2023-08-17 22:13:01 -05:00
peer-io.h feat: split connectable and non-connectable pool (#5801) 2023-08-01 09:56:26 -05:00
peer-mgr-active-requests.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
peer-mgr-active-requests.h chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
peer-mgr-wishlist.cc chore: minor code cleanup (#5760) 2023-07-13 09:10:43 -05:00
peer-mgr-wishlist.h chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
peer-mgr.cc refactor: re-organise `net.h` member functions (#5878) 2023-08-17 22:13:01 -05:00
peer-mgr.h refactor: re-organise `net.h` member functions (#5878) 2023-08-17 22:13:01 -05:00
peer-mse.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
peer-mse.h chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
peer-msgs.cc refactor: replace tr_variant::is_*() with tr_variant::holds_alternative() (#5930) 2023-08-21 16:16:54 -05:00
peer-msgs.h feat: split connectable and non-connectable pool (#5801) 2023-08-01 09:56:26 -05:00
peer-socket.cc refactor: make tr_socket_address a class (#5772) 2023-07-12 17:29:47 -05:00
peer-socket.h refactor: re-organise `net.h` member functions (#5878) 2023-08-17 22:13:01 -05:00
platform.cc chore: misc-include-cleaner (partial) (#5738) 2023-07-06 10:00:07 -05:00
platform.h
port-forwarding-natpmp.cc refactor: re-organise `net.h` member functions (#5878) 2023-08-17 22:13:01 -05:00
port-forwarding-natpmp.h chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
port-forwarding-upnp.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
port-forwarding-upnp.h chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
port-forwarding.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
port-forwarding.h chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
quark.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
quark.h Expose files' begin and end pieces via RPC (#5578) 2023-06-05 13:15:32 -05:00
resume.cc refactor: replace tr_variant::is_*() with tr_variant::holds_alternative() (#5930) 2023-08-21 16:16:54 -05:00
resume.h
rpc-server.cc refactor: make tr_variant follow RAII (#5923) 2023-08-20 23:15:23 -05:00
rpc-server.h refactor: re-organise `net.h` member functions (#5878) 2023-08-17 22:13:01 -05:00
rpcimpl.cc refactor: make tr_variant follow RAII (#5923) 2023-08-20 23:15:23 -05:00
rpcimpl.h chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
session-alt-speeds.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
session-alt-speeds.h chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
session-id.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
session-id.h chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
session-settings.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
session-settings.h refactor: re-organise `net.h` member functions (#5878) 2023-08-17 22:13:01 -05:00
session-thread.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
session-thread.h refactor: use snake_case for libtransmission class methods (#5497) 2023-05-05 23:11:05 -05:00
session.cc fix: minor coverity warnings (#5916) 2023-08-21 21:59:47 -05:00
session.h chore: rename other publicAddress() functions (#5873) 2023-08-14 10:31:12 -05:00
stats.cc refactor: make tr_variant follow RAII (#5923) 2023-08-20 23:15:23 -05:00
stats.h chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
subprocess-posix.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
subprocess-win32.cc refactor: utils naming (#5696) 2023-06-30 09:49:58 -05:00
subprocess.h
timer-ev.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
timer-ev.h chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
timer.h refactor: use snake_case for libtransmission class methods (#5497) 2023-05-05 23:11:05 -05:00
torrent-ctor.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
torrent-files.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
torrent-files.h chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
torrent-magnet.cc refactor: prefer functions return std::string instead of tr_strbuf (#5949) 2023-08-29 21:58:31 -05:00
torrent-magnet.h refactor: avoid code duplication (#5793) 2023-07-17 08:56:57 -05:00
torrent-metainfo.cc refactor: prefer functions return std::string instead of tr_strbuf (#5949) 2023-08-29 21:58:31 -05:00
torrent-metainfo.h refactor: prefer functions return std::string instead of tr_strbuf (#5949) 2023-08-29 21:58:31 -05:00
torrent.cc refactor: remove redundant seed limit check (#5770) 2023-07-12 08:27:06 -05:00
torrent.h refactor: `tr_torrent.incompleteMetadata` from raw pointer to `std::optional` (#5791) 2023-07-15 15:38:38 -05:00
torrents.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
torrents.h chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
tr-arc4.h refactor: use reserve_space() in peer-io (#5532) 2023-05-17 13:57:27 -05:00
tr-assert.cc chore: misc-include-cleaner (partial) (#5738) 2023-07-06 10:00:07 -05:00
tr-assert.h chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
tr-assert.mm chore: prefer fmt/core.h over fmt/format.h (#5404) 2023-04-16 15:34:19 -05:00
tr-buffer.h fixup! refactor: remove libtransmission::Buffer (#5676) (#5748) 2023-07-08 02:25:57 -05:00
tr-dht.cc refactor: make tr_variant follow RAII (#5923) 2023-08-20 23:15:23 -05:00
tr-dht.h Use clang-format for qualifier alignment (#5845) 2023-07-30 16:43:43 +01:00
tr-getopt.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
tr-getopt.h
tr-lpd.cc refactor: use one socket for sending and receiving lpd announces (#5909) 2023-08-18 15:56:28 -05:00
tr-lpd.h fix: announce LDP on listening interface (#5875) 2023-08-13 12:04:04 -05:00
tr-macros.h
tr-popcount.h
tr-strbuf.h Use clang-format for qualifier alignment (#5845) 2023-07-30 16:43:43 +01:00
tr-udp.cc fix: minor coverity warnings (#5916) 2023-08-21 21:59:47 -05:00
tr-utp.cc refactor: re-organise `net.h` member functions (#5878) 2023-08-17 22:13:01 -05:00
tr-utp.h
transmission.h refactor: make tr_variant follow RAII (#5923) 2023-08-20 23:15:23 -05:00
utils-ev.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
utils-ev.h
utils.cc fix: -fobjc-arc with GCC (#5632) 2023-07-29 20:57:43 -05:00
utils.h fix: minor coverity warnings (#5916) 2023-08-21 21:59:47 -05:00
utils.mm
variant-benc.cc refactor: replace tr_variant::is_*() with tr_variant::holds_alternative() (#5930) 2023-08-21 16:16:54 -05:00
variant-converters.cc refactor: re-organise `net.h` member functions (#5878) 2023-08-17 22:13:01 -05:00
variant-json.cc refactor: use std::variant in tr_variant (#5936) 2023-08-23 12:57:58 -05:00
variant.cc fix: transmission-remote -l regression (#5960) 2023-09-01 17:23:44 -05:00
variant.h refactor: use std::variant in tr_variant (#5936) 2023-08-23 12:57:58 -05:00
verify.cc refactor: add tr_compare_3way() (#5742) 2023-07-06 18:51:08 -05:00
verify.h refactor: use snake_case for libtransmission class methods (#5497) 2023-05-05 23:11:05 -05:00
version.h.in
watchdir-base.h refactor: use snake_case for libtransmission class methods (#5497) 2023-05-05 23:11:05 -05:00
watchdir-generic.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
watchdir-inotify.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
watchdir-kqueue.cc chore: include directory name in libtransmission #includes (#5308) 2023-04-14 14:33:23 -05:00
watchdir-win32.cc fix: conform to libcurl requirements to avoid memory leak (#5702) 2023-07-05 22:05:03 -05:00
watchdir.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
watchdir.h refactor: use snake_case for libtransmission class methods (#5497) 2023-05-05 23:11:05 -05:00
web-utils.cc chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
web-utils.h chore: iwyu (#5746) 2023-07-08 10:24:03 -05:00
web.cc chore: rename other publicAddress() functions (#5873) 2023-08-14 10:31:12 -05:00
web.h chore: rename other publicAddress() functions (#5873) 2023-08-14 10:31:12 -05:00
webseed.cc feat: split connectable and non-connectable pool (#5801) 2023-08-01 09:56:26 -05:00
webseed.h feat: split connectable and non-connectable pool (#5801) 2023-08-01 09:56:26 -05:00