summaryrefslogtreecommitdiff
path: root/src/shared/conf-parser.c
Commit message (Expand)AuthorAge
* Prep v236 : Add missing SPDX-License-Identifier (6/9) src/sharedSven Eden2018-03-26
* core: implement /run/elogind/units/-based path for passing unit info from PID...Lennart Poettering2017-11-02
* conf-parser: simplify things a bit by using strextend()Lennart Poettering2017-11-08
* Apply updates from upstreamSven Eden2017-12-07
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-11-23
* Add abstraction model for BPF programsDaniel Mack2017-11-20
* conf-parse: remove 4K line length limitLennart Poettering2017-09-22
* conf-parser: when the empty string assigned to Personality= reset itLennart Poettering2017-09-14
* core: don't synthesize empty list when empty string is read in config_parse_s...Lennart Poettering2017-09-14
* exec-util,conf-files: skip non-executable files in execute_directories()Lennart Poettering2017-09-25
* shared: allow to input empty string to config_parse_path()Yu Watanabe2017-09-05
* Prep v234: Apply missing upstream fixes in src/shared (4/6)Sven Eden2017-07-25
* core/load-fragment: refuse units with errors in RootDirectory/RootImage/Dynam...Zbigniew Jędrzejewski-Szmek2017-07-25
* conf-parser: fix wrong argument given to log_syntax_invalid_utf8Ronny Chevalier2017-07-25
* config parser: Introduce config_parse_ip_portSusant Sahani2017-07-25
* config parser: Introduce config_parse_uint8Susant Sahani2017-07-25
* tree-wide: drop unneded WHITESPACE param to extract_first_wordZbigniew Jędrzejewski-Szmek2017-07-17
* tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2017-07-17
* Prep v232.2: Mask more unneeded functionsSven Eden2017-07-07
* 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