Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-20 | systemd-resolved: fix typo on log message | Samuel Tardieu | |
2016-02-10 | tree-wide: remove Emacs lines from all files | Daniel Mack | |
This should be handled fine now by .dir-locals.el, so need to carry that stuff in every file. | |||
2016-01-11 | resolved: set a description on all our event sources | Lennart Poettering | |
2016-01-11 | resolved: fix error propagation | Lennart Poettering | |
2016-01-05 | resolved,networkd: unify ResolveSupport enum | Lennart Poettering | |
networkd previously knew an enum "ResolveSupport" for configuring per-interface LLMNR support, resolved had a similar enum just called "Support", with the same value and similar pasers. Unify this, call the enum ResolveSupport, and port both daemons to it. | |||
2015-12-27 | resolved: improve some log messages a bit | Lennart Poettering | |
Indicate thar we ignore invalid messages | |||
2015-12-09 | resolved: llmnr, mdns: simplify error handling | Daniel Mack | |
sd_event_add_io() returns the error directly and does not mess with errno. | |||
2015-11-16 | tree-wide: sort includes | Thomas Hindoe Paaboel Andersen | |
Sort the includes accoding to the new coding style. | |||
2015-10-25 | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering | |
There are more than enough to deserve their own .c file, hence move them over. | |||
2015-07-13 | resolved: use a #define for LLMNR port | Daniel Mack | |
De-duplicate some magic numbers. | |||
2015-07-13 | resolved: move LLMNR related functions into separate file | Daniel Mack | |