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
Age
Commit message (
Expand
)
Author
2021-12-04
LibSQL: Improve error handling
Jan de Visser
2021-11-30
LookupServer: Remove unused this capture in a lambda function
Hendiadyoin1
2021-11-30
KeyboardPreferenceLoader: Use Core::System::ioctl()
Andreas Kling
2021-11-30
DHCPClient: Port to LibMain :^)
Andreas Kling
2021-11-30
KeyboardPreferenceLoader: Port to LibMain :^)
Andreas Kling
2021-11-30
AudioServer: Port to LibMain :^)
Andreas Kling
2021-11-30
ChessEngine: Port to LibMain :^)
Andreas Kling
2021-11-30
InspectorServer: Port to LibMain :^)
Andreas Kling
2021-11-30
LibCore: Change Core::LocalServer::on_ready_to_accept => on_accept
Andreas Kling
2021-11-30
WebContent: Remove unnecessary client map
Andreas Kling
2021-11-30
ImageDecoder: Remove unnecessary client map
Andreas Kling
2021-11-30
Kernel: Register Virtio console ports with device management
Jelle Raaijmakers
2021-11-29
ImageDecoder: Fix assertion after failed decode
Andreas Kling
2021-11-28
SpiceAgent: Port to LibMain :^)
Andreas Kling
2021-11-28
LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void>
Andreas Kling
2021-11-28
LibIPC: Make IPC::Connection::post_message() return ErrorOr
Andreas Kling
2021-11-28
LibAudio: New error propagation API in Loader and Buffer
kleines Filmröllchen
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-26
Userland: Use Core::ArgsParser's Vector<StringView> API everywhere
Andreas Kling
2021-11-26
WindowServer: Clear wallpaper if the requested path is empty
Karol Kosek
2021-11-24
Kernel: Allow higher audio sample rates than 65kHZ (`u16`)
Jelle Raaijmakers
2021-11-24
WebContent: Support inspection of DOM in nested browsing contexts
Vyacheslav Pukhanov
2021-11-24
CrashDaemon: Port to LibMain :^)
Andreas Kling
2021-11-24
Clipboard: Port to LibMain :^)
Andreas Kling
2021-11-23
LookupServer: Port to LibMain :^)
Andreas Kling
2021-11-23
NotificationServer: Port to LibMain :^)
Andreas Kling
2021-11-23
ConfigServer: Port to LibMain :^)
Andreas Kling
2021-11-23
WebServer: Port to LibMain :^)
Andreas Kling
2021-11-23
Taskbar: Port to LibMain :^)
Andreas Kling
2021-11-23
LibCore+AK: Move MappedFile from AK to LibCore
Andreas Kling
2021-11-23
LoginServer: Port to LibMain :^)
Andreas Kling
2021-11-23
LibCore: Make LocalSocket takeover mechanism return ErrorOr<T>
Andreas Kling
2021-11-23
LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore
Andreas Kling
2021-11-23
RequestServer: Port to LibMain :^)
Andreas Kling
2021-11-23
ImageDecoder: Port to LibMain :^)
Andreas Kling
2021-11-23
WebSocket: Port to LibMain :^)
Andreas Kling
2021-11-23
FileSystemAccessServer: Port to LibMain :^)
Andreas Kling
2021-11-23
WebContent: Port to LibMain :^)
Andreas Kling
2021-11-22
WindowServer: Port to LibMain :^)
Andreas Kling
2021-11-21
Everywhere: Fix spelling of "offsetted"
Andreas Kling
2021-11-21
LibGfx: Make ImageDecoderPlugin::frame() return ErrorOr<>
Andreas Kling
2021-11-21
SystemServer+kcov-example: Make /dev/kcov0 available again
Ben Wiederhake
2021-11-21
AudioServer: Use `strerror` correctly in Mixer
Jelle Raaijmakers
2021-11-20
CrashReporter: Unlink coredump file on exit
Itamar
2021-11-18
LibWeb: Move BrowsingContext into HTML/
Andreas Kling
2021-11-18
LibGfx: Remove ImageDecoderPlugin::bitmap() in favor of frame(index)
Andreas Kling
2021-11-18
ConfigServer: Add methods to list groups and keys
faxe1008
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-11-17
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
Andreas Kling
2021-11-15
Audio: Fix code smells and issues found by static analysis
kleines Filmröllchen
[next]