index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Servers
Age
Commit message (
Expand
)
Author
2020-02-11
WindowServer: Ensure on a menu key press invalid items are not hovered
Shannon Booth
2020-02-11
WindowServer: Assert that a window is not being set as empty
Shannon Booth
2020-02-11
WindowServer: Remove unimplemented header function
Shannon Booth
2020-02-11
WindowServer: Use early return to reduce nesting
Shannon Booth
2020-02-10
WindowServer: Move applet code from MenuManager to AppletManager.
asliturk
2020-02-09
WebServer: Add missing space to HTTP error responses
Andreas Kling
2020-02-09
WebServer: Send the HTTP response headers in a single packet
Andreas Kling
2020-02-09
WebServer: Tighten things up with pledge() and unveil()
Andreas Kling
2020-02-09
WebServer: Implement a very basic HTTP server :^)
Andreas Kling
2020-02-09
WindowServer: Remove username from MenuManager.
Hüseyin ASLITÜRK
2020-02-08
TelnetServer: Protect the Client object during drain_socket()
Andreas Kling
2020-02-07
WindowServer: Move some menu related functions to MenuManager
Andreas Kling
2020-02-07
SystemServer: Limit service restarts
Sergey Bugaev
2020-02-07
WindowServer: Don't try to load unspecified icons
Sergey Bugaev
2020-02-07
WindowServer: Process multiple mouse packets at the same time
Andreas Kling
2020-02-07
WindowServer: Fix wrong-sized read() from keyboard
Andreas Kling
2020-02-06
IPCCompiler: Put message classes in the Messages namespace
Andreas Kling
2020-02-06
WindowServer: Fix assertion on key press
Andreas Kling
2020-02-06
WindowServer: Move classes into WindowServer namespace
Andreas Kling
2020-02-06
LibAudio: Remove leading A from filenames
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-06
LibIPC: Remove leading I from filenames
Andreas Kling
2020-02-06
LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png()
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Size from the global namespace
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Point from global namespace
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Rect from global namespace
Andreas Kling
2020-02-06
LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h}
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-02-06
LibAudio: Put all classes in the Audio namespace and remove leading A
Andreas Kling
2020-02-05
LibC: Add posix_openpt(), grantpt() and unlockpt()
Andreas Kling
2020-02-05
LibIPC: Put all classes in the IPC namespace and remove the leading I
Andreas Kling
2020-02-05
TTYServer: Include AK/LogStream.h for dbg()
joshua stein
2020-02-05
WindowServer: Remove unused s_checkbox_or_icon_padding
joshua stein
2020-02-04
WindowServer: Fix the drain mouse mechanism
Liav A
2020-02-04
WindowServer: Preliminary absolute mouse positioning support
Sergey Bugaev
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-02-02
WindowServer: Fix for Changing Screen Resolution Resets.
Hüseyin ASLITÜRK
2020-02-01
WindowServer: make menus wrap vertically
Oliver Kraitschy
2020-01-26
LookupServer: Don't cache already-expired DNS answers
Andreas Kling
2020-01-26
LookupServer: Cache DNS answers for TTL seconds
Andreas Kling
2020-01-26
LookupServer: Rename "custom_hosts" => "etc_hosts"
Andreas Kling
2020-01-26
LookupServer: Rename setting "DNS/IPAddress" => "DNS/Nameserver"
Andreas Kling
2020-01-26
LookupServer: Use CUdpSocket instead of the POSIX API
Andreas Kling
2020-01-26
LookupServer: Add missing copyright headers
Andreas Kling
2020-01-26
LookupServer: Retry with 0x20 randomization turned off on EREFUSED
Andreas Kling
2020-01-26
LookupServer: Verify that DNS response questions match the request
Andreas Kling
2020-01-26
LookupServer: Randomize the 0x20 bit in DNS request ASCII characters
Andreas Kling
2020-01-26
LookupServer: Randomize DNS request ID's
Andreas Kling
2020-01-26
LookupServer: Minor overhaul
Andreas Kling
[next]