ladybird/Userland/Services
Sergey Bugaev bacbde31f3 LookupServer: Move case randomization into DNSName
* DNSName knows how to randomize itself
* DNSPacket no longer constructs DNSQuestion instances, it receives an already
  built DNSQuestion and just adds it to the list
* LookupServer::lookup() explicitly calls randomize_case() if it needs to
  randomize the case.
2021-02-15 09:14:42 +01:00
..
AudioServer LibIPC: Stop sending client ID to clients 2021-02-01 11:32:00 +01:00
ChessEngine Everywhere: Replace a bundle of dbg with dbgln. 2021-01-22 22:14:30 +01:00
Clipboard LibIPC: Stop sending client ID to clients 2021-02-01 11:32:00 +01:00
CrashDaemon LibCore: Added FileWatcher, a binding for the watch_file syscall 2021-02-11 13:13:32 +01:00
DHCPClient Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) 2021-02-08 18:08:55 +01:00
EchoServer Everywhere: Replace a bundle of dbg with dbgln. 2021-01-22 22:14:30 +01:00
ImageDecoder LibIPC: Stop sending client ID to clients 2021-02-01 11:32:00 +01:00
LaunchServer LibIPC: Stop sending client ID to clients 2021-02-01 11:32:00 +01:00
LookupServer LookupServer: Move case randomization into DNSName 2021-02-15 09:14:42 +01:00
NotificationServer NotificationWindow: Set notification text as tooltip content 2021-02-10 23:04:54 +01:00
ProtocolServer LibIPC: Stop sending client ID to clients 2021-02-01 11:32:00 +01:00
SymbolServer SymbolServer: Resolve filenames and line numbers from debug info :^) 2021-02-05 00:23:58 +01:00
SystemMenu Everywhere: Debug macros instead of constexpr. 2021-01-25 09:47:36 +01:00
SystemServer Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) 2021-02-08 18:08:55 +01:00
Taskbar Everywhere: Hook up remaining debug macros to Debug.h. 2021-01-25 09:47:36 +01:00
TelnetServer Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
WebContent LibWeb+WebContent: Support window.confirm() in OOPWV 2021-02-10 09:13:30 +01:00
WebServer WebServer: Stream the downloaded files 2021-01-30 14:12:14 +01:00
WindowServer WindowServer: Improvements to support alpha channel in window frames 2021-02-13 00:39:33 +01:00
CMakeLists.txt SymbolServer: Add symbolication service for out-of-process ELF parsing 2021-02-04 23:19:08 +01:00