summaryrefslogtreecommitdiff
path: root/Userland/Services/SpiceAgent/main.cpp
AgeCommit message (Expand)Author
2023-06-03SpiceAgent: Exit early if `SPICE_DEVICE` doesn't existCaoimhe
2023-06-03SpiceAgent: Don't pledge `cpath` or open SPICE_DEVICE as `rwc`Caoimhe
2023-05-22SpiceAgent: Gracefully exit when the Spice server disconnectsTimothy Flynn
2023-05-21SpiceAgent: Handle file transfer requests properly :^)Caoimhe
2023-05-21SpiceAgent: Implement setting the user's clipboard contents for textCaoimhe
2023-05-21SpiceAgent: Let's start rewriting the messaging system :^)Caoimhe
2023-01-13Userland: Remove a bunch of unveil calls on /sys/kernel/processesLiav A
2023-01-07Everywhere: Remove "LibC/" includes, add lint-rule against itBen Wiederhake
2022-10-25Services: Use new global variables at /sys/kernel/ directoryLiav A
2022-10-17SpiceAgent: Add unveil call on the /proc/all node pathLiav A
2022-10-15NetworkSettings+SpiceAgent: Update and add required unveil pathsne0ndrag0n
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-03Services: Use default execpromises parameter to `pledge(..)`Brian Gianforcaro
2022-02-25SpiceAgent: Rename ClipboardServerConnectionItamar
2022-02-25Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServerItamar
2021-11-28SpiceAgent: Port to LibMain :^)Andreas Kling
2021-07-14SpiceAgent: Add a new spice agent service :^)x-yl