serenity/Userland/Libraries/LibDNS
Tim Schumacher 8464da1439 AK: Move Stream and SeekableStream from LibCore
`Stream` will be qualified as `AK::Stream` until we remove the
`Core::Stream` namespace. `IODevice` now reuses the `SeekMode` that is
defined by `SeekableStream`, since defining its own would require us to
qualify it with `AK::SeekMode` everywhere.
2023-01-29 19:16:44 -07:00
..
Answer.cpp AK: Deprecate the old AK::Stream 2023-01-29 19:16:44 -07: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: Move Stream and SeekableStream from LibCore 2023-01-29 19:16:44 -07:00
Name.h AK: Move Stream and SeekableStream from LibCore 2023-01-29 19:16:44 -07:00
Packet.cpp AK: Deprecate the old AK::Stream 2023-01-29 19:16:44 -07: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