aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/app/app.go
AgeCommit message (Expand)Author
2025-09-25internal: remove sys packageOphestra
2025-09-24internal/app: unexport outcome, remove app structOphestra
2025-09-12internal/hlog: remove error wrappingOphestra
2025-08-30container: wrap container init start errorsOphestra
2025-08-28internal/app: remove seal interfaceOphestra
2025-08-28internal/app: remove app interfaceOphestra
2025-08-28internal/app: update doc commentsOphestra
2025-07-03app: remove split implementationOphestra
2025-07-02cmd/hakurei: move to cmdOphestra
2025-06-25treewide: rename to hakureiOphestra
2025-04-12app/instance: wrap internal implementationOphestra
2025-04-12app: rename app implementation packageOphestra
2025-03-25app: run in native sandboxOphestra
2025-02-21app: separate instance from process stateOphestra
2025-02-19app: defer system.I revertOphestra
2025-02-19app: separate appSeal finalise methodOphestra
2025-02-19app: merge seal with sysOphestra
2025-02-19app: embed appSeal in app structOphestra
2025-02-19app: store values with string representationOphestra
2025-02-18app: separate interface from implementationOphestra
2025-02-18sys: rename from linuxOphestra
2025-02-16internal: move shim and init into appOphestra
2025-02-08helper/proc: move package out of internalOphestra
2025-01-21state: store config in separate gob streamOphestra
2025-01-17proc/priv/shim: merge shim into main programOphestra
2025-01-15app: expose single run methodOphestra
2024-12-20migrate to git.gensokyo.uk/security/fortifyOphestra Umiker
2024-12-18fst: rename from fipcOphestra Umiker
2024-12-18fipc: export config structOphestra Umiker
2024-11-16app: integrate fsuOphestra Umiker
2024-11-02cmd: shim and init into separate binariesOphestra Umiker
2024-10-27shim: user switcher process management structOphestra Umiker
2024-10-23internal: wrap calls to os standard library functionsOphestra Umiker
2024-10-21shim: abort setup on failed start and process exitOphestra Umiker
2024-10-21app: move wayland mediation to shim packageOphestra Umiker
2024-10-20app: move app ID to app structOphestra Umiker
2024-10-16app: port app to use the system packageOphestra Umiker
2024-10-11app: migrate to new shim implementationOphestra Umiker
2024-09-22app: clean up interactions and handle all application state and setup/teardownOphestra Umiker