Age | Commit message (Expand) | Author |
---|---|---|
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 |