| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-24 | internal/app: do not return from shim start | Ophestra | |
| The whole RunState ugliness and the other horrendous error handling conditions for internal/app come from an old design proposal for maintaining all app containers under the same daemon process for a user. The proposal was ultimately rejected but the implementation remained. It is removed here to alleviate internal/app from much of its ugliness and unreadability. Signed-off-by: Ophestra <cat@gensokyo.uk> | |||
| 2025-07-03 | app: remove split implementation | Ophestra | |
| It is completely nonsensical and highly error-prone to have multiple implementations of this in the same build. This should be switched at compile time instead therefore the split packages are pointless. Signed-off-by: Ophestra <cat@gensokyo.uk> | |||
