transmission/libtransmission
Charles Kerr cb101ec6cf
refactor: make tr_logGetQueueEnabled() private (#5693)
it is only used in log.cc, so remove it from the public header
2023-06-29 14:19:40 -05:00
..
.clang-tidy fix: cppcoreguidelines-pro-type-cstyle-cast (#4685) 2023-01-28 15:26:23 -06:00
CMakeLists.txt refactor: rename tr_dirSpace() to tr_sys_path_capacity() (#5689) 2023-06-29 10:23:00 -05:00
announce-list.cc refactor: rename tr_tracker_view.host to .host_and_port for clarity (#5508) 2023-05-08 20:28:10 -05:00
announce-list.h refactor: rename tr_tracker_view.host to .host_and_port for clarity (#5508) 2023-05-08 20:28:10 -05:00
announcer-common.h chore: update copyrights to 2023 (#4834) 2023-02-11 14:49:42 -06:00
announcer-http.cc encode `&key=` as fixed-width 8-digit hex (#5652) 2023-06-21 11:53:06 -05:00
announcer-udp.cc refactor: remove libtransmission::Buffer (#5676) 2023-06-27 19:06:25 -05:00
announcer.cc refactor: rename tr_tracker_view.host to .host_and_port for clarity (#5508) 2023-05-08 20:28:10 -05:00
announcer.h refactor: use snake_case for libtransmission class methods (#5497) 2023-05-05 23:11:05 -05:00
bandwidth.cc refactor: snake_case in libtransmission class methods (#5428) 2023-04-22 20:25:55 -05:00
bandwidth.h refactor: snake_case in libtransmission class methods (#5428) 2023-04-22 20:25:55 -05:00
benc.h chore: update copyrights to 2023 (#4834) 2023-02-11 14:49:42 -06:00
bitfield.cc fix: comment typos in libtransmission (#5473) 2023-04-30 13:29:29 -05:00
bitfield.h refactor: snake_case in libtransmission class methods (#5428) 2023-04-22 20:25:55 -05:00
block-info.cc refactor: snake_case in libtransmission class methods (#5428) 2023-04-22 20:25:55 -05:00
block-info.h refactor: snake_case in libtransmission class methods (#5428) 2023-04-22 20:25:55 -05:00
blocklist.cc refactor: add tr_sys_dir_get_files() (#5412) 2023-04-18 16:23:20 -05:00
blocklist.h chore: update copyrights to 2023 (#4834) 2023-02-11 14:49:42 -06:00
cache.cc perf: make `CompareCacheBlockByKey` constexpr (#5678) 2023-06-28 10:23:38 -05:00
cache.h perf: make `CompareCacheBlockByKey` constexpr (#5678) 2023-06-28 10:23:38 -05:00
clients.cc chore: prefer fmt/core.h over fmt/format.h (#5404) 2023-04-16 15:34:19 -05:00
clients.h chore: update copyrights to 2023 (#4834) 2023-02-11 14:49:42 -06:00
completion.cc refactor: snake_case in libtransmission class methods (#5428) 2023-04-22 20:25:55 -05:00
completion.h refactor: snake_case in libtransmission class methods (#5428) 2023-04-22 20:25:55 -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: include directory name in libtransmission #includes (#5308) 2023-04-14 14:33:23 -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: include directory name in libtransmission #includes (#5308) 2023-04-14 14:33:23 -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: prefer fmt/core.h over fmt/format.h (#5404) 2023-04-16 15:34:19 -05:00
crypto-utils.h chore: update copyrights to 2023 (#4834) 2023-02-11 14:49:42 -06:00
error-types.h chore: update copyrights to 2023 (#4834) 2023-02-11 14:49:42 -06:00
error.cc chore: prefer fmt/core.h over fmt/format.h (#5404) 2023-04-16 15:34:19 -05:00
error.h chore: update copyrights to 2023 (#4834) 2023-02-11 14:49:42 -06:00
favicon-cache.h feat: add generic favicon_cache class for reuse between Qt, GTK app (#5294) 2023-04-22 21:11:16 -05:00
file-capacity.cc refactor: rename tr_dirSpace() to tr_sys_path_capacity() (#5689) 2023-06-29 10:23:00 -05:00
file-piece-map.cc refactor: snake_case in libtransmission class methods (#5428) 2023-04-22 20:25:55 -05:00
file-piece-map.h refactor: snake_case in libtransmission class methods (#5428) 2023-04-22 20:25:55 -05:00
file-posix.cc deps: bump libfmt to v10.0.0 (#5635) 2023-06-18 17:36:39 -05:00
file-win32.cc chore: prefer fmt/core.h over fmt/format.h (#5404) 2023-04-16 15:34:19 -05:00
file.cc refactor: add tr_sys_dir_get_files() (#5412) 2023-04-18 16:23:20 -05:00
file.h refactor: rename tr_dirSpace() to tr_sys_path_capacity() (#5689) 2023-06-29 10:23:00 -05:00
global-ip-cache.cc refactor: global-ip-cache.cc nits (#5655) 2023-06-24 14:30:37 -05:00
global-ip-cache.h fix: fixes and improvements to global IP query (#5510) 2023-06-11 18:27:01 -05:00
handshake.cc perf: add StackBuffer using small::vector (#5672) 2023-06-27 10:51:20 -05:00
handshake.h perf: use a std::map to store peers in `tr_swarm` (#5645) 2023-06-22 15:21:44 -05:00
history.h underscores in documentation comments should be code escaped (#4639) 2023-01-23 10:26:11 -06:00
inout.cc refactor: use snake_case for libtransmission class methods (#5497) 2023-05-05 23:11:05 -05:00
inout.h perf: pass by reference (#4876) 2023-04-14 17:06:26 -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 docs: fix various typos and misspellings (#2955) 2022-04-21 09:28:38 -05:00
log.cc refactor: make tr_logGetQueueEnabled() private (#5693) 2023-06-29 14:19:40 -05:00
log.h refactor: make tr_logGetQueueEnabled() private (#5693) 2023-06-29 14:19:40 -05:00
lru-cache.h chore: update copyrights to 2023 (#4834) 2023-02-11 14:49:42 -06:00
magnet-metainfo.cc refactor: snake_case in libtransmission class methods (#5428) 2023-04-22 20:25:55 -05:00
magnet-metainfo.h refactor: snake_case in libtransmission class methods (#5428) 2023-04-22 20:25:55 -05:00
makelog refactor: misc-use-anonymous-namespace pt. 4 (#4550) 2023-01-07 12:58:16 -06:00
makemeta.cc feat: new default piece size calculation for transmission-create (#5615) 2023-06-22 11:50:57 -05:00
makemeta.h feat: new default piece size calculation for transmission-create (#5615) 2023-06-22 11:50:57 -05:00
mime-types.h chore: update copyrights to 2023 (#4834) 2023-02-11 14:49:42 -06:00
mime-types.js chore: update copyrights to 2023 (#4834) 2023-02-11 14:49:42 -06:00
net.cc perf: improve IPv4 `tr_address` comparison (#5651) 2023-06-26 21:17:32 -05:00
net.h refactor: followup/cleanup of `tr_global_ip_cache` PR (#5498) 2023-05-05 22:05:28 -05:00
open-files.cc refactor: use snake_case for libtransmission class methods (#5497) 2023-05-05 23:11:05 -05:00
open-files.h refactor: use snake_case for libtransmission class methods (#5497) 2023-05-05 23:11:05 -05:00
peer-common.h refactor: remove unused function tr_peer.bandwidth() (#5691) 2023-06-29 11:14:05 -05:00
peer-io.cc refactor: small again (#5666) 2023-06-25 12:33:32 -05:00
peer-io.h perf: add StackBuffer using small::vector (#5672) 2023-06-27 10:51:20 -05:00
peer-mgr-active-requests.cc refactor: small again (#5666) 2023-06-25 12:33:32 -05:00
peer-mgr-active-requests.h chore: update copyrights to 2023 (#4834) 2023-02-11 14:49:42 -06:00
peer-mgr-wishlist.cc chore: include directory name in libtransmission #includes (#5308) 2023-04-14 14:33:23 -05:00
peer-mgr-wishlist.h refactor: small again (#5666) 2023-06-25 12:33:32 -05:00
peer-mgr.cc perf: convert comparator functors to static constexpr (#5687) 2023-06-29 13:13:25 -05:00
peer-mgr.h perf: use a std::map to store peers in `tr_swarm` (#5645) 2023-06-22 15:21:44 -05:00
peer-mse.cc refactor: use reserve_space() in peer-io (#5532) 2023-05-17 13:57:27 -05:00
peer-mse.h refactor: use reserve_space() in peer-io (#5532) 2023-05-17 13:57:27 -05:00
peer-msgs.cc refactor: remove unused function tr_peer.bandwidth() (#5691) 2023-06-29 11:14:05 -05:00
peer-msgs.h fix: crash in peer stats (#5279) 2023-04-14 16:03:08 -05:00
peer-socket.cc refactor: small again (#5666) 2023-06-25 12:33:32 -05:00
peer-socket.h refactor: small again (#5666) 2023-06-25 12:33:32 -05:00
platform.cc refactor: add libsmall dependency (#5649) 2023-06-20 22:50:36 -05:00
platform.h chore: update copyrights to 2023 (#4834) 2023-02-11 14:49:42 -06:00
port-forwarding-natpmp.cc build: fix xcode build (#5521) 2023-05-19 23:17:24 -05:00
port-forwarding-natpmp.h chore: update copyrights to 2023 (#4834) 2023-02-11 14:49:42 -06:00
port-forwarding-upnp.cc chore: prefer fmt/core.h over fmt/format.h (#5404) 2023-04-16 15:34:19 -05:00
port-forwarding-upnp.h chore: update copyrights to 2023 (#4834) 2023-02-11 14:49:42 -06:00
port-forwarding.cc refactor: use snake_case for libtransmission class methods (#5497) 2023-05-05 23:11:05 -05:00
port-forwarding.h refactor: use snake_case for libtransmission class methods (#5497) 2023-05-05 23:11:05 -05:00
quark.cc Expose files' begin and end pieces via RPC (#5578) 2023-06-05 13:15:32 -05:00
quark.h Expose files' begin and end pieces via RPC (#5578) 2023-06-05 13:15:32 -05:00
resume.cc refactor: snake_case in libtransmission class methods (#5428) 2023-04-22 20:25:55 -05:00
resume.h fix: 5053 old torrent files keep appearing (#5117) 2023-03-01 20:12:19 -06:00
rpc-server.cc fix: broken unix socket support (#5665) 2023-06-24 13:57:20 -05:00
rpc-server.h fixup: dedup tr_rpc_address with tr_address (#5523) 2023-06-19 15:51:20 -05:00
rpcimpl.cc perf: convert comparator functors to static constexpr (#5687) 2023-06-29 13:13:25 -05:00
rpcimpl.h chore: update copyrights to 2023 (#4834) 2023-02-11 14:49:42 -06:00
session-alt-speeds.cc refactor: use snake_case for libtransmission class methods (#5497) 2023-05-05 23:11:05 -05:00
session-alt-speeds.h refactor: use snake_case for libtransmission class methods (#5497) 2023-05-05 23:11:05 -05:00
session-id.cc refactor: use snake_case for libtransmission class methods (#5497) 2023-05-05 23:11:05 -05:00
session-id.h refactor: use snake_case for libtransmission class methods (#5497) 2023-05-05 23:11:05 -05:00
session-settings.cc chore: prefer fmt/core.h over fmt/format.h (#5404) 2023-04-16 15:34:19 -05:00
session-settings.h fix: generate peer-id on launch (#5233) 2023-03-15 20:53:48 -05:00
session-thread.cc refactor: use snake_case for libtransmission class methods (#5497) 2023-05-05 23:11:05 -05:00
session-thread.h refactor: use snake_case for libtransmission class methods (#5497) 2023-05-05 23:11:05 -05:00
session.cc add support for sending the `ipv4` parameter during ltep handshake (#5643) 2023-06-20 10:51:07 -05:00
session.h add support for sending the `ipv4` parameter during ltep handshake (#5643) 2023-06-20 10:51:07 -05:00
stats.cc refactor: use snake_case for libtransmission class methods (#5497) 2023-05-05 23:11:05 -05:00
stats.h refactor: use snake_case for libtransmission class methods (#5497) 2023-05-05 23:11:05 -05:00
subprocess-posix.cc chore: prefer fmt/core.h over fmt/format.h (#5404) 2023-04-16 15:34:19 -05:00
subprocess-win32.cc chore: prefer fmt/core.h over fmt/format.h (#5404) 2023-04-16 15:34:19 -05:00
subprocess.h chore: update copyrights to 2023 (#4834) 2023-02-11 14:49:42 -06:00
timer-ev.cc refactor: use snake_case for libtransmission class methods (#5497) 2023-05-05 23:11:05 -05:00
timer-ev.h chore: update copyrights to 2023 (#4834) 2023-02-11 14:49:42 -06:00
timer.h refactor: use snake_case for libtransmission class methods (#5497) 2023-05-05 23:11:05 -05:00
torrent-ctor.cc refactor: snake_case in libtransmission class methods (#5428) 2023-04-22 20:25:55 -05:00
torrent-files.cc chore: prefer fmt/core.h over fmt/format.h (#5404) 2023-04-16 15:34:19 -05:00
torrent-files.h chore: update copyrights to 2023 (#4834) 2023-02-11 14:49:42 -06:00
torrent-magnet.cc fix: bug that prevented providing the final metadata piece (#5460) 2023-04-26 19:40:49 -05:00
torrent-magnet.h fix: magnet links are always paused when added (#4856) 2023-02-13 12:33:33 -06:00
torrent-metainfo.cc refactor: snake_case in libtransmission class methods (#5428) 2023-04-22 20:25:55 -05:00
torrent-metainfo.h refactor: snake_case in libtransmission class methods (#5428) 2023-04-22 20:25:55 -05:00
torrent.cc perf: convert comparator functors to static constexpr (#5687) 2023-06-29 13:13:25 -05:00
torrent.h refactor: use snake_case for libtransmission class methods (#5497) 2023-05-05 23:11:05 -05:00
torrents.cc perf: convert comparator functors to static constexpr (#5687) 2023-06-29 13:13:25 -05:00
torrents.h refactor: snake_case in libtransmission class methods (#5428) 2023-04-22 20:25:55 -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: include directory name in libtransmission #includes (#5308) 2023-04-14 14:33:23 -05:00
tr-assert.h chore: update copyrights to 2023 (#4834) 2023-02-11 14:49:42 -06: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 refactor: remove libtransmission::Buffer (#5676) 2023-06-27 19:06:25 -05:00
tr-dht.cc refactor: use snake_case for libtransmission class methods (#5497) 2023-05-05 23:11:05 -05:00
tr-dht.h refactor: use snake_case for libtransmission class methods (#5497) 2023-05-05 23:11:05 -05:00
tr-getopt.cc chore: prefer fmt/core.h over fmt/format.h (#5404) 2023-04-16 15:34:19 -05:00
tr-getopt.h chore: update copyrights to 2023 (#4834) 2023-02-11 14:49:42 -06:00
tr-lpd.cc refactor: use snake_case for libtransmission class methods (#5497) 2023-05-05 23:11:05 -05:00
tr-lpd.h chore: update copyrights to 2023 (#4834) 2023-02-11 14:49:42 -06:00
tr-macros.h chore: update copyrights to 2023 (#4834) 2023-02-11 14:49:42 -06:00
tr-popcount.h fix: Remove faulty `popcnt` features checks for MSVC [#4872] (#4886) 2023-02-18 02:11:56 +00:00
tr-strbuf.h chore: prefer fmt/core.h over fmt/format.h (#5404) 2023-04-16 15:34:19 -05:00
tr-udp.cc add support for sending the `ipv4` parameter during ltep handshake (#5643) 2023-06-20 10:51:07 -05:00
tr-utp.cc refactor: use snake_case for libtransmission class methods (#5497) 2023-05-05 23:11:05 -05:00
tr-utp.h chore: update copyrights to 2023 (#4834) 2023-02-11 14:49:42 -06:00
transmission.h refactor: replace some C idioms with C++ ones (#5656) 2023-06-22 17:58:16 -05:00
utils-ev.cc chore: include directory name in libtransmission #includes (#5308) 2023-04-14 14:33:23 -05:00
utils-ev.h chore: update copyrights to 2023 (#4834) 2023-02-11 14:49:42 -06:00
utils.cc refactor: rename tr_dirSpace() to tr_sys_path_capacity() (#5689) 2023-06-29 10:23:00 -05:00
utils.h refactor: rename tr_dirSpace() to tr_sys_path_capacity() (#5689) 2023-06-29 10:23:00 -05:00
utils.mm fix: potential NSString leak in tr_strv_convert_utf8() 2023-04-11 17:36:22 -05:00
variant-benc.cc perf: add StackBuffer using small::vector (#5672) 2023-06-27 10:51:20 -05:00
variant-common.h chore: update copyrights to 2023 (#4834) 2023-02-11 14:49:42 -06:00
variant-converters.cc chore: prefer fmt/core.h over fmt/format.h (#5404) 2023-04-16 15:34:19 -05:00
variant-json.cc perf: add StackBuffer using small::vector (#5672) 2023-06-27 10:51:20 -05:00
variant.cc refactor: add libsmall dependency (#5649) 2023-06-20 22:50:36 -05:00
variant.h chore: update copyrights to 2023 (#4834) 2023-02-11 14:49:42 -06:00
verify.cc chore: remove tr_wait(); use std::this_thread::sleep_for() (#5683) 2023-06-29 08:51:39 -05:00
verify.h refactor: use snake_case for libtransmission class methods (#5497) 2023-05-05 23:11:05 -05:00
version.h.in build: support semver versioning (#3867) 2022-10-05 16:53:10 -05:00
watchdir-base.h refactor: use snake_case for libtransmission class methods (#5497) 2023-05-05 23:11:05 -05:00
watchdir-generic.cc refactor: use snake_case for libtransmission class methods (#5497) 2023-05-05 23:11:05 -05:00
watchdir-inotify.cc chore: include directory name in libtransmission #includes (#5308) 2023-04-14 14:33:23 -05:00
watchdir-kqueue.cc chore: include directory name in libtransmission #includes (#5308) 2023-04-14 14:33:23 -05:00
watchdir-win32.cc chore: include directory name in libtransmission #includes (#5308) 2023-04-14 14:33:23 -05:00
watchdir.cc refactor: add tr_sys_dir_get_files() (#5412) 2023-04-18 16:23:20 -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: prefer fmt/core.h over fmt/format.h (#5404) 2023-04-16 15:34:19 -05:00
web-utils.h chore: prefer fmt/core.h over fmt/format.h (#5404) 2023-04-16 15:34:19 -05:00
web.cc chore: remove tr_wait(); use std::this_thread::sleep_for() (#5683) 2023-06-29 08:51:39 -05:00
web.h refactor: small again (#5666) 2023-06-25 12:33:32 -05:00
webseed.cc refactor: remove unused function tr_peer.bandwidth() (#5691) 2023-06-29 11:14:05 -05:00
webseed.h chore: update copyrights to 2023 (#4834) 2023-02-11 14:49:42 -06:00