ladybird/Userland/Services/LookupServer
Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY
(...and ASSERT_NOT_REACHED => VERIFY_NOT_REACHED)

Since all of these checks are done in release builds as well,
let's rename them to VERIFY to prevent confusion, as everyone is
used to assertions being compiled out in release.

We can introduce a new ASSERT macro that is specifically for debug
checks, but I'm doing this wholesale conversion first since we've
accumulated thousands of these already, and it's not immediately
obvious which ones are suitable for ASSERT.
2021-02-23 20:56:54 +01:00
..
ClientConnection.cpp LookupServer: Make lookup() return DNSAnswer's instead of strings 2021-02-15 09:14:42 +01:00
ClientConnection.h LookupServer: Switch to LibIPC :^) 2021-02-06 16:12:18 +01:00
CMakeLists.txt LookupServer: Implement a DNS server :^) 2021-02-15 09:14:42 +01:00
DNSAnswer.cpp LookupServer: Introduce DNSName 2021-02-15 09:14:42 +01:00
DNSAnswer.h LookupServer: Introduce DNSName 2021-02-15 09:14:42 +01:00
DNSName.cpp LookupServer: Store DNSName's in HashMap's directly 2021-02-15 09:14:42 +01:00
DNSName.h LookupServer: Store DNSName's in HashMap's directly 2021-02-15 09:14:42 +01:00
DNSPacket.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
DNSPacket.h Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
DNSPacketHeader.h LookupServer: Rename DNSPacket -> DNSPacketHeader 2021-02-06 17:52:47 +01:00
DNSQuestion.h LookupServer: Introduce DNSName 2021-02-15 09:14:42 +01:00
DNSServer.cpp LookupServer: Implement a DNS server :^) 2021-02-15 09:14:42 +01:00
DNSServer.h LookupServer: Implement a DNS server :^) 2021-02-15 09:14:42 +01:00
LookupClient.ipc LookupServer: Switch to LibIPC :^) 2021-02-06 16:12:18 +01:00
LookupServer.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
LookupServer.h LookupServer: Implement a DNS server :^) 2021-02-15 09:14:42 +01:00
LookupServer.ipc LookupServer: Switch to LibIPC :^) 2021-02-06 16:12:18 +01:00
main.cpp LookupServer: Move into LookupServer namespace 2021-02-06 16:12:18 +01:00