index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibDNS
Age
Commit message (
Expand
)
Author
2023-01-29
AK: Move memory streams from `LibCore`
Tim Schumacher
2023-01-29
AK: Move `Stream` and `SeekableStream` from `LibCore`
Tim Schumacher
2023-01-29
AK: Deprecate the old `AK::Stream`
Tim Schumacher
2023-01-24
LibDNS: Pass `write_to_stream` calls through `write_value` instead
Tim Schumacher
2023-01-15
AK: Define our own concept of "trivially serializable"
Tim Schumacher
2023-01-13
LibDNS: Use `AllocatingMemoryStream` in DNS package construction
Tim Schumacher
2023-01-04
LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr
Timothy Flynn
2023-01-02
Everywhere: Remove unused includes of LibC/stdlib.h
Ben Wiederhake
2022-12-26
LibIPC+Everywhere: Change IPC decoders to construct values in-place
Timothy Flynn
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-15
Userland: Properly define IPC::encode and IPC::decode specializations
Timothy Flynn
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-11-01
Everywhere: Explicitly link all binaries against the LibC target
Tim Schumacher
2022-10-16
CMake+Userland: Use CMakeLists from Userland to build Lagom Libraries
Andrew Kaster
2022-09-18
Libraries: Add missing includes, add namespace qualifiers
Ben Wiederhake
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-15
LibDNS: Remove the 'DNS' prefix from the various type and class names
Tom
2022-04-15
LibDNS: Add IPC encoder/decoder for the DNSAnswer class
Tom
2022-04-15
LibDNS: Implement Traits for DNSAnswer class
Tom
2022-04-15
LookupServer: Move DNS related code into new LibDNS library
Tom