Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-18 | resolved: add LLMNR support for looking up names | Lennart Poettering | |
2014-07-18 | shared: rename PROTO_ADDRESS_SIZE() to FAMILY_ADDRESS_SIZE() | Lennart Poettering | |
We mostly use "family" to refer to AF_INET, AF_INET6, etc, let's use this terminology here, too | |||
2014-07-16 | resolved: add a DNS client stub resolver | Lennart Poettering | |
Let's turn resolved into a something truly useful: a fully asynchronous DNS stub resolver that subscribes to network changes. (More to come: caching, LLMNR, mDNS/DNS-SD, DNSSEC, IDN, NSS module) | |||
2014-07-10 | shared: split out in_addr related calls from socket-util.[ch] into its ↵ | Lennart Poettering | |
private in-addr-util.[ch] These are enough calls for a new file, and they are sufficiently different from the sockaddr-related calls, hence let's split this out. |