apio pushed to main at apio/Luna 2024-09-07 15:42:03 +00:00
bbe1eca711 utils: Add a hackish "logout" command
apio pushed to main at apio/Luna 2024-09-07 15:33:56 +00:00
e7d361ca51 startui: Remove /tmp/launch.sock as root
bb6759986e libos/LocalServer: Clean up socket file on exit
Compare 2 commits »
apio closed issue apio/Luna#47 2024-09-07 15:33:56 +00:00
loginui: Can't log in to a non-privileged user session after logging in to a different user
apio opened issue apio/Luna#47 2024-09-07 15:25:12 +00:00
loginui: Can't log in to a non-privileged user session after logging in to a different user
apio pushed to main at apio/Luna 2024-09-07 15:17:26 +00:00
4cc8a44ec7 all: Update release to 0.7.0 "Pulsar"
apio pushed to main at apio/Luna 2024-09-07 14:52:57 +00:00
0a9578c1ec libui/Font: Use RefString
1fc2da4fb0 taskbar: Use os::ConfigFile instead of manually parsing app files
Compare 2 commits »
apio pushed to main at apio/Luna 2024-09-07 14:36:11 +00:00
9c4f20790f CI: Undo artifact stuff
apio pushed to main at apio/Luna 2024-09-01 12:17:29 +00:00
0a143e8729 CI: Use different artifact provider
apio pushed to main at apio/Luna 2024-09-01 12:12:52 +00:00
d4237d10a0 CI: Fix actions syntax
apio pushed to main at apio/Luna 2024-09-01 12:12:02 +00:00
b24aa1821c CI: Upload built ISOs
apio pushed to main at apio/Luna 2024-09-01 10:40:43 +00:00
7c0ff8c75a libos+init: Add a standard API for config file access
a11aa7a2d0 libluna: Add a reference-counted immutable string type
0abd9153ae tools+libluna: Make new and delete weak to avoid conflicts with libstdc++
Compare 3 commits »
apio pushed to main at apio/Luna 2024-08-09 16:53:04 +00:00
abbfd5825f kernel: Make StorageCache have a reference to its parent BlockDevice
apio pushed to main at apio/Luna 2024-07-31 17:50:28 +00:00
bfb45c7d4a gui: Add a login UI and support the os::IPC::Notifier API
d3fbddb191 taskbar: Use SIGQUIT to restart
0ab8efd405 libos+init: Add a Notifier API to know when child processes have finished initialization
2aefbdc4ee libos: Fix Action
15dc71e8e1 libui/InputField: Fix a few bugs and add a clear() method
Compare 5 commits »
apio pushed to main at apio/Luna 2024-07-21 11:24:57 +00:00
140910763e all: Reorder directory structure
apio pushed to main at apio/Luna 2024-07-21 11:08:02 +00:00
829f455129 apps: Add arch
apio pushed to main at apio/Luna 2024-07-21 10:52:18 +00:00
d10cb10404 libluna/SHA: Reuse the m_message buffer to avoid duplicating the data to hash
c97876bba0 kernel/ATA: Avoid assuming endianness
Compare 2 commits »
apio pushed to main at apio/Luna 2024-07-20 14:34:36 +00:00
31c36b9b83 tests: Add tests for SHA256
apio pushed to main at apio/Luna 2024-07-20 14:26:17 +00:00
5fe0507ab1 libc+libluna: Add endianness-dependent functions and use them in SHA256
apio pushed to main at apio/Luna 2024-07-20 14:12:56 +00:00
e1c287a45b libluna: Return a new Digest structure instead of a Buffer from SHA256
apio pushed to main at apio/Luna 2024-07-20 13:51:10 +00:00
db2f91b1fb libluna+apps: Add a SHA256 hash implementation