summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
2021-05-27DHCPClient: Rename struct members for InterfaceDescriptorGunnar Beutner
2021-05-27DHCPClient: Remove unused #includesGunnar Beutner
2021-05-27DHCPClient: Resend DHCP packets when we don't receive an answerGunnar Beutner
2021-05-24LibGfx: Use anonymous buffer instead of raw anon_fd for Gfx::BitmapJean-Baptiste Boric
2021-05-23LookupServer: Fix missing POSIX includesJean-Baptiste Boric
2021-05-23ImageDecoder: Fix narrowing cast of loop countJean-Baptiste Boric
2021-05-23WebContent: Remove unnecessary greet() messageAndreas Kling
2021-05-23RequestServer: Remove unnecessary greet() messageAndreas Kling
2021-05-23WebSocket: Remove unnecessary greet() messageAndreas Kling
2021-05-23InspectorServer: Remove unnecessary greet() messageAndreas Kling
2021-05-23NotificationServer: Remove unnecessary greet() messageAndreas Kling
2021-05-23AudioServer: Remove unnecessary greet() messageAndreas Kling
2021-05-23LaunchServer: Remove unnecessary greet() messageAndreas Kling
2021-05-23ImageDecoder: Remove unnecessary greet() messageAndreas Kling
2021-05-22LibCore: Make all processes opt out of InspectorServer by defaultAndreas Kling
2021-05-22Userland: Rename LibThread => LibThreadingAndreas Kling
2021-05-22Userland: Remove SymbolServer and the "symbol" user+groupAndreas Kling
2021-05-22WindowServer: Notify window-less clients about theme/font changesAndreas Kling
2021-05-21WindowServer: Store system font queries in WindowServer.ini :^)Andreas Kling
2021-05-21WindowServer+LibGUI: Add an IPC API to change the current system fontsAndreas Kling
2021-05-21LibGfx+WindowServer: Have WindowServer broadcast system font settingsAndreas Kling
2021-05-21Revert "Userland: static vs non-static constexpr variables"Linus Groh
2021-05-21Userland: static vs non-static constexpr variablesLenny Maiorani
2021-05-20Clipboard+LibGUI: Remove unnecessary client/server greeting messageAndreas Kling
2021-05-20WindowServer+LibGUI: Make client/server greeting fasterAndreas Kling
2021-05-20LibGfx: Remove Gfx::FontDatabase::default_bold_font()Andreas Kling
2021-05-20WindowServer+DisplaySettings: Remove the weird "simple" wallpaper modeAndreas Kling
2021-05-18CrashDaemon: Fix CrashReporter argument orderLinus Groh
2021-05-18WebServer: Fix jailbreaking of server via .. relative pathsDexesTTP
2021-05-17WindowServer: Don't attempt to make WindowServer inspectableAndreas Kling
2021-05-17WindowServer: Add Menu::is_open() to improve readabilityAndreas Kling
2021-05-17WebServer: Set no-cache header for responsesGunnar Beutner
2021-05-17WebServer: Don't read until EOFGunnar Beutner
2021-05-17WindowServer+LibGUI: Make menubar allocation asynchronousAndreas Kling
2021-05-17WindowServer+LibGUI: Make menu allocation asynchronousAndreas Kling
2021-05-17WindowServer: Ignore window base size in aspect ratio enforcementAndreas Kling
2021-05-16Taskbar: Make shutdown dialog non-resizable and tweak button spacingAndreas Kling
2021-05-16Taskbar: Give the shutdown dialog a UI facelift :^)Andreas Kling
2021-05-16Kernel/Graphics + SystemServer: Support text mode properlyLiav A
2021-05-16AK+Userland: Remove nullability feature for the ByteBuffer typeGunnar Beutner
2021-05-16AK+Userland: Fix some compiler warnings and make variables const-refGunnar Beutner
2021-05-14LibC: Do not include errno.h inside unistd.hJean-Baptiste Boric
2021-05-14Userland: Replace arc4random() with get_random<u32>()Jean-Baptiste Boric
2021-05-14Userland: Migrate from arc4random_uniform() to get_random_uniform()Jean-Baptiste Boric
2021-05-13InspectorServer: Add another missing <AK/JsonObject.h> includeAndreas Kling
2021-05-13InspectorServer: Add missing <AK/JsonObject.h> includeAndreas Kling
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-05-13Userland: Remove no-longer-needed unveil()'s of /tmp/rpcAndreas Kling
2021-05-13SystemServer: Stop creating the /tmp/rpc directoryAndreas Kling
2021-05-13Services: Add InspectorServer to reverse the direction of InspectorAndreas Kling