summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
2021-06-12AK: Rename Vector::append(Vector) => Vector::extend(Vector)Andreas Kling
2021-06-12WindowServer+LibGUI: Make window creation asynchronous :^)Andreas Kling
2021-06-11WebServer: Add support for HTTP basic authenticationMax Wipfli
2021-06-11WebServer: Move server configuration into WebServer::ConfigurationMax Wipfli
2021-06-11WebServer: Use canonical reasons phrases for error responsesMax Wipfli
2021-06-11WebServer: Sort entries in directory listingMax Wipfli
2021-06-11WebServer: Append trailing slash for directory linksMax Wipfli
2021-06-11WebServer: Make ".." equal to "." in server root directoryMax Wipfli
2021-06-11WebServer: Refuse to respond to requests for device filesMax Wipfli
2021-06-11WebServer: Use outln() instead of printf()Max Wipfli
2021-06-11WebServer: Defer invocation of Client::remove_from_parent()Max Wipfli
2021-06-11WebServer: Use east const style in Client.{cpp,h}Max Wipfli
2021-06-09LibGUI/WindowServer: Add set_maximized IPC callMarcus Nilsson
2021-06-09LookupServer: Watch /etc/hosts for changes during runtimeMax Wipfli
2021-06-09LookupServer: Check for hostname after /etc/hostsMax Wipfli
2021-06-09LookupServer: Make DNSName::operator== ignore caseMax Wipfli
2021-06-09LookupServer: Modernize load_etc_hosts()Max Wipfli
2021-06-08Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&>Ali Mohammad Pur
2021-06-07WindowServer+Magnifier: Make Magnifier buttery smooth :^)Andreas Kling
2021-06-06Clipboard: Tighten pledge promises a bit earlier :^)Andreas Kling
2021-06-06WindowServer: Add a GetDesktopDisplayScale IPC requestEugene Barnett
2021-06-06WindowServer: Simplify determining transparent/opaque occlusionsTom
2021-06-06AK+Everywhere: Disallow constructing Functions from incompatible typesAli Mohammad Pur
2021-06-04Taskbar: Make sure LibGUI/Desktop.h is usable in portsGunnar Beutner
2021-06-04Taskbar: Allow creating menus for sub-categoriesGunnar Beutner
2021-06-03Everywhere: Replace ctype.h to avoid narrowing conversionsMax Wipfli
2021-06-03WindowServer: Switch Window to IntrusiveList from InlineLinkedListBrian Gianforcaro
2021-06-03WindowServer: Add sanity checks to `create_window` IPCMatthew Jones
2021-06-03WindowServer: Position popup menu with offset of 1 pixelMatthew Jones
2021-06-02LibGUI+LibGfx+WindowServer: Sanity check window size dimensionsMatthew Jones
2021-06-02WindowServer: Use RefPtr instead of raw pointersGunnar Beutner
2021-06-02InspectorServer: Add `is_inspectable` IPCMatthew Jones
2021-06-02WindowServer: Don't crash when we can't allocate a bitmapGunnar Beutner
2021-06-02WindowServer: Use user-defined background color, if definedMatthew Jones
2021-06-01InspectorServer: Remove extraneous curly bracketsGunnar Beutner
2021-06-01AK+Everywhere: Replace usages of URLParser::urlencode() and urldecode()Max Wipfli
2021-05-30WebServer: Put dbgln's behind WEBSERVER_DEBUGEdwin Hoksberg
2021-05-30WebServer: Exit when the given port is invalidLinus Groh
2021-05-30WebServer: Replace printf()/fprintf(stderr) with outln()/warnln()Linus Groh
2021-05-30WebServer: Add optional listen address argumentEdwin Hoksberg
2021-05-30LibWeb: Rename Web::Frame to Web::BrowsingContextAndreas Kling
2021-05-27DHCPClient: Avoid unaligned access when parsing optionsAndrew Kaster
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