serenity/Services/LookupServer
Linus Groh bbe787a0af Everywhere: Re-format with clang-format-11
Compared to version 10 this fixes a bunch of formatting issues, mostly
around structs/classes with attributes like [[gnu::packed]], and
incorrect insertion of spaces in parameter types ("T &"/"T &&").
I also removed a bunch of // clang-format off/on and FIXME comments that
are no longer relevant - on the other hand it tried to destroy a couple of
neatly formatted comments, so I had to add some as well.
2020-12-31 21:51:00 +01:00
..
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
DNSAnswer.cpp Services: Renamed from Servers 2020-05-08 21:57:44 +02:00
DNSAnswer.h Services: Renamed from Servers 2020-05-08 21:57:44 +02:00
DNSPacket.h Everywhere: Re-format with clang-format-11 2020-12-31 21:51:00 +01:00
DNSQuestion.h Services: Renamed from Servers 2020-05-08 21:57:44 +02:00
DNSRequest.cpp AK: Use direct-list-initialization for Vector::empend() (#4564) 2020-12-27 23:06:37 +01:00
DNSRequest.h Services: Renamed from Servers 2020-05-08 21:57:44 +02:00
DNSResponse.cpp Everywhere: Re-format with clang-format-11 2020-12-31 21:51:00 +01:00
DNSResponse.h Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
LookupServer.cpp LibCore: Make IODevice::read_line() return a String 2020-12-13 11:54:11 +01:00
LookupServer.h LookupServer: Support multiple nameservers 2020-10-25 18:52:20 +01:00
main.cpp Everywhere: Switch from (void) to [[maybe_unused]] (#4473) 2020-12-21 00:09:48 +01:00