summaryrefslogtreecommitdiff
path: root/Services/LookupServer
AgeCommit message (Expand)Author
2020-12-21Everywhere: Switch from (void) to [[maybe_unused]] (#4473)Lenny Maiorani
2020-12-13LibCore: Make IODevice::read_line() return a StringAndreas Kling
2020-12-06LookupServer: Put debug spam behind a macroAndreas Kling
2020-11-15Everywhere: Add missing <AK/ByteBuffer.h> includesAndreas Kling
2020-10-25LookupServer: Support multiple nameserversLinus Groh
2020-10-25LookupServer: Replace unused 'did_timeout' with 'did_get_response'Linus Groh
2020-10-25LookupServer: Replace dbg()/dbgprintf() with dbgln()Linus Groh
2020-10-05Services: Remove unused includes of {LibCore,WindowServer}/EventLoop.hNico Weber
2020-09-25Meta+Services: Make clang-format-10 cleanBen Wiederhake
2020-09-21LookupServer: Use DuplexMemoryStream instead of BufferStream.asynts
2020-08-25AK: Add Endian.h header to replace NetworkOrdered.h.asynts
2020-05-29Meta: Add a script check the presence of "#pragma once" in header filesEmanuele Torre
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-08Services: Renamed from ServersAndreas Kling