transmission/libtransmission
Viacheslav Chimishuk 8e604b44a5
Fix broken tr_sessionSetPeerPortRandom() function. (#3569)
2022-08-02 22:38:37 -05:00
..
.clang-tidy build: re-enable cert-err33-c clang-tidy warning (#2968) 2022-04-22 14:56:54 -05:00
CMakeLists.txt refactor: remove tr_dh code (#3443) 2022-07-14 19:54:10 -05:00
announce-list.cc refactor: simplify announceToScrape() (#3167) 2022-05-31 12:12:25 -05:00
announce-list.h refactor: simplify announceToScrape() (#3167) 2022-05-31 12:12:25 -05:00
announcer-common.h refactor: make sha1, sha256 RAII safe (#3556) 2022-07-31 15:58:14 -05:00
announcer-http.cc refactor: make sha1, sha256 RAII safe (#3556) 2022-07-31 15:58:14 -05:00
announcer-udp.cc refactor: iwyu (#3525) 2022-07-25 21:45:54 -05:00
announcer.cc refactor: make sha1, sha256 RAII safe (#3556) 2022-07-31 15:58:14 -05:00
announcer.h docs: fix various typos and misspellings (#2955) 2022-04-21 09:28:38 -05:00
bandwidth.cc refactor: rename Bandwidth as tr_bandwidth (#3379) 2022-06-29 15:08:58 -05:00
bandwidth.h refactor: rename Bandwidth as tr_bandwidth (#3379) 2022-06-29 15:08:58 -05:00
benc.h perf: do not use tr_variant when parsing .torrent files 2022-05-23 23:05:16 -05:00
bitfield.cc fix: clang-tidy-15 warnings (#3570) 2022-08-02 18:34:53 -05:00
bitfield.h refactor: remove unused tr_torrent fields (#3013) 2022-04-28 11:52:07 -05:00
block-info.cc meta info piece_size should be maximum UINT32_MAX (#2914) 2022-04-15 00:38:59 -05:00
block-info.h fix: clang-tidy-15 warnings (#3570) 2022-08-02 18:34:53 -05:00
blocklist.cc refactor: tr_sys_path_get_info() now returns a tr_sys_path_info (#3566) 2022-08-02 12:41:04 -05:00
blocklist.h fix: compiler warnings (#3123) 2022-05-22 21:22:34 -05:00
cache.cc refactor: iwyu (#3525) 2022-07-25 21:45:54 -05:00
cache.h refactor: iwyu (#3525) 2022-07-25 21:45:54 -05:00
clients.cc chore: iwyu cstring, cstdlib, optional, unordered_set (#3532) 2022-07-27 16:53:39 -05:00
clients.h
completion.cc fix: clang-tidy-15 warnings (#3570) 2022-08-02 18:34:53 -05:00
completion.h fix: assertion failed "s->leftUntilDone <= s->sizeWhenDone" (#3406) 2022-07-04 11:48:54 -05:00
crypto-utils-ccrypto.cc refactor: make sha1, sha256 RAII safe (#3556) 2022-07-31 15:58:14 -05:00
crypto-utils-cyassl.cc refactor: make sha1, sha256 RAII safe (#3556) 2022-07-31 15:58:14 -05:00
crypto-utils-fallback.cc refactor: remove tr_dh code (#3443) 2022-07-14 19:54:10 -05:00
crypto-utils-openssl.cc refactor: tr_sys_path_get_info() now returns a tr_sys_path_info (#3566) 2022-08-02 12:41:04 -05:00
crypto-utils-polarssl.cc refactor: make sha1, sha256 RAII safe (#3556) 2022-07-31 15:58:14 -05:00
crypto-utils.cc refactor: make sha1, sha256 RAII safe (#3556) 2022-07-31 15:58:14 -05:00
crypto-utils.h refactor: make sha1, sha256 RAII safe (#3556) 2022-07-31 15:58:14 -05:00
error-types.h
error.cc refactor: remove unused functions (#2863) 2022-04-01 21:55:30 -05:00
error.h refactor: remove unused functions (#2863) 2022-04-01 21:55:30 -05:00
file-piece-map.cc perf: faster file priorities (#2992) 2022-04-26 11:11:21 -05:00
file-piece-map.h refactor: iwyu string, vector, cstdint (#2898) 2022-04-07 20:50:26 -05:00
file-posix.cc refactor: tr_sys_path_get_info() now returns a tr_sys_path_info (#3566) 2022-08-02 12:41:04 -05:00
file-win32.cc refactor: tr_sys_path_get_info() now returns a tr_sys_path_info (#3566) 2022-08-02 12:41:04 -05:00
file.cc
file.h refactor: tr_sys_path_get_info() now returns a tr_sys_path_info (#3566) 2022-08-02 12:41:04 -05:00
handshake.cc refactor: make sha1, sha256 RAII safe (#3556) 2022-07-31 15:58:14 -05:00
handshake.h refactor: remove tr_dh code (#3443) 2022-07-14 19:54:10 -05:00
history.h refactor: make tr_recentHistory a template class (#3012) 2022-04-28 10:52:26 -05:00
inout.cc refactor: make sha1, sha256 RAII safe (#3556) 2022-07-31 15:58:14 -05:00
inout.h refactor: iwyu string, vector, cstdint (#2898) 2022-04-07 20:50:26 -05:00
interned-string.h fix: sonarcloud (#2837) 2022-03-29 05:57:04 -05:00
jsonsl.c docs: fix various typos and misspellings (#2955) 2022-04-21 09:28:38 -05:00
jsonsl.h docs: fix various typos and misspellings (#2955) 2022-04-21 09:28:38 -05:00
libt.dox docs: fix various typos and misspellings (#2955) 2022-04-21 09:28:38 -05:00
log.cc fix_empty_log_windows (#3396) 2022-07-04 00:34:39 -05:00
log.h test: add plaintext & encrypted handshake tests (#3455) 2022-07-16 15:25:44 -05:00
lru-cache.h refactor: replace tr_fdlimit with tr_open_files (#3016) 2022-04-28 21:35:47 -05:00
magnet-metainfo.cc fix: clang-tidy misc-const-correctness warnings (#3529) 2022-07-27 09:03:13 -05:00
magnet-metainfo.h Add basic support for v2 hashes in transmission-show (#3380) 2022-07-01 09:49:33 -05:00
makemeta.cc refactor: tr_metainfo_builder() (#3565) 2022-08-02 14:46:08 -05:00
makemeta.h refactor: tr_metainfo_builder() (#3565) 2022-08-02 14:46:08 -05:00
mime-types.h
mime-types.js
natpmp.cc refactor: add a tr_port safety class (#2952) 2022-04-21 10:58:13 -05:00
natpmp_local.h chore: iwyu cleanup (#2981) 2022-04-24 20:49:52 -05:00
net.cc refactor: remove tr_address_from_string() (#3524) 2022-07-25 17:25:55 -05:00
net.h refactor: remove tr_address_from_string() (#3524) 2022-07-25 17:25:55 -05:00
open-files.cc refactor: tr_sys_path_get_info() now returns a tr_sys_path_info (#3566) 2022-08-02 12:41:04 -05:00
open-files.h refactor: iwyu (#3525) 2022-07-25 21:45:54 -05:00
peer-common.h refactor: add tr_peer.canRequest() (#3408) 2022-07-04 13:03:32 -05:00
peer-io.cc fix: clang-tidy misc-const-correctness warnings (#3529) 2022-07-27 09:03:13 -05:00
peer-io.h test: add plaintext & encrypted handshake tests (#3455) 2022-07-16 15:25:44 -05:00
peer-mgr-active-requests.cc refactor: iwyu (#3525) 2022-07-25 21:45:54 -05:00
peer-mgr-active-requests.h
peer-mgr-wishlist.cc perf: batch up calls to the RNG (#3537) 2022-07-28 10:01:59 -05:00
peer-mgr-wishlist.h refactor: rename mediator classes (#2681) 2022-02-22 09:09:24 -06:00
peer-mgr.cc refactor: tr_stats (#3542) 2022-07-28 18:56:40 -05:00
peer-mgr.h refactor: iwyu (#3525) 2022-07-25 21:45:54 -05:00
peer-mse.cc refactor: make sha1, sha256 RAII safe (#3556) 2022-07-31 15:58:14 -05:00
peer-mse.h refactor: iwyu (#3525) 2022-07-25 21:45:54 -05:00
peer-msgs.cc refactor: in sendPex(), reuse the temporary buffer (#3568) 2022-08-02 18:35:16 -05:00
peer-msgs.h Revert "refactor: tr_address cleanup (#3422)" (#3426) 2022-07-09 18:44:20 -05:00
peer-socket.h Revert "refactor: tr_address cleanup (#3422)" (#3426) 2022-07-09 18:44:20 -05:00
platform-quota.cc chore: iwyu cstring, cstdlib, optional, unordered_set (#3532) 2022-07-27 16:53:39 -05:00
platform-quota.h
platform.cc refactor: tr_env_get_string() now returns a std::string (#3527) 2022-07-26 23:26:37 -05:00
platform.h refactor: make tr_session's directory fields private (#3516) 2022-07-23 02:13:18 -05:00
port-forwarding.cc refactor: aggregate bindinfo in tr_session (#3545) 2022-07-29 08:11:47 -05:00
port-forwarding.h refactor: add a tr_port safety class (#2952) 2022-04-21 10:58:13 -05:00
quark.cc Add announce-ip and announce-ip-enabled parameters. (#3461) 2022-07-20 14:04:52 -05:00
quark.h Add announce-ip and announce-ip-enabled parameters. (#3461) 2022-07-20 14:04:52 -05:00
resume.cc refactor: make tr_session's directory fields private (#3516) 2022-07-23 02:13:18 -05:00
resume.h Limit bandwidth used by a group of torrents (#2761) 2022-03-18 08:11:59 -05:00
rpc-server.cc refactor: remove unused GET handler in rpc-server.cc (#3549) 2022-07-29 13:02:33 -05:00
rpc-server.h test: add platform tests (#3514) 2022-07-22 20:10:02 -05:00
rpcimpl.cc refactor: remove unused GET handler in rpc-server.cc (#3549) 2022-07-29 13:02:33 -05:00
rpcimpl.h refactor: remove unused GET handler in rpc-server.cc (#3549) 2022-07-29 13:02:33 -05:00
session-id.cc refactor: add pathbuf and std::string-friendly helpers to tr_sys file and path funcs (#3118) 2022-05-21 20:17:00 -05:00
session-id.h
session.cc Fix broken tr_sessionSetPeerPortRandom() function. (#3569) 2022-08-02 22:38:37 -05:00
session.h refactor: aggregate bindinfo in tr_session (#3545) 2022-07-29 08:11:47 -05:00
stats.cc refactor: tr_stats (#3542) 2022-07-28 18:56:40 -05:00
stats.h refactor: tr_stats (#3542) 2022-07-28 18:56:40 -05:00
subprocess-posix.cc refactor: prefer FMT_STRING (#2845) 2022-03-30 14:59:13 -05:00
subprocess-win32.cc refactor: remove tr_strvJoin() (#2896) 2022-04-07 17:26:59 -05:00
subprocess.h
torrent-ctor.cc perf: avoid std::string temporaries in sessionLoadTorrent() (#3165) 2022-05-31 10:53:46 -05:00
torrent-files.cc refactor: tr_sys_path_get_info() now returns a tr_sys_path_info (#3566) 2022-08-02 12:41:04 -05:00
torrent-files.h refactor: iwyu (#3525) 2022-07-25 21:45:54 -05:00
torrent-magnet.cc refactor: make sha1, sha256 RAII safe (#3556) 2022-07-31 15:58:14 -05:00
torrent-magnet.h Set torrent file's metainfo for magnets (#3322) 2022-06-21 16:47:57 -05:00
torrent-metainfo.cc refactor: make sha1, sha256 RAII safe (#3556) 2022-07-31 15:58:14 -05:00
torrent-metainfo.h refactor: tr_metainfo_builder() (#3565) 2022-08-02 14:46:08 -05:00
torrent.cc fix: clang-tidy-15 warnings (#3570) 2022-08-02 18:34:53 -05:00
torrent.h refactor: make tr_session's directory fields private (#3516) 2022-07-23 02:13:18 -05:00
torrents.cc refactor: use tr_torrent_id_t (#3314) 2022-06-17 10:43:04 -05:00
torrents.h refactor: use tr_torrent_id_t (#3314) 2022-06-17 10:43:04 -05:00
tr-assert.cc refactor: iwyu (#3525) 2022-07-25 21:45:54 -05:00
tr-assert.h refactor: remove varargs from TR_ASSERT_MSG() (#2861) 2022-04-01 18:00:51 -05:00
tr-assert.mm refactor: remove varargs from TR_ASSERT_MSG() (#2861) 2022-04-01 18:00:51 -05:00
tr-dht.cc refactor: make sha1, sha256 RAII safe (#3556) 2022-07-31 15:58:14 -05:00
tr-dht.h Revert "refactor: tr_address cleanup (#3422)" (#3426) 2022-07-09 18:44:20 -05:00
tr-getopt.cc refactor: use fmt::format() in tr-getopt (#3551) 2022-07-30 12:54:22 -05:00
tr-getopt.h
tr-lpd.cc fix: clang-tidy misc-const-correctness warnings (#3529) 2022-07-27 09:03:13 -05:00
tr-lpd.h refactor: remove unused functions (#2863) 2022-04-01 21:55:30 -05:00
tr-macros.h Add basic support for v2 hashes in transmission-show (#3380) 2022-07-01 09:49:33 -05:00
tr-popcount.h Refactor: use popcnt in bitfield and cleanup warnings (#2950) 2022-04-22 06:54:35 -05:00
tr-strbuf.h Move function declaration (#3207) 2022-06-05 12:08:58 -05:00
tr-udp.cc fix: clang-tidy misc-const-correctness warnings (#3529) 2022-07-27 09:03:13 -05:00
tr-udp.h refactor: iwyu string, vector, cstdint (#2898) 2022-04-07 20:50:26 -05:00
tr-utp.cc Revert "refactor: tr_address cleanup (#3422)" (#3426) 2022-07-09 18:44:20 -05:00
tr-utp.h Update libutp to 3.4+ (TRAC-5888) (#3416) 2022-07-08 10:13:22 -05:00
transmission.h refactor: tr_stats (#3542) 2022-07-28 18:56:40 -05:00
trevent.cc build: re-enable cert-err33-c clang-tidy warning (#2968) 2022-04-22 14:56:54 -05:00
trevent.h fix: sonarcloud (#2865) 2022-04-02 09:06:02 -05:00
upnp.cc fix: clang-tidy-15 warnings (#3570) 2022-08-02 18:34:53 -05:00
upnp.h refactor: remove tr_address_to_string() (#3427) 2022-07-09 20:03:40 -05:00
utils.cc refactor: tr_sys_path_get_info() now returns a tr_sys_path_info (#3566) 2022-08-02 12:41:04 -05:00
utils.h refactor: remove closure struct in tr-dht (#3550) 2022-07-29 14:38:43 -05:00
variant-benc.cc test: fuzz test tr_variantFromBuf() (#2892) 2022-04-06 16:39:39 -05:00
variant-common.h refactor: iwyu string, vector, cstdint (#2898) 2022-04-07 20:50:26 -05:00
variant-json.cc chore: iwyu cstring, cstdlib, optional, unordered_set (#3532) 2022-07-27 16:53:39 -05:00
variant.cc fix: clang-tidy-15 warnings (#3570) 2022-08-02 18:34:53 -05:00
variant.h refactor: iwyu string, vector, cstdint (#2898) 2022-04-07 20:50:26 -05:00
verify.cc refactor: make sha1, sha256 RAII safe (#3556) 2022-07-31 15:58:14 -05:00
verify.h refactor: remove callback from tr_torrentVerify() public API (#2592) 2022-02-09 12:02:59 -06:00
version.h.in
watchdir-common.h
watchdir-generic.cc fix: clang-tidy-15 warnings (#3570) 2022-08-02 18:34:53 -05:00
watchdir-inotify.cc fix: clang-tidy-15 warnings (#3570) 2022-08-02 18:34:53 -05:00
watchdir-kqueue.cc refactor: iwyu string, vector, cstdint (#2898) 2022-04-07 20:50:26 -05:00
watchdir-win32.cc chore: iwyu cstring, cstdlib, optional, unordered_set (#3532) 2022-07-27 16:53:39 -05:00
watchdir.cc refactor: tr_sys_path_get_info() now returns a tr_sys_path_info (#3566) 2022-08-02 12:41:04 -05:00
watchdir.h
web-utils.cc chore: iwyu cstring, cstdlib, optional, unordered_set (#3532) 2022-07-27 16:53:39 -05:00
web-utils.h refactor: remove tr_url_parsed_t.portstr (#2929) 2022-04-16 13:13:42 -05:00
web.cc refactor: tr_env_get_string() now returns a std::string (#3527) 2022-07-26 23:26:37 -05:00
web.h refactor: rename Bandwidth as tr_bandwidth (#3379) 2022-06-29 15:08:58 -05:00
webseed.cc refactor: iwyu (#3525) 2022-07-25 21:45:54 -05:00
webseed.h
wildmat.c