summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
2022-02-18WebServer: Close the socket if Connection: keep-alive isn't requestedAli Mohammad Pur
2022-02-16LibCore+Everywhere: Return ErrorOr from ConfigFile::sync()Sam Atkins
2022-02-16LibCore+Everywhere: Return ErrorOr from ConfigFile factory methodsSam Atkins
2022-02-16WebContent: Exit peacefully when client dies during synchronous IPCAndreas Kling
2022-02-14SystemServer: Remove now unnecessary call to chmod on /dev/audioLiav A
2022-02-14WindowServer: Remove extraneous whitespace in `WindowServer.ipc`James Puleo
2022-02-14WindowServer+Userland: Pass wallpapers as `Gfx::Bitmap` instead of pathJames Puleo
2022-02-14SystemServer: Remove Socket.h header + use Core::System in some placessin-ack
2022-02-14LookupServer: Convert to Core::Stream::UDPSocketsin-ack
2022-02-14WindowServer: Consolidate tiled and maximized window rects calculationVitaly Dyachkov
2022-02-14AudioServer: Use first audio channel in the /dev/audio directoryLiav A
2022-02-14SystemServer: Create audio channel device nodes in /dev/audio directoryLiav A
2022-02-13Userland: Run gml-formatIdan Horowitz
2022-02-12RequestServer: Make value copy of the URL in ensure_connection()Andreas Kling
2022-02-11LibConfig: Rename pledge_domains(String) => pledge_domain(String)Vitaly Dyachkov
2022-02-11RequestServer: Recreate socket if it reached EOFIdan Horowitz
2022-02-10LibSQL+SQLServer: Introduce and use ResultOr<ValueType>Timothy Flynn
2022-02-10LibWeb: Perform CSS custom property cascade once instead of per-propertyAndreas Kling
2022-02-10LibSQL+SQLServer: Move LibSQL/SQLResult.[h,cpp] to LibSQL/Result.[h,cpp]Timothy Flynn
2022-02-10LibSQL+SQLServer: Return the new Result class from statement executionsTimothy Flynn
2022-02-09LibTLS+RequestServer: Add an option to dump TLS keys to a log fileAli Mohammad Pur
2022-02-09LibJS: Replace uses of MarkedValueList with MarkedVector<Value>Linus Groh
2022-02-08Browser+LibWeb: Add "Dump Local Storage" item to Browser's Debug menuAndreas Kling
2022-02-08RequestServer: Avoid Vector OOB access in ConnectionCacheAli Mohammad Pur
2022-02-08LibWeb: Introduce the Environment Settings ObjectLuke Wilde
2022-02-08WindowServer: Preserve cursor position when dragging between statesthankyouverycool
2022-02-08WindowServer: Add Vertically/HorizontallyMaximized WindowTileTypesthankyouverycool
2022-02-08WindowServer: Fix comments in WindowManagerthankyouverycool
2022-02-08WindowServer: Unify Window restore rectsthankyouverycool
2022-02-08WindowServer: Rename Window::tiled() => tile_type() and add is_tiled()thankyouverycool
2022-02-08LibJS+Everywhere: Remove all VM::clear_exception() callsdavidot
2022-02-07RequestServer: Reenable socket notifications unconditionallyAli Mohammad Pur
2022-02-07Meta+Userland: Run the GML formatter on CI and pre-commitkleines Filmröllchen
2022-02-06LibWeb: Plumb OOPWV focus state across the IPC boundaryAndreas Kling
2022-02-06LibCore+Userland: Remove Core::TCPSocket :^)sin-ack
2022-02-06WebSocket: Pledge rpath and unveil /etc/timezoneAli Mohammad Pur
2022-02-06Userland: Convert TLS::TLSv12 to a Core::Stream::SocketAli Mohammad Pur
2022-02-05Browser: Add Debug menu action for dumping the stacking context treeAndreas Kling
2022-02-03KeyboardPreferenceLoader: Don't crash when "Keymaps" is emptyRummskartoffel
2022-02-03Base+WindowsServer+keymap: Store multiple keymaps in a configTimur Sultanov
2022-02-03WindowServer+Keymap+LibGUI: Add widget to display current keymapTimur Sultanov
2022-02-03WindowManager: Basic support for system keymap switchingTimur Sultanov
2022-02-01Everywhere: Fully qualify font names by including their slopethankyouverycool
2022-01-29Everywhere: Remove redundant inline keywordLenny Maiorani
2022-01-29WindowServer: Allow checking checkable entries in a menu using spacenetworkException
2022-01-28Userland: Fix unnecessary heap allocation of singleton objectsDaniel Bertalan
2022-01-28RequestServer: Replace disconnected sockets in the grace period tooAli Mohammad Pur
2022-01-28Revert "FileSystemAccessServer: Display times in the local time zone"Timothy Flynn
2022-01-28Revert "Userland: Invoke tzset in apps that care about time zones"Timothy Flynn
2022-01-28FileSystemAccessServer: Display times in the user's local time zoneTimothy Flynn