index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Services
/
SpiceAgent
/
main.cpp
Age
Commit message (
Expand
)
Author
2023-06-03
SpiceAgent: Exit early if `SPICE_DEVICE` doesn't exist
Caoimhe
2023-06-03
SpiceAgent: Don't pledge `cpath` or open SPICE_DEVICE as `rwc`
Caoimhe
2023-05-22
SpiceAgent: Gracefully exit when the Spice server disconnects
Timothy Flynn
2023-05-21
SpiceAgent: Handle file transfer requests properly :^)
Caoimhe
2023-05-21
SpiceAgent: Implement setting the user's clipboard contents for text
Caoimhe
2023-05-21
SpiceAgent: Let's start rewriting the messaging system :^)
Caoimhe
2023-01-13
Userland: Remove a bunch of unveil calls on /sys/kernel/processes
Liav A
2023-01-07
Everywhere: Remove "LibC/" includes, add lint-rule against it
Ben Wiederhake
2022-10-25
Services: Use new global variables at /sys/kernel/ directory
Liav A
2022-10-17
SpiceAgent: Add unveil call on the /proc/all node path
Liav A
2022-10-15
NetworkSettings+SpiceAgent: Update and add required unveil paths
ne0ndrag0n
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-03
Services: Use default execpromises parameter to `pledge(..)`
Brian Gianforcaro
2022-02-25
SpiceAgent: Rename ClipboardServerConnection
Itamar
2022-02-25
Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServer
Itamar
2021-11-28
SpiceAgent: Port to LibMain :^)
Andreas Kling
2021-07-14
SpiceAgent: Add a new spice agent service :^)
x-yl