summaryrefslogtreecommitdiff
path: root/src/strv.c
Commit message (Collapse)AuthorAge
* coverity: change a few things so that coverity doesn't show so many false ↵Lennart Poettering2011-09-23
| | | | positives
* coverity: fix a couple of bugs found by coverityLennart Poettering2011-09-23
|
* strv: fix counting in strv_env_delete()Lennart Poettering2011-08-24
|
* cgroup: optionally mount a specific cgroup controllers together, and add ↵Lennart Poettering2011-08-23
| | | | cpu+cpuacct to the default
* util: introduce join() to speed up simple string concatenationsLennart Poettering2011-08-01
|
* strv: Fix gcc unitialized variable warningZbigniew Jędrzejewski-Szmek2011-04-26
| | | | | | | | 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]
* hostnamed: introduce systemd-hostnamedLennart Poettering2011-04-16
| | | | http://www.freedesktop.org/wiki/Software/systemd/hostnamed
* strv: properly override settings in env_append()Lennart Poettering2011-04-16
|
* strv: detect non-assignments in env blocks properly in env_append()Lennart Poettering2011-04-16
|
* strv: handle empty lists in strv_copy() properlyLennart Poettering2011-04-16
|
* src: our lord is coverityLennart Poettering2011-03-31
|
* Spelling CorrectionsHarald Hoyer2011-02-28
| | | | Just some lame spelling corrections with no functionality.
* ask-password: supported plymouth cached passwordsLennart Poettering2011-02-23
|
* execute: drop empty assignments from env blocks on execution but keep them ↵Lennart Poettering2011-01-06
| | | | around otherwise to make them visible
* emacs: make sure nobody accidently adds tabs to our sourcesLennart Poettering2010-08-14
|
* execute: support minimal environment variable replacement when executing ↵Lennart Poettering2010-07-08
| | | | processes
* util: use quoted word parsing where applicableLennart Poettering2010-07-07
|
* execute: add EnvironmentFile= optionLennart Poettering2010-06-18
|
* service: optionally call into PAM when dropping priviligesLennart Poettering2010-06-16
|
* strv: introduce strv_find_prefix()Lennart Poettering2010-06-16
|
* build-sys: move source files to subdirectoryLennart Poettering2010-05-16