summaryrefslogtreecommitdiff
path: root/Servers
AgeCommit message (Expand)Author
2020-02-11WindowServer: Ensure on a menu key press invalid items are not hoveredShannon Booth
2020-02-11WindowServer: Assert that a window is not being set as emptyShannon Booth
2020-02-11WindowServer: Remove unimplemented header functionShannon Booth
2020-02-11WindowServer: Use early return to reduce nestingShannon Booth
2020-02-10WindowServer: Move applet code from MenuManager to AppletManager.asliturk
2020-02-09WebServer: Add missing space to HTTP error responsesAndreas Kling
2020-02-09WebServer: Send the HTTP response headers in a single packetAndreas Kling
2020-02-09WebServer: Tighten things up with pledge() and unveil()Andreas Kling
2020-02-09WebServer: Implement a very basic HTTP server :^)Andreas Kling
2020-02-09WindowServer: Remove username from MenuManager.Hüseyin ASLITÜRK
2020-02-08TelnetServer: Protect the Client object during drain_socket()Andreas Kling
2020-02-07WindowServer: Move some menu related functions to MenuManagerAndreas Kling
2020-02-07SystemServer: Limit service restartsSergey Bugaev
2020-02-07WindowServer: Don't try to load unspecified iconsSergey Bugaev
2020-02-07WindowServer: Process multiple mouse packets at the same timeAndreas Kling
2020-02-07WindowServer: Fix wrong-sized read() from keyboardAndreas Kling
2020-02-06IPCCompiler: Put message classes in the Messages namespaceAndreas Kling
2020-02-06WindowServer: Fix assertion on key pressAndreas Kling
2020-02-06WindowServer: Move classes into WindowServer namespaceAndreas Kling
2020-02-06LibAudio: Remove leading A from filenamesAndreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-06LibIPC: Remove leading I from filenamesAndreas Kling
2020-02-06LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png()Andreas Kling
2020-02-06LibGfx: Unpublish Gfx::Size from the global namespaceAndreas Kling
2020-02-06LibGfx: Unpublish Gfx::Point from global namespaceAndreas Kling
2020-02-06LibGfx: Unpublish Gfx::Rect from global namespaceAndreas Kling
2020-02-06LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h}Andreas Kling
2020-02-06LibGfx: Rename from LibDraw :^)Andreas Kling
2020-02-06LibDraw: Put all classes in the Gfx namespaceAndreas Kling
2020-02-06LibAudio: Put all classes in the Audio namespace and remove leading AAndreas Kling
2020-02-05LibC: Add posix_openpt(), grantpt() and unlockpt()Andreas Kling
2020-02-05LibIPC: Put all classes in the IPC namespace and remove the leading IAndreas Kling
2020-02-05TTYServer: Include AK/LogStream.h for dbg()joshua stein
2020-02-05WindowServer: Remove unused s_checkbox_or_icon_paddingjoshua stein
2020-02-04WindowServer: Fix the drain mouse mechanismLiav A
2020-02-04WindowServer: Preliminary absolute mouse positioning supportSergey Bugaev
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-02-02WindowServer: Fix for Changing Screen Resolution Resets.Hüseyin ASLITÜRK
2020-02-01WindowServer: make menus wrap verticallyOliver Kraitschy
2020-01-26LookupServer: Don't cache already-expired DNS answersAndreas Kling
2020-01-26LookupServer: Cache DNS answers for TTL secondsAndreas Kling
2020-01-26LookupServer: Rename "custom_hosts" => "etc_hosts"Andreas Kling
2020-01-26LookupServer: Rename setting "DNS/IPAddress" => "DNS/Nameserver"Andreas Kling
2020-01-26LookupServer: Use CUdpSocket instead of the POSIX APIAndreas Kling
2020-01-26LookupServer: Add missing copyright headersAndreas Kling
2020-01-26LookupServer: Retry with 0x20 randomization turned off on EREFUSEDAndreas Kling
2020-01-26LookupServer: Verify that DNS response questions match the requestAndreas Kling
2020-01-26LookupServer: Randomize the 0x20 bit in DNS request ASCII charactersAndreas Kling
2020-01-26LookupServer: Randomize DNS request ID'sAndreas Kling
2020-01-26LookupServer: Minor overhaulAndreas Kling