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
/
basic
/
env-util.c
Age
Commit message (
Expand
)
Author
2017-02-21
basic/env-util: drop leftover comment
Zbigniew Jędrzejewski-Szmek
2017-02-20
basic: support default and alternate values for env expansion
Ray Strode
2017-02-20
basic: add replace_env_n function
Ray Strode
2017-02-20
Allow braceless variables to be expanded
Zbigniew Jędrzejewski-Szmek
2017-02-20
basic/env-util: use _cleanup_ in replace_env()
Zbigniew Jędrzejewski-Szmek
2017-02-20
basic: add new merge_env_file function
Ray Strode
2017-02-20
basic: drop unnecessary strempty() call in replace_env
Ray Strode
2017-02-20
basic: fix strv_env_get_n for unclean arrays
Ray Strode
2017-02-20
basic/env-util: drop _pure_ from static function
Zbigniew Jędrzejewski-Szmek
2017-02-20
env-util,fileio: immediately replace variables in load_env_file_push()
Zbigniew Jędrzejewski-Szmek
2017-02-20
core/manager: move environment serialization out to basic/env-util.c
Zbigniew Jędrzejewski-Szmek
2016-11-17
basic/env-uil: fix assertion failure in strv_env_replace (#4688)
Zbigniew Jędrzejewski-Szmek
2016-11-05
core/load-fragment: modify existing environment instead of copying strv over ...
Zbigniew Jędrzejewski-Szmek
2016-10-16
tree-wide: use mfree more
Zbigniew Jędrzejewski-Szmek
2016-02-10
tree-wide: remove Emacs lines from all files
Daniel Mack
2015-12-01
basic: re-sort includes
Thomas Hindoe Paaboel Andersen
2015-11-30
basic: include only what we use
Thomas Hindoe Paaboel Andersen
2015-11-11
execute: Add new PassEnvironment= directive
Filipe Brandenburger
2015-10-31
systemctl: add a way to explicitly request client-side unit installing
Lennart Poettering
2015-10-27
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-24
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-07
basic: fix env expansion for strings leading with two dollar signs
Michal Schmidt
2015-08-07
strv: convert strv_split_quotes into a generic strv_split_extract
Richard Maw
2015-08-07
util: change unquote_*_word to extract_*_word
Richard Maw
2015-06-11
build-sys: split internal basic/ library from shared/
Kay Sievers