Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-18 | Libraries: Add missing includes, add namespace qualifiers | Ben Wiederhake | |
This remained undetected for a long time as HeaderCheck is disabled by default. This commit makes the following file compile again: // file: compile_me.cpp #include <LibDNS/Question.h> // That's it, this was enough to cause a compilation error. Likewise for most other files touched by this commit. | |||
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. |