index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
shared
/
conf-parser.h
Age
Commit message (
Expand
)
Author
2015-09-30
log: move log_invalid_utf8() to log.h
Lennart Poettering
2015-09-10
tree-wide: never use the off_t unless glibc makes us use it
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-04-21
log: move log_syntax() into src/shared/log.c, and make it more similar to the...
Lennart Poettering
2015-01-07
conf-parse: make syntax logging functions behave more like other log functons
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-09-18
shared: conf-parser - don't leak memory on error in DEFINE_CONFIG_PARSE_ENUMV
Tom Gundersen
2014-09-17
shared: conf-parser
Tom Gundersen
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-04-28
conf-parser: Fix typo in comment
Jonathan Boulle
2014-03-04
Do not print invalid UTF-8 in error messages
Zbigniew Jędrzejewski-Szmek
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-01-27
manager: add systemd.show_status=auto mode
Zbigniew Jędrzejewski-Szmek
2013-11-25
conf-parser: fix memory realloc error
Yin Kangkai
2013-11-25
conf-parser: distinguish between multiple sections with the same name
Tom Gundersen
2013-11-08
Remove dead code and unexport some calls
Lennart Poettering
2013-10-29
conf-parser: add macro for ENUMV
Tom Gundersen
2013-10-16
macro: clean up usage of gcc attributes
Lennart Poettering
2013-04-25
conf-parser: restrict .include usage
Lennart Poettering
2013-04-17
Report about syntax errors with metadata
Zbigniew Jędrzejewski-Szmek
2013-04-03
util: rename parse_usec() to parse_sec() sinds the default unit is seconds
Lennart Poettering
2013-02-14
bootchart: use conf-parser & CamelCase names in .conf
Thomas Hindoe Paaboel Andersen
2012-08-14
service: add options RestartPreventExitStatus and SuccessExitStatus
Lukas Nykryn
2012-07-19
use #pragma once instead of foo*foo #define guards
Shawn Landden
2012-06-01
journal: allow setting of a cutoff log level for disk storage, syslog, kmsg, ...
Lennart Poettering
2012-05-31
util: introduce a proper nsec_t and make use of it where appropriate
Lennart Poettering
2012-04-12
relicense to LGPLv2.1 (with exceptions)
Lennart Poettering
2012-04-10
util: move all to shared/ and split external dependencies in separate interna...
Kay Sievers