1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-01 12:35:22 +00:00
transmission/libtransmission
goldsteinn 9c84e85432
Refactor: Cleanup misc inefficiencies throughout the file (#2933)
Co-authored-by: Noah Goldstein <goldstein.w.n@gmail.com>
2022-04-17 10:54:38 -05:00
..
.clang-tidy refactor: remove varargs from libtransmission (#2876) 2022-04-04 20:37:12 -05:00
announce-list.cc refactor: remove tr_announce_list::tracker info.announce (#2931) 2022-04-16 15:41:51 -05:00
announce-list.h refactor: remove tr_announce_list::tracker info.announce (#2931) 2022-04-16 15:41:51 -05:00
announcer-common.h refactor: iwyu string, vector, cstdint (#2898) 2022-04-07 20:50:26 -05:00
announcer-http.cc refactor: prefer FMT_STRING (#2845) 2022-03-30 14:59:13 -05:00
announcer-udp.cc fix: sonarcloud (#2865) 2022-04-02 09:06:02 -05:00
announcer.cc refactor: remove tr_announce_list::tracker info.announce (#2931) 2022-04-16 15:41:51 -05:00
announcer.h refactor: iwyu string, vector, cstdint (#2898) 2022-04-07 20:50:26 -05:00
bandwidth.cc refactor: aggregate bandwidth objects (#2783) 2022-03-18 11:34:29 -05:00
bandwidth.h refactor: iwyu string, vector, cstdint (#2898) 2022-04-07 20:50:26 -05:00
benc.h test: fuzz test tr_variantFromBuf() (#2892) 2022-04-06 16:39:39 -05:00
bitfield.cc Refactor: Cleanup misc inefficiencies throughout the file (#2933) 2022-04-17 10:54:38 -05:00
bitfield.h refactor: annotate nodiscard, constexpr, noexcept methods (#2862) 2022-04-01 19:48:09 -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 meta info piece_size should be maximum UINT32_MAX (#2914) 2022-04-15 00:38:59 -05:00
blocklist.cc refactor: remove tr_snprintf() (#2872) 2022-04-04 13:36:48 -05:00
blocklist.h refactor: remove unused functions (#2863) 2022-04-01 21:55:30 -05:00
cache.cc fix: sonarcloud warnings (#2804) 2022-03-24 00:18:41 -05:00
cache.h refactor: use tr_block_info::Location in cache.cc (#2652) 2022-02-19 07:45:19 -06:00
clients.cc fix: tr_clientForId() (#2887) 2022-04-06 12:06:11 -05:00
clients.h
CMakeLists.txt refactor: add tr_torrent_files::move() and remove() (#2919) 2022-04-15 18:39:04 -05:00
completion.cc refactor: tr_block_info (#2908) 2022-04-13 20:22:59 -05:00
completion.h refactor: tr_block_info (#2908) 2022-04-13 20:22:59 -05:00
crypto-utils-ccrypto.cc refactor: remove remaining vararg log messages (#2776) 2022-03-17 17:39:06 -05:00
crypto-utils-cyassl.cc refactor: a little more logging (#2800) 2022-03-22 11:45:56 -05:00
crypto-utils-fallback.cc
crypto-utils-openssl.cc refactor: remove remaining vararg log messages (#2776) 2022-03-17 17:39:06 -05:00
crypto-utils-polarssl.cc refactor: a little more logging (#2800) 2022-03-22 11:45:56 -05:00
crypto-utils.cc refactor: remove tr_strvJoin() (#2896) 2022-04-07 17:26:59 -05:00
crypto-utils.h refactor: iwyu string, vector, cstdint (#2898) 2022-04-07 20:50:26 -05:00
crypto.cc
crypto.h refactor: iwyu string, vector, cstdint (#2898) 2022-04-07 20:50:26 -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
fdlimit.cc refactor: iwyu string, vector, cstdint (#2898) 2022-04-07 20:50:26 -05:00
fdlimit.h refactor: iwyu string, vector, cstdint (#2898) 2022-04-07 20:50:26 -05:00
file-info.cc feat: warn when creating torrents with nonportable filenames (#2695) 2022-02-23 17:38:07 -06:00
file-info.h feat: warn when creating torrents with nonportable filenames (#2695) 2022-02-23 17:38:07 -06:00
file-piece-map.cc Feat: add tr_block_info::Location (#2649) 2022-02-18 17:17:19 -06:00
file-piece-map.h refactor: iwyu string, vector, cstdint (#2898) 2022-04-07 20:50:26 -05:00
file-posix.cc refactor: iwyu string, vector, cstdint (#2898) 2022-04-07 20:50:26 -05:00
file-win32.cc refactor: remove tr_snprintf() (#2872) 2022-04-04 13:36:48 -05:00
file.cc
file.h refactor: iwyu string, vector, cstdint (#2898) 2022-04-07 20:50:26 -05:00
handshake.cc refactor: remove unused macros (#2897) 2022-04-07 19:20:29 -05:00
handshake.h refactor: remove unused functions (#2863) 2022-04-01 21:55:30 -05:00
history.h
inout.cc refactor: add tr_torrent_files::move() and remove() (#2919) 2022-04-15 18:39:04 -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
jsonsl.h
libt.dox
log.cc fixup: minor log string formatting changes (#2913) 2022-04-13 23:19:18 -05:00
log.h refactor: a little more logging (#2800) 2022-03-22 11:45:56 -05:00
magnet-metainfo.cc refactor: remove tr_announce_list::tracker info.announce (#2931) 2022-04-16 15:41:51 -05:00
magnet-metainfo.h fix: sonarcloud (#2865) 2022-04-02 09:06:02 -05:00
makemeta.cc refactor: remove tr_snprintf() pt 2 (#2871) 2022-04-03 13:23:00 -05:00
makemeta.h refactor: iwyu string, vector, cstdint (#2898) 2022-04-07 20:50:26 -05:00
mime-types.h
mime-types.js
natpmp.cc refactor: iwyu string, vector, cstdint (#2898) 2022-04-07 20:50:26 -05:00
natpmp_local.h
net.cc refactor: remove tr_snprintf() pt 2 (#2871) 2022-04-03 13:23:00 -05:00
net.h refactor: iwyu string, vector, cstdint (#2898) 2022-04-07 20:50:26 -05:00
peer-common.h refactor: iwyu string, vector, cstdint (#2898) 2022-04-07 20:50:26 -05:00
peer-io.cc fix: sonarcloud (#2865) 2022-04-02 09:06:02 -05:00
peer-io.h refactor: iwyu string, vector, cstdint (#2898) 2022-04-07 20:50:26 -05:00
peer-mgr-active-requests.cc fix: sonarcloud (#2868) 2022-04-02 17:42:51 -05:00
peer-mgr-active-requests.h
peer-mgr-wishlist.cc refactor: rename mediator classes (#2681) 2022-02-22 09:09:24 -06:00
peer-mgr-wishlist.h refactor: rename mediator classes (#2681) 2022-02-22 09:09:24 -06:00
peer-mgr.cc refactor: remove unused macros (#2897) 2022-04-07 19:20:29 -05:00
peer-mgr.h refactor: iwyu string, vector, cstdint (#2898) 2022-04-07 20:50:26 -05:00
peer-msgs.cc fixup: more libfmt usage regressions (#2924) 2022-04-15 19:56:16 -05:00
peer-msgs.h refactor: iwyu string, vector, cstdint (#2898) 2022-04-07 20:50:26 -05:00
peer-socket.h refactor: move tr_netClosePeerSocket() impl to net.cc (#2659) 2022-02-19 12:10:43 -06:00
platform-quota.cc refactor: remove tr_strcmp0() (#2882) 2022-04-05 12:45:26 -05:00
platform-quota.h
platform.cc refactor: remove tr_strvJoin() (#2896) 2022-04-07 17:26:59 -05:00
platform.h refactor: use fmt to build the GTK client's user-visible strings (#2788) 2022-03-21 09:15:48 -05:00
port-forwarding.cc fixup: minor log string formatting changes (#2913) 2022-04-13 23:19:18 -05:00
port-forwarding.h
ptrarray.cc refactor: remove unused macros (#2897) 2022-04-07 19:20:29 -05:00
ptrarray.h refactor: remove unused macros (#2897) 2022-04-07 19:20:29 -05:00
quark.cc Limit bandwidth used by a group of torrents (#2761) 2022-03-18 08:11:59 -05:00
quark.h refactor: annotate nodiscard, constexpr, noexcept methods (#2879) 2022-04-04 22:51:56 -05:00
resume.cc refactor: prefer FMT_STRING (#2845) 2022-03-30 14:59:13 -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 macros (#2897) 2022-04-07 19:20:29 -05:00
rpc-server.h fixup: unix socket implementation changes (#2707) 2022-02-27 14:05:08 -08:00
rpcimpl.cc refactor: remove tr_announce_list::tracker info.announce (#2931) 2022-04-16 15:41:51 -05:00
rpcimpl.h
session-id.cc refactor: remove tr_strvJoin() (#2896) 2022-04-07 17:26:59 -05:00
session-id.h
session.cc refactor: iwyu string, vector, cstdint (#2898) 2022-04-07 20:50:26 -05:00
session.h refactor: remove unused functions (#2863) 2022-04-01 21:55:30 -05:00
stats.cc refactor: tr_variantToFile() takes a string_view filename (#2824) 2022-03-25 22:39:08 -05:00
stats.h
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 refactor: remove unused functions (#2863) 2022-04-01 21:55:30 -05:00
torrent-files.cc refactor: add tr_torrent_files::move() and remove() (#2919) 2022-04-15 18:39:04 -05:00
torrent-files.h refactor: add tr_torrent_files::move() and remove() (#2919) 2022-04-15 18:39:04 -05:00
torrent-magnet.cc refactor: remove tr_announce_list::tracker info.announce (#2931) 2022-04-16 15:41:51 -05:00
torrent-magnet.h refactor: iwyu string, vector, cstdint (#2898) 2022-04-07 20:50:26 -05:00
torrent-metainfo.cc refactor: add tr_torrent_files::move() and remove() (#2919) 2022-04-15 18:39:04 -05:00
torrent-metainfo.h refactor: add tr_torrent_files::move() and remove() (#2919) 2022-04-15 18:39:04 -05:00
torrent.cc refactor: remove tr_announce_list::tracker info.announce (#2931) 2022-04-16 15:41:51 -05:00
torrent.h refactor: remove tr_torrent.magicNumber (#2927) 2022-04-16 10:48:51 -05:00
torrents.cc refactor: remove unused functions (#2863) 2022-04-01 21:55:30 -05:00
torrents.h refactor: remove unused functions (#2863) 2022-04-01 21:55:30 -05:00
tr-assert.cc refactor: remove varargs from TR_ASSERT_MSG() (#2861) 2022-04-01 18:00:51 -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: iwyu string, vector, cstdint (#2898) 2022-04-07 20:50:26 -05:00
tr-dht.h
tr-getopt.cc refactor: sonarcloud "use if init" statements (#2587) 2022-02-07 23:44:31 -06:00
tr-getopt.h
tr-lpd.cc refactor: iwyu string, vector, cstdint (#2898) 2022-04-07 20:50:26 -05:00
tr-lpd.h refactor: remove unused functions (#2863) 2022-04-01 21:55:30 -05:00
tr-macros.h refactor: iwyu string, vector, cstdint (#2898) 2022-04-07 20:50:26 -05:00
tr-strbuf.h refactor: remove tr_snprintf() pt 2 (#2871) 2022-04-03 13:23:00 -05:00
tr-udp.cc refactor: iwyu string, vector, cstdint (#2898) 2022-04-07 20:50:26 -05:00
tr-udp.h refactor: iwyu string, vector, cstdint (#2898) 2022-04-07 20:50:26 -05:00
tr-utp.cc refactor: iwyu string, vector, cstdint (#2898) 2022-04-07 20:50:26 -05:00
tr-utp.h refactor: use tr_block_info::Location in cache.cc (#2652) 2022-02-19 07:45:19 -06:00
transmission.h meta info piece_size should be maximum UINT32_MAX (#2914) 2022-04-15 00:38:59 -05:00
trevent.cc fix: sonarcloud (#2837) 2022-03-29 05:57:04 -05:00
trevent.h fix: sonarcloud (#2865) 2022-04-02 09:06:02 -05:00
upnp.cc fixup: minor log string formatting changes (#2913) 2022-04-13 23:19:18 -05:00
upnp.h
utils.cc refactor: remove unused macros (#2897) 2022-04-07 19:20:29 -05:00
utils.h refactor: remove tr_url_parsed_t.portstr (#2929) 2022-04-16 13:13:42 -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 test: fuzz test tr_variantFromBuf() (#2892) 2022-04-06 16:39:39 -05:00
variant.cc test: fuzz test tr_variantFromBuf() (#2892) 2022-04-06 16:39:39 -05:00
variant.h refactor: iwyu string, vector, cstdint (#2898) 2022-04-07 20:50:26 -05:00
verify.cc refactor: extract some file management into tr_files class (#2906) 2022-04-12 10:00:02 -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 refactor: iwyu string, vector, cstdint (#2898) 2022-04-07 20:50:26 -05:00
watchdir-inotify.cc refactor: iwyu string, vector, cstdint (#2898) 2022-04-07 20:50:26 -05:00
watchdir-kqueue.cc refactor: iwyu string, vector, cstdint (#2898) 2022-04-07 20:50:26 -05:00
watchdir-win32.cc refactor: remove remaining vararg log messages (#2776) 2022-03-17 17:39:06 -05:00
watchdir.cc refactor: convert watchdir to C++ (#2899) 2022-04-09 09:58:02 -05:00
watchdir.h
web-utils.cc refactor: remove tr_url_parsed_t.portstr (#2929) 2022-04-16 13:13:42 -05:00
web-utils.h refactor: remove tr_url_parsed_t.portstr (#2929) 2022-04-16 13:13:42 -05:00
web.cc refactor: annotate nodiscard, constexpr, noexcept methods (#2879) 2022-04-04 22:51:56 -05:00
web.h refactor: annotate nodiscard, constexpr, noexcept methods (#2879) 2022-04-04 22:51:56 -05:00
webseed.cc refactor: remove unused macros (#2897) 2022-04-07 19:20:29 -05:00
webseed.h
wildmat.c