serenity/Userland/Libraries/LibDNS
Sergey Bugaev 976d93d910 LibDNS: Fix compilation with signed time_t
With signed 32-bit time_t, the type of time_t + m_ttl is unsigned int,
which results in -Werror=sign-compare. Fix this by explicitly casting
it back to time_t.
2023-09-06 11:41:16 -06:00
..
Answer.cpp LibDNS: Fix compilation with signed time_t 2023-09-06 11:41:16 -06:00
Answer.h LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr 2023-01-04 11:49:15 +01:00
CMakeLists.txt LibDNS: Use AllocatingMemoryStream in DNS package construction 2023-01-13 18:41:05 -07:00
Name.cpp AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted 2023-03-13 15:16:20 +00:00
Name.h Everywhere: Remove the AK:: qualifier from Stream usages 2023-02-13 00:50:07 +00:00
Packet.cpp AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted 2023-03-13 15:16:20 +00:00
Packet.h LibDNS: Use AllocatingMemoryStream in DNS package construction 2023-01-13 18:41:05 -07:00
PacketHeader.h AK: Define our own concept of "trivially serializable" 2023-01-15 23:06:31 -05:00
Question.h Libraries: Add missing includes, add namespace qualifiers 2022-09-18 13:27:24 -04:00