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
Age
Commit message (
Expand
)
Author
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
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-09-18
Everywhere: Fix order of includes and #pragma once
Ben Wiederhake
2022-08-14
LibCore+LibIPC: Recognise %uid in path
Lucas CHOLLET
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-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-25
SpiceAgent: Rename ClipboardServerConnection
Itamar
2022-02-25
Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServer
Itamar
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-15
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
sin-ack
2021-11-28
SpiceAgent: Port to LibMain :^)
Andreas Kling
2021-11-21
LibGfx: Make ImageDecoderPlugin::frame() return ErrorOr<>
Andreas Kling
2021-11-18
LibGfx: Remove ImageDecoderPlugin::bitmap() in favor of frame(index)
Andreas Kling
2021-11-13
SpiceAgent: Use image decoder plugins instead of deprecated wrappers
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create_wrapper()
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> in Core::AnonymousBuffer
Andreas Kling
2021-11-02
Services: Fix visibility of Object-derivative constructors
Ben Wiederhake
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-15
SpiceAgent: Add Clipboard as a build dependency
Gunnar Beutner
2021-07-14
SpiceAgent: Support copying and pasting images
x-yl
2021-07-14
SpiceAgent: Add a new spice agent service :^)
x-yl