Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-30 | Do not format USEC_INFINITY as NULL | Zbigniew Jędrzejewski-Szmek | |
systemctl would print 'CPUQuotaPerSecUSec=(null)' for no limit. This does not look right. Since USEC_INFINITY is one of the valid values, format_timespan() could return NULL, and we should wrap every use of it in strna() or similar. But most callers didn't do that, and it seems more robust to return a string ("infinity") that makes sense most of the time, even if in some places the result will not be grammatically correct. Signed-off-by: Anthony G. Basile <blueness@gentoo.org> | |||
2014-08-14 | src/shared: import many code cleanups from upstream | Anthony G. Basile | |
Signed-off-by: Anthony G. Basile <blueness@gentoo.org> | |||
2014-08-05 | src/shared: refactor shared code | Anthony G. Basile | |
Signed-off-by: Anthony G. Basile <blueness@gentoo.org> |