ladybird/Userland/Services
Sergey Bugaev 1dad63824b LookupServer: Unify DNSRequest & DNSResponse
They're really the same thing: a DNS packet can contain both questions and
answers, and there's a single bit in the header that determines whether the
packet represents a query or a response. It'll be simpler for us to represent
both types of packets using the same class.

This class can be both serialized and deserialized to/from a raw DNS packet.
2021-02-06 17:52:47 +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 LibCoreDump+Crash{Daemon,Reporter}: Make backtraces thread-specific 2021-01-15 23:26:47 +01:00
DHCPClient Everywhere: Debug macros instead of constexpr. 2021-01-25 09:47:36 +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: Unify DNSRequest & DNSResponse 2021-02-06 17:52:47 +01:00
NotificationServer LibIPC: Stop sending client ID to clients 2021-02-01 11:32:00 +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: Debug macros instead of constexpr. 2021-01-25 09:47:36 +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: Move main thread JavaScript VM to its own file 2021-02-03 10:45:39 +01:00
WebServer WebServer: Stream the downloaded files 2021-01-30 14:12:14 +01:00
WindowServer LibIPC: Stop sending client ID to clients 2021-02-01 11:32:00 +01:00
CMakeLists.txt SymbolServer: Add symbolication service for out-of-process ELF parsing 2021-02-04 23:19:08 +01:00