Cœur

Results 94 issues of 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....

scope:mac
type:feat
needs code review
semver:minor

This is a enhancement for the macOS app: added missing support for showing "Show Toolbar" after hiding the toolbar. ![Capture d’écran 2022-12-20 à 20 27 54](https://user-images.githubusercontent.com/839992/208667515-b7c5a0f5-53e0-40eb-8be0-054b9513390d.png) As this requires translations,...

scope:mac
i18n
type:feat
needs UI review
semver:minor

In French, "Port:" should be "Port :", like the other strings. ![Capture d’écran 2022-12-23 à 18 15 09](https://user-images.githubusercontent.com/839992/209319795-daa7ab7a-26a7-4a47-8999-e94668aa3491.png) Harmonizing the format with other strings, I'm changing the localized string "Port"...

scope:mac
i18n

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...

semver:minor

### 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 ###...

scope:core
bug:regression

A minor warning fix: >Implicit conversion loses integer precision: 'NSInteger' (aka 'long') to 'int'

scope:mac
type:refactor
notes:none

Adopting the Xcode recommended build settings in cmake: - Xcode "new build system" (POLICY CMP0114) - `-fobjc-weak` - `-dead_strip`

type:build
notes:none
semver:minor

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...

scope:core
bug:regression

### 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).

scope:core
pr welcome
scope:3rdparty
semver:minor

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