index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
env-util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: get rid of strappend()
Lennart Poettering
2019-07-12
1
-4
/
+4
*
Rename EXTRACT_QUOTES to EXTRACT_UNQUOTE
Zbigniew Jędrzejewski-Szmek
2019-06-28
1
-1
/
+1
*
Introduce sc_arg_max() helper
Zbigniew Jędrzejewski-Szmek
2019-05-21
1
-2
/
+2
*
Drop some unnecessary newlines
Zbigniew Jędrzejewski-Szmek
2019-01-16
1
-2
/
+0
*
core: rework serialization
Lennart Poettering
2018-10-26
1
-33
/
+0
*
env-util: drop ARG_MAX define
Lennart Poettering
2018-10-17
1
-7
/
+3
*
env-util: modernize strv_env_set() a bit
Lennart Poettering
2018-10-17
1
-9
/
+14
*
env-util: modernize strv_env_replace()
Lennart Poettering
2018-10-17
1
-8
/
+11
*
env-util: rework strv_env_merge()
Lennart Poettering
2018-10-17
1
-17
/
+12
*
env-util: rework env_append()
Lennart Poettering
2018-10-17
1
-12
/
+17
*
env-util: use strv_contains() where appropriate
Lennart Poettering
2018-10-17
1
-8
/
+6
*
trivial: fix spelling in code comments
Thomas Haller
2018-09-30
1
-2
/
+2
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
basic: use automatic cleanup more
David Tardon
2018-05-10
1
-8
/
+5
*
tree-wide: be more careful with the type of array sizes
Lennart Poettering
2018-04-27
1
-6
/
+6
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
basic/env-util: Allow newlines in values of environment variables
Filipe Brandenburger
2018-03-16
1
-3
/
+3
*
coccinelle: add reallocarray() coccinelle script
Lennart Poettering
2018-03-02
1
-1
/
+1
*
basic: shorten the code a bit in two places
Zbigniew Jędrzejewski-Szmek
2018-02-26
1
-15
/
+7
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
basic/env-util: don't relax unesaping of serialized environment strings
Lubomir Rintel
2017-10-11
1
-1
/
+1
*
basic/env-util: drop the validation when deserializing environment
Lubomir Rintel
2017-10-11
1
-5
/
+0
*
tree-wide: use IN_SET macro (#6977)
Yu Watanabe
2017-10-04
1
-1
/
+1
*
nss: use secure_getenv for behaviour-modifying booleans (#6817)
Zbigniew Jędrzejewski-Szmek
2017-09-14
1
-0
/
+10
*
basic/env-util: when serializing, actually use escaping
Zbigniew Jędrzejewski-Szmek
2017-06-24
1
-1
/
+1
*
manager: just warn about an invalid environment entry
Zbigniew Jędrzejewski-Szmek
2017-06-24
1
-1
/
+1
*
env-util: fix memory leak (#5962)
Ronny Chevalier
2017-05-14
1
-1
/
+3
*
basic/env-util: drop leftover comment
Zbigniew Jędrzejewski-Szmek
2017-02-21
1
-1
/
+1
*
basic: support default and alternate values for env expansion
Ray Strode
2017-02-21
1
-3
/
+64
*
basic: add replace_env_n function
Ray Strode
2017-02-21
1
-2
/
+4
*
Allow braceless variables to be expanded
Zbigniew Jędrzejewski-Szmek
2017-02-21
1
-2
/
+43
*
basic/env-util: use _cleanup_ in replace_env()
Zbigniew Jędrzejewski-Szmek
2017-02-21
1
-13
/
+6
*
basic: add new merge_env_file function
Ray Strode
2017-02-21
1
-5
/
+12
*
basic: drop unnecessary strempty() call in replace_env
Ray Strode
2017-02-21
1
-1
/
+1
*
basic: fix strv_env_get_n for unclean arrays
Ray Strode
2017-02-21
1
-1
/
+1
*
basic/env-util: drop _pure_ from static function
Zbigniew Jędrzejewski-Szmek
2017-02-21
1
-1
/
+1
*
env-util,fileio: immediately replace variables in load_env_file_push()
Zbigniew Jędrzejewski-Szmek
2017-02-21
1
-4
/
+26
*
core/manager: move environment serialization out to basic/env-util.c
Zbigniew Jędrzejewski-Szmek
2017-02-21
1
-0
/
+34
*
basic/env-uil: fix assertion failure in strv_env_replace (#4688)
Zbigniew Jędrzejewski-Szmek
2016-11-17
1
-1
/
+2
*
core/load-fragment: modify existing environment instead of copying strv over ...
Zbigniew Jędrzejewski-Szmek
2016-11-05
1
-0
/
+22
*
tree-wide: use mfree more
Zbigniew Jędrzejewski-Szmek
2016-10-17
1
-2
/
+1
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
basic: re-sort includes
Thomas Hindoe Paaboel Andersen
2015-12-01
1
-1
/
+1
*
basic: include only what we use
Thomas Hindoe Paaboel Andersen
2015-11-30
1
-2
/
+6
*
execute: Add new PassEnvironment= directive
Filipe Brandenburger
2015-11-11
1
-0
/
+15
*
systemctl: add a way to explicitly request client-side unit installing
Lennart Poettering
2015-10-31
1
-0
/
+11
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-1
/
+2
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-1
/
+2
[next]