Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-12 | replace assert.h with cassert | Rosen Penev | |
The former was deprecated with C++14. According to the C++11 and C++17 standards, both files are identical. Signed-off-by: Rosen Penev <rosenp@gmail.com> | |||
2019-08-26 | net/AddressInfo: include Features.hxx instead of config.h | Max Kellermann | |
2018-08-21 | net/Resolver: update copyright year | Max Kellermann | |
2018-08-21 | net/Resolver: replace with more advanced implementation | Max Kellermann | |
The new implementation is copied from another project and is BSD-licensed. It is exception-safe and can parse IPv6 scope ids with interface names. |