Charles Kerr
5a8aab2c2d
fixup! fix: omit curlopt options if curl is old ( #4675 )
2023-01-26 16:03:11 -06:00
Nick
b5339273d0
quick fix: changed order of some session prefs ( #4676 )
2023-01-26 14:38:39 -06:00
Charles Kerr
b1744d513e
fix: omit curlopt options if curl is old ( #4675 )
2023-01-26 12:52:32 -06:00
Charles Kerr
aabf1b7e0a
fix: remove CURL_VERSION_BITS macro ( #4673 )
...
Fixes #4671 .
2023-01-26 11:25:53 -06:00
Charles Kerr
862abe909c
fix: bugprone-unchecked-optional-access warnings in tests ( #4672 )
2023-01-26 10:50:42 -06:00
anarcat
331e1699bc
add remote HTTPS support to Qt GUI ( #4622 )
2023-01-26 00:24:04 -06:00
Charles Kerr
23bb8fa32e
fix: detect NPM version for ENABLE_WEB in cmake ( #4669 )
2023-01-25 22:17:24 -06:00
github-actions[bot]
f2363fecdc
chore: update generated transmission-web files ( #4664 )
2023-01-25 16:00:51 -06:00
Charles Kerr
a6713dbcd3
chore: revert 5b14df51c
( #4663 )
...
no longer needed; a bot generates the webpacked files
2023-01-25 15:00:23 -06:00
Charles Kerr
f01191edbc
fix: ensure prefs window is centered the first time shown ( #4659 )
2023-01-25 14:30:06 -06:00
Charles Kerr
f24368efb7
build: add webapp github actions ( #4658 )
2023-01-25 13:22:11 -06:00
Charles Kerr
c81d0b130c
refactor: add tr_error_set_from_errno() ( #4662 )
2023-01-25 12:20:10 -06:00
Gary Elshaw
c7b9eaff12
Remove 'Message Log' item from sys tray ( #4656 )
...
Fixes : #3773
2023-01-24 18:52:52 -06:00
Charles Kerr
49b7478121
fixup! build: minor ci cleanup ( #4652 )
...
fix: github action oops in brew update
2023-01-24 15:52:59 -06:00
Charles Kerr
b055b98d0f
build: minor ci cleanup ( #4652 )
...
* chore: show js webpack stats when building
* chore: use npm ci for code_style to avoid overwriting package-lock.json
* chore: add brew-update to macos ci
* remove webpack-dev-server from deps
2023-01-24 01:02:48 -06:00
Charles Kerr
977a190646
fix: msvc warnings ( #4651 )
...
* fix: C4189 local variable is initialized but not referenced
* fix: C4706 assignment within conditional expression
* fix: C4018 signed/unsigned mismatch
* fix: warning C4996 High-DPI scaling is always enabled.
* fix: C4996: QApplication::fontMetrics() is deprecated
eed5514eaf
2023-01-23 19:24:52 -06:00
Charles Kerr
5fe95ad5b0
fix: out-of-tree build ( #4641 )
...
- in cmake, add transmission-web build target
- in cmake, test for `npm` if we're building transmission-web
- add npm to CI install deps; build transmission-web as needed
2023-01-23 15:59:41 -06:00
Charles Kerr
5b14df51cb
build: downgrade web deps ( #4644 )
...
revert to older transmission-web build dependencies
to make it easier to build on stock older systems, e.g.
Ubuntu 20.04 which ships with Node 10.
2023-01-23 14:50:21 -06:00
Charles Kerr
e3a577c2d8
chore: pin brew libpsl to 0.21.1 ( #4640 )
...
temporary workaround for Homebrew/homebrew-core/issues/121081
2023-01-23 10:38:18 -06:00
Cœur
c89edcd1f6
underscores in documentation comments should be code escaped ( #4639 )
2023-01-23 10:26:11 -06:00
Charles Kerr
53815e5eb3
build: build transmission-web with npm instead of yarn ( #4637 )
2023-01-22 14:47:59 -06:00
Charles Kerr
7367d465b5
style: use the new paragraph comment style everywhere ( #4634 )
2023-01-22 13:21:30 -06:00
Charles Kerr
0f4077a445
fix: announcer not updated after torrent announce list edited ( #4635 )
2023-01-22 11:53:08 -06:00
Luukas Pörtfors
980cc6f922
fix(remote): Crash caused by typo when displaying tracker info ( #4633 )
2023-01-22 08:50:46 -06:00
Charles Kerr
43bb4bc1c8
refactor: remove unused declarations from tr-macros.h ( #4630 )
2023-01-21 17:53:58 -06:00
Derek Reiff
506439f099
fix: when comparing priority for rpc call, cast to string first ( #4610 )
2023-01-21 14:23:41 -06:00
Charles Kerr
b5c9e3d697
fix: clang-tidy warnings in libtransmission/transmission.h ( #4628 )
2023-01-21 13:49:43 -06:00
Luukas Pörtfors
7eef715105
fix(remote): Don't draw "Yes" or "No" as an integer ( #4624 )
2023-01-21 12:42:53 -06:00
Charles Kerr
c03e9b1a8e
fix: largefile support cmake tests ( #4627 )
2023-01-21 12:20:10 -06:00
Mike Gelfand
0da0a55259
Destroy message dialog on error ( #3805 regression) ( #4625 )
2023-01-21 15:56:38 +00:00
Mike Gelfand
bd72b8c3fc
Fix clang-tidy issues stemming from header files (GTK client) ( #4623 )
...
* Fix `readability-avoid-const-params-in-decls` clang-tidy issues
* Fix `bugprone-macro-parentheses` clang-tidy issues
* Fix `modernize-use-using` clang-tidy issues
* Fix `readability-named-parameter` clang-tidy issues
* Fix `cppcoreguidelines-owning-memory` clang-tidy issues
* Fix `cppcoreguidelines-special-member-functions` clang-tidy issues
* Fix `cppcoreguidelines-macro-usage` clang-tidy issues
* Fix `modernize-use-nodiscard` clang-tidy issues
* Fix `cppcoreguidelines-macro-usage` clang-tidy issues
* Add headers filter for /gtk/ subdirectory
2023-01-21 12:06:20 +00:00
InsaneKnight
8755207dcf
fix: semantics for tr_peer_socket dtor, move ctor, and move assignment
...
Default implementations for these functions may leak sockets during
destructing and moving.
2023-01-20 02:28:56 -06:00
Dmitry Antipov
770da79cf3
daemon: check whether log file is regular and may be flushed ( #4612 )
2023-01-18 12:46:57 -06:00
Charles Kerr
33a7d131b4
feat: add setting to choose between lazy-verify or full verify ( #4611 )
2023-01-18 02:09:29 -06:00
Charles Kerr
3bc1a1be04
fix: when setting Accept-Encoding to identity, disable curl decoding. ( #4609 )
...
Also, change `CURLOPT_ENCODING` usage to `CURLOPT_ACCEPT_ENCODING`.
This key was renamed upstream in 7.21.6; our CURL_MINIMUM is 7.28.0.
Fixes #753 .
2023-01-17 16:07:10 -06:00
Charles Kerr
75876e92e0
build: revert the minimum libdeflate version to 1.10 ( #4607 )
2023-01-17 12:45:08 -06:00
Charles Kerr
74c8248237
refactor: remove vector from pieces view ( #4587 )
2023-01-17 09:10:23 -06:00
Cœur
e4c5981545
feat: log which tracker is giving a warning ( #4544 )
2023-01-17 01:46:43 -06:00
Gary Elshaw
6a3ead4c5d
Add files via upload ( #4557 )
2023-01-16 23:55:52 -06:00
Charles Kerr
acd5d28fb1
fix: handle webseed servers that do not serve partial content ( #4601 )
...
Fixes #4595 .
2023-01-16 15:08:25 -06:00
Dmitry Antipov
bd461e1081
refactor: use std::function for announcer callback ( #4575 )
2023-01-15 12:37:54 -06:00
Charles Kerr
854e01e893
build: bump libdeflate snapshot to 1.17 ( #4596 )
...
* build: bump libdeflate snapshot to 1.17
* Link to static libdeflate
Disable shared library and gzip program (both unused)
* Use platform-specific libdeflate library name
Co-authored-by: Mike Gelfand <mikedld@users.noreply.github.com>
2023-01-15 09:55:16 -06:00
Clément Fauchereau
096db96bca
fix: two Help menus in macOS ( #4500 )
2023-01-14 15:25:57 -06:00
Dmitry Antipov
acbf483bae
refactor: switch to C++11-compatible tr_wait() from tr_wait_msec() ( #4576 )
2023-01-12 12:03:14 -06:00
Dmitry Antipov
a5c7b65869
perf: avoid extra time() call ( #4577 )
2023-01-11 09:26:58 -06:00
Dmitry Antipov
0af121004c
chore: remove unused callback arg ( #4573 )
2023-01-10 14:47:53 -06:00
Charles Kerr
e4b480ecd4
fix: tr_torrentStat() acquires a session thread lock ( #4571 )
2023-01-10 09:05:31 -06:00
Charles Kerr
e4625cec0b
fix: return nullptr for getPrimaryMimeType() ( #4569 )
2023-01-09 16:30:12 -06:00
Charles Kerr
2b89ee508b
feat: change 403 error message ( #4567 )
2023-01-09 10:52:19 -06:00
Charles Kerr
8b1290c895
build: remove explicit iconv dependency in libtransmission ( #4565 )
2023-01-08 22:21:31 -06:00