~spvkgn/transmission/+git/transmission:main

Last commit made on 2024-06-02
Get this branch:
git clone -b main https://git.launchpad.net/~spvkgn/transmission/+git/transmission

Branch merges

Branch information

Recent commits

2c2011d... by Yat Ho <email address hidden>

fix: update partial file suffix after verifying torrent (#6871)

* fix: only update piece completion if different

* fix: remove return statement from void function

* refactor: add `tr_torrent::has_file()`

* fix: update file suffixes after verifying torrent

* fix: tests

acee39e... by =?utf-8?b?Q8WTdXI=?= <email address hidden>

refactor: harden idle_seconds (#6834)

* Hardening idle_seconds

* code review: revert "size_t to time_t" because time_t isn't guaranted to be signed in the C spec

78027a8... by Yat Ho <email address hidden>

refactor: cleanup build for miniupnp (#6665)

* fix: remove redundant/outdated miniupnp cmake definitions

* refactor: simplify miniupnpc includes

* fix path to miniupnp

* fix: Xcode project

* fixup! fix: Xcode project

* code review: Xcode changes from mikedld

* refactor: drop miniupnpc support below `1.7`

efec650... by Yat Ho <email address hidden>

fix: don't call `tr_logAddTraceIo` before `tr_peerIo::set_socket()` (#6881)

* fix: add fallback for invalid address display name

* fix: only call tr_logAddTraceIo after `tr_peerIo::set_socket()` is called

* chore: housekeeping

* code review: handle `nullptr` from `inet_ntop()` instead

* code review: remove unclear comment

* code review: dedupe peerIo bandwidth log

f3f887c... by Laura Kirsch <email address hidden>

libtransmission: fix copyright header generation (#6874)

This is related to #4850 since libtransmission/mime-types.js generates
libtransmission/mime-types.h and puts it there.
Also add a note that the file is automatically generated for good measure.

2b75869... by Charles Kerr

fix: cert-err58 warning in declaration of TrayIconName, AppIconName, AppName (#6861)

a18fca5... by Yat Ho <email address hidden>

fix: reset wishlist when stopping torrent (#6869)

d467fa1... by "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com>

chore: update generated transmission-web files (#6865)

Co-authored-by: ckerr <email address hidden>

63e74f4... by niol

webui: enable click to hide inspector (#6863)

6132706... by Charles Kerr

chore: iwyu (#6864)

* chore: do not include <set> unless we use it

* chore: do not include <map> unless we use it

* chore: do not include <string> unless we use it

* chore: do not include <list> unless we use it

* chore: do not include <memory> unless we use it

* chore: do not include <optional> unless we use it

* chore: do not include <functional> unless we use it