Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-26 | strv: Fix gcc unitialized variable warning | Zbigniew 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-16 | hostnamed: introduce systemd-hostnamed | Lennart Poettering | |
http://www.freedesktop.org/wiki/Software/systemd/hostnamed | |||
2011-04-16 | strv: properly override settings in env_append() | Lennart Poettering | |
2011-04-16 | strv: detect non-assignments in env blocks properly in env_append() | Lennart Poettering | |
2011-04-16 | strv: handle empty lists in strv_copy() properly | Lennart Poettering | |
2011-03-31 | src: our lord is coverity | Lennart Poettering | |
2011-02-28 | Spelling Corrections | Harald Hoyer | |
Just some lame spelling corrections with no functionality. | |||
2011-02-23 | ask-password: supported plymouth cached passwords | Lennart Poettering | |
2011-01-06 | execute: drop empty assignments from env blocks on execution but keep them ↵ | Lennart Poettering | |
around otherwise to make them visible | |||
2010-08-14 | emacs: make sure nobody accidently adds tabs to our sources | Lennart Poettering | |
2010-07-08 | execute: support minimal environment variable replacement when executing ↵ | Lennart Poettering | |
processes | |||
2010-07-07 | util: use quoted word parsing where applicable | Lennart Poettering | |
2010-06-18 | execute: add EnvironmentFile= option | Lennart Poettering | |
2010-06-16 | service: optionally call into PAM when dropping priviliges | Lennart Poettering | |
2010-06-16 | strv: introduce strv_find_prefix() | Lennart Poettering | |
2010-05-16 | build-sys: move source files to subdirectory | Lennart Poettering | |