summaryrefslogtreecommitdiff
path: root/src/strv.c
AgeCommit message (Collapse)Author
2011-04-26strv: Fix gcc unitialized variable warningZbigniew Jędrzejewski-Szmek
Since strv_* functions handle null arguments, this warning is actually valid. src/strv.c: In function ‘strv_copy’: src/strv.c:68:21: warning: ‘k’ may be used uninitialized in this function [-Wuninitialized]
2011-04-16hostnamed: introduce systemd-hostnamedLennart Poettering
http://www.freedesktop.org/wiki/Software/systemd/hostnamed
2011-04-16strv: properly override settings in env_append()Lennart Poettering
2011-04-16strv: detect non-assignments in env blocks properly in env_append()Lennart Poettering
2011-04-16strv: handle empty lists in strv_copy() properlyLennart Poettering
2011-03-31src: our lord is coverityLennart Poettering
2011-02-28Spelling CorrectionsHarald Hoyer
Just some lame spelling corrections with no functionality.
2011-02-23ask-password: supported plymouth cached passwordsLennart Poettering
2011-01-06execute: drop empty assignments from env blocks on execution but keep them ↵Lennart Poettering
around otherwise to make them visible
2010-08-14emacs: make sure nobody accidently adds tabs to our sourcesLennart Poettering
2010-07-08execute: support minimal environment variable replacement when executing ↵Lennart Poettering
processes
2010-07-07util: use quoted word parsing where applicableLennart Poettering
2010-06-18execute: add EnvironmentFile= optionLennart Poettering
2010-06-16service: optionally call into PAM when dropping priviligesLennart Poettering
2010-06-16strv: introduce strv_find_prefix()Lennart Poettering
2010-05-16build-sys: move source files to subdirectoryLennart Poettering