summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibDNS
AgeCommit message (Expand)Author
2023-03-13AK: Rename Stream::write_entire_buffer to Stream::write_until_depletedTim Schumacher
2023-03-13AK: Rename Stream::read_entire_buffer to Stream::read_until_filledTim Schumacher
2023-02-13Everywhere: Remove the `AK::` qualifier from Stream usagesTim Schumacher
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-01-29AK: Move memory streams from `LibCore`Tim Schumacher
2023-01-29AK: Move `Stream` and `SeekableStream` from `LibCore`Tim Schumacher
2023-01-29AK: Deprecate the old `AK::Stream`Tim Schumacher
2023-01-24LibDNS: Pass `write_to_stream` calls through `write_value` insteadTim Schumacher
2023-01-15AK: Define our own concept of "trivially serializable"Tim Schumacher
2023-01-13LibDNS: Use `AllocatingMemoryStream` in DNS package constructionTim Schumacher
2023-01-04LibIPC+Everywhere: Change IPC::encode's return type to ErrorOrTimothy Flynn
2023-01-02Everywhere: Remove unused includes of LibC/stdlib.hBen Wiederhake
2022-12-26LibIPC+Everywhere: Change IPC decoders to construct values in-placeTimothy Flynn
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-15Userland: Properly define IPC::encode and IPC::decode specializationsTimothy Flynn
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-11-01Everywhere: Explicitly link all binaries against the LibC targetTim Schumacher
2022-10-16CMake+Userland: Use CMakeLists from Userland to build Lagom LibrariesAndrew Kaster
2022-09-18Libraries: Add missing includes, add namespace qualifiersBen Wiederhake
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-15LibDNS: Remove the 'DNS' prefix from the various type and class namesTom
2022-04-15LibDNS: Add IPC encoder/decoder for the DNSAnswer classTom
2022-04-15LibDNS: Implement Traits for DNSAnswer classTom
2022-04-15LookupServer: Move DNS related code into new LibDNS libraryTom