ladybird/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
CMakeLists.txt
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
PacketHeader.h
Question.h