Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-30 | tree-wide: clean up log_syntax() usage | Lennart Poettering | |
- Rely everywhere that we use abs() on the error code passed in anyway, thus don't need to explicitly negate what we pass in - Never attach synthetic error number information to log messages. Only log about errors we *receive* with the error number we got there, don't log any synthetic error, that don#t even propagate, but just eat up. - Be more careful with attaching exactly the error we get, instead of errno or unrelated errors randomly. - Fix one occasion where the error number and line number got swapped. - Make sure we never tape over OOM issues, or inability to resolve specifiers | |||
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen | |
This patch removes includes that are not used. The removals were found with include-what-you-use which checks if any of the symbols from a header is in use. | |||
2014-11-29 | timesyncd: Support timesyncd.conf.d directories in the usual search paths | Josh Triplett | |
2014-08-12 | timesyncd: beef up NTP server selection logic, and acquire NTP servers from DHCP | Lennart Poettering | |
2014-08-12 | timesyncd: split up into multiple source file | Lennart Poettering | |
The source file got much too large, hence split up the sources into multiple per-object files, similar in style to resolved. |