summaryrefslogtreecommitdiff
path: root/Userland/Services/SpiceAgent
AgeCommit message (Expand)Author
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-12-08LibGfx+Userland: Make PNGWriter::encode() return ErrorOr<ByteBuffer>Andreas Kling
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
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-09-18Everywhere: Fix order of includes and #pragma onceBen Wiederhake
2022-08-14LibCore+LibIPC: Recognise %uid in pathLucas CHOLLET
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-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-25SpiceAgent: Rename ClipboardServerConnectionItamar
2022-02-25Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServerItamar
2022-01-24Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOrSam Atkins
2022-01-15LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServersin-ack
2021-11-28SpiceAgent: Port to LibMain :^)Andreas Kling
2021-11-21LibGfx: Make ImageDecoderPlugin::frame() return ErrorOr<>Andreas Kling
2021-11-18LibGfx: Remove ImageDecoderPlugin::bitmap() in favor of frame(index)Andreas Kling
2021-11-13SpiceAgent: Use image decoder plugins instead of deprecated wrappersAndreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_create()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_create_wrapper()Andreas Kling
2021-11-08LibCore: Use ErrorOr<T> in Core::AnonymousBufferAndreas Kling
2021-11-02Services: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-09-06Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safeAli Mohammad Pur
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-15SpiceAgent: Add Clipboard as a build dependencyGunnar Beutner
2021-07-14SpiceAgent: Support copying and pasting imagesx-yl
2021-07-14SpiceAgent: Add a new spice agent service :^)x-yl