Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-15 | LibDNS: Remove the 'DNS' prefix from the various type and class names | Tom | |
Since all types and class names live in the DNS namespace, we don't need to spell it out twice each time. | |||
2022-04-15 | LibDNS: Add IPC encoder/decoder for the DNSAnswer class | Tom | |
2022-04-15 | LibDNS: Implement Traits for DNSAnswer class | Tom | |
This enables DNSAnswer instances being used e.g. in a HashTable for caching purposes. | |||
2022-04-15 | LookupServer: Move DNS related code into new LibDNS library | Tom | |
This allows other code to use the DNSPacket class, e.g. when sent over IPC. |