summaryrefslogtreecommitdiff
path: root/src/shared/conf-parser.c
Commit message (Expand)AuthorAge
...
* Prep v232: Mask new functions that are unneeded by elogindSven Eden2017-07-05
* shared/conf-parser: add config_parse_many which takes strv with dirsZbigniew Jędrzejewski-Szmek2017-07-05
* tree-wide: rename config_parse_many to …_nulstrZbigniew Jędrzejewski-Szmek2017-07-05
* networkd: add options to bridge (#4051)Tobias Jungel2017-07-05
* Use "return log_error_errno" in more places"Zbigniew Jędrzejewski-Szmek2017-06-16
* conf-parser: minor coding style improvementsLennart Poettering2017-06-16
* Prep v230: Apply missing upstream fixes and updates (7/8) src/shared.Sven Eden2017-06-16
* conf-parser: Set EXTRACT_RETAIN_ESCAPE when extracting words (#2917)Dan Nicholson2017-06-16
* Ignore BOM in config filesZbigniew Jędrzejewski-Szmek2017-06-16
* Prep v229: Remove remaining emacs settings [5/6] src/sharedSven Eden2017-05-17
* shared: include what we useThomas Hindoe Paaboel Andersen2017-05-17
* Prep v228: Condense elogind source masks (5/5)Sven Eden2017-04-26
* Prep v228: Substitute declaration masks (4/4)Sven Eden2017-04-26
* Prep v228: Add remaining updates from upstream (3/3)Sven Eden2017-04-26
* conf-parser: use extract_first_wordDavid Reynolds2017-04-26
* [5/5] Apply missing fixes from upstreamSven Eden2017-03-29
* Cleaned up more unneeded functions and types in:Sven Eden2017-03-14
* Prep v226: Mask all unneeded functionsSven Eden2017-03-14
* Prep v226: Apply missing fixes and changes to src/sharedSven Eden2017-03-14
* Prep v225: Applying various fixes and changes to src/shared that got lost dur...Sven Eden2017-03-14
* Prep v221: Update and clean up build system to sync with upstreamSven Eden2017-03-14
* conf-parser: parsing error logs should show a type not a vartypeRonny Chevalier2017-03-14
* log: move log_syntax() into src/shared/log.c, and make it more similar to the...Lennart Poettering2017-03-14
* util: unify how we parse mode_t stringsLennart Poettering2017-03-14
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-23
* networkd: make IP forwarding for IPv4 and IPv6 individually configurableLennart Poettering2015-01-13
* conf-parse: make syntax logging functions behave more like other log functonsLennart Poettering2015-01-07
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-28
* treewide: more log_*_errno() conversions, multiline callsMichal Schmidt2014-11-28
* log: fix order of log_unit_struct() to match other logging callsLennart Poettering2014-11-28
* log: add an "error" parameter to all low-level logging calls and intrdouce lo...Lennart Poettering2014-11-27
* logind: Support logind.conf.d directories in the usual search pathsJosh Triplett2014-11-26
* config-parser: fix mem leakThomas Hindoe Paaboel Andersen2014-08-31
* Properly report invalid quoted stringsZbigniew Jędrzejewski-Szmek2014-07-31
* Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek2014-07-31
* Let config_parse open file where applicableZbigniew Jędrzejewski-Szmek2014-07-16
* Constify ConfigTableItem tablesZbigniew Jędrzejewski-Szmek2014-07-15
* Do not unescape unit names in [Install] sectionMichal Sekletar2014-05-26
* conf-parser: never consider it an error if we cannot load a drop-in file beca...Lennart Poettering2014-05-22
* conf-parser: silently ignore sections starting with "X-"Michael Marineau2014-05-17
* Do not print invalid UTF-8 in error messagesZbigniew Jędrzejewski-Szmek2014-03-04
* Introduce strv_consume which takes ownershipZbigniew Jędrzejewski-Szmek2014-03-04
* conf-parser: minor optimization in config_parse_string()Lennart Poettering2014-03-03
* conf-parser: drop special casing in config_parse_path()Lennart Poettering2014-03-03
* conf-parser: config_parse_path_strv() is not generic, so let's move it into l...Lennart Poettering2014-03-03
* core: move config_parse_set_status() into load-fragment.cLennart Poettering2014-03-03
* core: move ShowStatus type into the coreLennart Poettering2014-03-03
* conf-parse: rename config_parse_level() to config_parse_log_level()Lennart Poettering2014-03-03
* core: clean up some confusing regarding SI decimal and IEC binary suffixes fo...Lennart Poettering2014-02-23
* man: don't document ".include" in configuration files anymore as first step t...Lennart Poettering2014-02-21