Cœur
Cœur
Follow up on #4856 for the opposite issue. `tr_ctorSetPaused(ctor, TR_FORCE, true);` is erasing the information regarding `start_when_stable`, which makes it impossible to restore the magnet expectations when app is restarted....
This is a enhancement for the macOS app: added missing support for showing "Show Toolbar" after hiding the toolbar.  As this requires translations,...
In French, "Port:" should be "Port :", like the other strings.  Harmonizing the format with other strings, I'm changing the localized string "Port"...
New feature: display stats for known peers (instead of just stats for connected peers). Some other torrent clients already have this feature, and I feel this is kind of a...
### What is the issue? Pausing my transfers doesn't pause webseeds. [edit] Actually, it may be pausing the webseed downloads, but after a while (like after 1 minute). https://user-images.githubusercontent.com/839992/219618664-5a18c2a5-4db0-482f-8e53-3f262295f02c.mov ###...
A minor warning fix: >Implicit conversion loses integer precision: 'NSInteger' (aka 'long') to 'int'
Adopting the Xcode recommended build settings in cmake: - Xcode "new build system" (POLICY CMP0114) - `-fobjc-weak` - `-dead_strip`
Crash of Transmission ad125edea9 while I was simply using Safari, so Transmission was in the background. Transmission built from sources with cmake. MacOS Ventura Beta 7 (22A5342f). ``` ------------------------------------- Translated...
### What is the issue? Problem: We presently use https://github.com/mnunberg/jsonsl which isn't enough actively maintained. Solution: we replace jsonsl.c with [nlohmann](https://github.com/nlohmann/json) or [rapidjson](https://github.com/Tencent/rapidjson) or [simdjson](https://github.com/simdjson/simdjson).
Verified with godbolt: - when using clang 17, it's 170000: https://godbolt.org/z/MTzb8va48 - when using clang 16, it's 160000: https://godbolt.org/z/8avxvq7rj