Age | Commit message (Expand) | Author |
2015-05-30 | conf-parser: parsing error logs should show a type not a vartype | Ronny Chevalier |
2015-04-21 | log: move log_syntax() into src/shared/log.c, and make it more similar to the... | Lennart Poettering |
2015-04-10 | util: unify how we parse mode_t strings | Lennart Poettering |
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen |
2015-01-13 | networkd: make IP forwarding for IPv4 and IPv6 individually configurable | Lennart Poettering |
2015-01-07 | conf-parse: make syntax logging functions behave more like other log functons | Lennart Poettering |
2014-11-28 | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt |
2014-11-28 | treewide: more log_*_errno() conversions, multiline calls | Michal Schmidt |
2014-11-28 | log: fix order of log_unit_struct() to match other logging calls | Lennart Poettering |
2014-11-27 | log: add an "error" parameter to all low-level logging calls and intrdouce lo... | Lennart Poettering |
2014-11-26 | logind: Support logind.conf.d directories in the usual search paths | Josh Triplett |
2014-08-31 | config-parser: fix mem leak | Thomas Hindoe Paaboel Andersen |
2014-07-31 | Properly report invalid quoted strings | Zbigniew Jędrzejewski-Szmek |
2014-07-31 | Reject invalid quoted strings | Zbigniew Jędrzejewski-Szmek |
2014-07-16 | Let config_parse open file where applicable | Zbigniew Jędrzejewski-Szmek |
2014-07-15 | Constify ConfigTableItem tables | Zbigniew Jędrzejewski-Szmek |
2014-05-26 | Do not unescape unit names in [Install] section | Michal Sekletar |
2014-05-22 | conf-parser: never consider it an error if we cannot load a drop-in file beca... | Lennart Poettering |
2014-05-17 | conf-parser: silently ignore sections starting with "X-" | Michael Marineau |
2014-03-04 | Do not print invalid UTF-8 in error messages | Zbigniew Jędrzejewski-Szmek |
2014-03-04 | Introduce strv_consume which takes ownership | Zbigniew Jędrzejewski-Szmek |
2014-03-03 | conf-parser: minor optimization in config_parse_string() | Lennart Poettering |
2014-03-03 | conf-parser: drop special casing in config_parse_path() | Lennart Poettering |
2014-03-03 | conf-parser: config_parse_path_strv() is not generic, so let's move it into l... | Lennart Poettering |
2014-03-03 | core: move config_parse_set_status() into load-fragment.c | Lennart Poettering |
2014-03-03 | core: move ShowStatus type into the core | Lennart Poettering |
2014-03-03 | conf-parse: rename config_parse_level() to config_parse_log_level() | Lennart Poettering |
2014-02-23 | core: clean up some confusing regarding SI decimal and IEC binary suffixes fo... | Lennart Poettering |
2014-02-21 | man: don't document ".include" in configuration files anymore as first step t... | Lennart Poettering |
2014-02-03 | conf-parser: warn when we open configuration files with weird access bits | Lennart Poettering |
2014-01-27 | manager: add systemd.show_status=auto mode | Zbigniew Jędrzejewski-Szmek |
2013-11-25 | conf-parser: distinguish between multiple sections with the same name | Tom Gundersen |
2013-11-20 | conf-parser: don't leak section names | Tom Gundersen |
2013-11-08 | Remove dead code and unexport some calls | Lennart Poettering |
2013-10-29 | udev: link-config - add proper parsing | Tom Gundersen |
2013-08-23 | "-" prefix for InaccessibleDirectories and ReadOnlyDirectories | Maciej Wereski |
2013-04-25 | conf-parser: restrict .include usage | Lennart Poettering |
2013-04-18 | move _cleanup_ attribute in front of the type | Harald Hoyer |
2013-04-17 | Report about syntax errors with metadata | Zbigniew Jędrzejewski-Szmek |
2013-04-17 | conf-parser: generate 7 parsing functions from a macro | Zbigniew Jędrzejewski-Szmek |
2013-04-13 | fileio: in envfiles, do not skip lines following empty lines | Zbigniew Jędrzejewski-Szmek |
2013-04-05 | Use _cleanup_ when reading config files | Zbigniew Jędrzejewski-Szmek |
2013-04-03 | util: rename parse_usec() to parse_sec() sinds the default unit is seconds | Lennart Poettering |
2013-03-23 | conf-parser: when we parse a string list, always fill in something | Lennart Poettering |
2013-02-14 | bootchart: use conf-parser & CamelCase names in .conf | Thomas Hindoe Paaboel Andersen |
2013-02-11 | core: properly validate environment data from Environment= lines in unit files | Lennart Poettering |
2013-01-17 | units: for all unit settings that take lists, allow the empty string for rese... | Lennart Poettering |
2012-10-30 | shared, libsystemd-daemon: check for empty strings in strto*l conversions | Michal Schmidt |
2012-09-17 | conf-parser: don't unescape parsed configuration strings by default | Lennart Poettering |
2012-08-16 | conf-parser: make parsing exit status lists non-fatal | Lennart Poettering |