Age | Commit message (Expand) | Author |
2016-09-16 | shared/conf-parser: add config_parse_many which takes strv with dirs | Zbigniew Jędrzejewski-Szmek |
2016-09-16 | tree-wide: rename config_parse_many to …_nulstr | Zbigniew Jędrzejewski-Szmek |
2016-08-31 | networkd: add options to bridge (#4051) | Tobias Jungel |
2016-07-22 | Use "return log_error_errno" in more places" | Zbigniew Jędrzejewski-Szmek |
2016-07-20 | conf-parser: minor coding style improvements | Lennart Poettering |
2016-05-09 | tree-wide: port more code to use ifname_valid() | Lennart Poettering |
2016-04-17 | conf-parser: Set EXTRACT_RETAIN_ESCAPE when extracting words (#2917) | Dan Nicholson |
2016-03-22 | Ignore BOM in config files | Zbigniew Jędrzejewski-Szmek |
2016-02-10 | tree-wide: remove Emacs lines from all files | Daniel Mack |
2015-12-06 | shared: include what we use | Thomas Hindoe Paaboel Andersen |
2015-11-09 | conf-parser: use extract_first_word | David Reynolds |
2015-10-27 | process-util: move a couple of process-related calls over | Lennart Poettering |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split out syslog-related calls into syslog-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move a number of fs operations into fs-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split string parsing related calls from util.[ch] into parse-util.[ch] | Lennart Poettering |
2015-10-25 | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering |
2015-10-24 | util-lib: split our string related calls from util.[ch] into its own file str... | Lennart Poettering |
2015-09-30 | conf-parser: make use of DEFINE_PARSER macro to parse mode_t | Lennart Poettering |
2015-09-30 | log: move log_invalid_utf8() to log.h | Lennart Poettering |
2015-09-30 | tree-wide: clean up log_syntax() usage | Lennart Poettering |
2015-09-10 | tree-wide: never use the off_t unless glibc makes us use it | Lennart Poettering |
2015-09-09 | tree-wide: use coccinelle to patch a lot of code to use mfree() | Lennart Poettering |
2015-09-06 | nspawn: add new .nspawn files for container settings | Lennart Poettering |
2015-08-31 | networkd: dhcp-server - allow configuration of the pool | Tom Gundersen |
2015-07-31 | tree-wide: introduce mfree() | David Herrmann |
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 |