chiark / gitweb /
tree-wide: drop NULL sentinel from strjoin
[elogind.git] / src / shared / conf-parser.c
2017-07-17 Zbigniew Jędrzejew... tree-wide: drop NULL sentinel from strjoin
2017-07-07 Sven EdenMerge pull request #22 from elogind/dev_v232
2017-07-07 Sven EdenPrep v232.2: Mask more unneeded functions
2017-07-05 Sven EdenPrep v232: Mask new functions that are unneeded by...
2017-07-05 Zbigniew Jędrzejew... shared/conf-parser: add config_parse_many which takes...
2017-07-05 Zbigniew Jędrzejew... tree-wide: rename config_parse_many to …_nulstr
2017-07-05 Tobias Jungelnetworkd: add options to bridge (#4051)
2017-07-03 Sven EdenMerge pull request #19 from elogind/dev_v231
2017-06-16 Zbigniew Jędrzejew... Use "return log_error_errno" in more places"
2017-06-16 Lennart Poetteringconf-parser: minor coding style improvements
2017-06-16 Sven EdenPrep v230: Apply missing upstream fixes and updates...
2017-06-16 Dan Nicholsonconf-parser: Set EXTRACT_RETAIN_ESCAPE when extracting...
2017-06-16 Zbigniew Jędrzejew... Ignore BOM in config files
2017-05-23 Sven EdenMerge pull request #15 from elogind/dev_v229
2017-05-17 Sven EdenPrep v229: Remove remaining emacs settings [5/6] src...
2017-05-17 Thomas Hindoe Paab... shared: include what we use
2017-05-04 Sven EdenMerge pull request #7 from elogind/dev_v228-r1
2017-04-26 Sven EdenPrep v228: Condense elogind source masks (5/5)
2017-04-26 Sven EdenPrep v228: Substitute declaration masks (4/4)
2017-04-26 Sven EdenPrep v228: Add remaining updates from upstream (3/3)
2017-04-26 David Reynoldsconf-parser: use extract_first_word
2017-04-24 Sven EdenMerge pull request #5 from elogind/dev_v227 v227.2
2017-03-29 Sven Eden[5/5] Apply missing fixes from upstream
2017-03-21 Sven EdenMerge pull request #3 from elogind/dev_v226-r1
2017-03-14 Sven EdenCleaned up more unneeded functions and types in:
2017-03-14 Sven EdenPrep v226: Mask all unneeded functions
2017-03-14 Sven EdenPrep v226: Apply missing fixes and changes to src/shared
2017-03-14 Sven EdenPrep v225: Applying various fixes and changes to src...
2017-03-14 Sven EdenPrep v221: Update and clean up build system to sync...
2017-03-14 Ronny Chevalierconf-parser: parsing error logs should show a type...
2017-03-14 Lennart Poetteringlog: move log_syntax() into src/shared/log.c, and make...
2017-03-14 Lennart Poetteringutil: unify how we parse mode_t strings
2015-02-23 Thomas Hindoe Paab... remove unused includes
2015-01-13 Lennart Poetteringnetworkd: make IP forwarding for IPv4 and IPv6 individu...
2015-01-07 Lennart Poetteringconf-parse: make syntax logging functions behave more...
2014-11-28 Michal Schmidttreewide: use log_*_errno whenever %m is in the format...
2014-11-28 Michal Schmidttreewide: more log_*_errno() conversions, multiline...
2014-11-28 Lennart Poetteringlog: fix order of log_unit_struct() to match other...
2014-11-27 Lennart Poetteringlog: add an "error" parameter to all low-level logging...
2014-11-27 Josh Triplettlogind: Support logind.conf.d directories in the usual...
2014-08-31 Thomas Hindoe Paab... config-parser: fix mem leak
2014-07-31 Zbigniew Jędrzejew... Properly report invalid quoted strings
2014-07-31 Zbigniew Jędrzejew... Reject invalid quoted strings
2014-07-16 Zbigniew Jędrzejew... Let config_parse open file where applicable
2014-07-16 Zbigniew Jędrzejew... Constify ConfigTableItem tables
2014-05-26 Michal SekletarDo not unescape unit names in [Install] section
2014-05-22 Lennart Poetteringconf-parser: never consider it an error if we cannot...
2014-05-17 Michael Marineauconf-parser: silently ignore sections starting with...
2014-03-04 Zbigniew Jędrzejew... Do not print invalid UTF-8 in error messages
2014-03-04 Zbigniew Jędrzejew... Introduce strv_consume which takes ownership
2014-03-03 Lennart Poetteringconf-parser: minor optimization in config_parse_string()
2014-03-03 Lennart Poetteringconf-parser: drop special casing in config_parse_path()
2014-03-03 Lennart Poetteringconf-parser: config_parse_path_strv() is not generic...
2014-03-03 Lennart Poetteringcore: move config_parse_set_status() into load-fragment.c
2014-03-03 Lennart Poetteringcore: move ShowStatus type into the core
2014-03-03 Lennart Poetteringconf-parse: rename config_parse_level() to config_parse...
2014-02-23 Lennart Poetteringcore: clean up some confusing regarding SI decimal...
2014-02-21 Lennart Poetteringman: don't document ".include" in configuration files...
2014-02-03 Lennart Poetteringconf-parser: warn when we open configuration files...
2014-01-28 Zbigniew Jędrzejew... manager: add systemd.show_status=auto mode
2013-11-25 Tom Gundersenconf-parser: distinguish between multiple sections...
2013-11-20 Tom Gundersenconf-parser: don't leak section names
2013-11-08 Lennart PoetteringRemove dead code and unexport some calls
2013-10-29 Tom Gundersenudev: link-config - add proper parsing
2013-08-23 Maciej Wereski"-" prefix for InaccessibleDirectories and ReadOnlyDire...
2013-04-25 Lennart Poetteringconf-parser: restrict .include usage
2013-04-18 Harald Hoyermove _cleanup_ attribute in front of the type
2013-04-17 Zbigniew Jędrzejew... Report about syntax errors with metadata
2013-04-17 Zbigniew Jędrzejew... conf-parser: generate 7 parsing functions from a macro
2013-04-14 Zbigniew Jędrzejew... fileio: in envfiles, do not skip lines following empty...
2013-04-06 Zbigniew Jędrzejew... Use _cleanup_ when reading config files
2013-04-03 Lennart Poetteringutil: rename parse_usec() to parse_sec() sinds the...
2013-03-23 Lennart Poetteringconf-parser: when we parse a string list, always fill...
2013-02-14 Thomas Hindoe Paab... bootchart: use conf-parser & CamelCase names in .conf
2013-02-11 Lennart Poetteringcore: properly validate environment data from Environme...
2013-01-17 Lennart Poetteringunits: for all unit settings that take lists, allow...
2013-01-07 Tom GundersenMerge nss-myhostname
2012-10-30 Michal Schmidtshared, libsystemd-daemon: check for empty strings...
2012-09-17 Lennart Poetteringconf-parser: don't unescape parsed configuration string...
2012-08-16 Lennart Poetteringconf-parser: make parsing exit status lists non-fatal
2012-08-14 Lennart Poetteringconf-parser: simplify a few things by using set_ensure_...
2012-08-14 Lukas Nykrynservice: add options RestartPreventExitStatus and Succe...
2012-07-13 Lennart Poetteringutil: rename join() to strjoin()
2012-06-01 Lennart Poetteringjournal: allow setting of a cutoff log level for disk...
2012-05-31 Lennart Poetteringutil: introduce a proper nsec_t and make use of it...
2012-05-08 Kay Sieversutil: split-out path-util.[ch]
2012-04-11 Lennart Poetteringrelicense to LGPLv2.1 (with exceptions)
2012-04-10 Kay Sieversutil: move all to shared/ and split external dependenci...