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: use strv_extend_strv_consume() where appropriate
Mike Yuan
2024-09-21
1
-4
/
+4
*
env-util: suppress unnecessary setenv() in setenvf()
Lennart Poettering
2024-07-19
1
-0
/
+5
*
various: move ptr indicator to return value
Zbigniew Jędrzejewski-Szmek
2024-06-19
1
-1
/
+1
*
tree-wide: replace strv_sort() + strv_uniq() -> strv_sort_uniq()
Yu Watanabe
2024-06-17
1
-2
/
+2
*
env-util: remove unneeded DISABLE_WARNING_FORMAT_NONLITERAL
Mike Yuan
2024-03-12
1
-2
/
+0
*
env-util: also rename getenv_uint64_secure() → secure_getenv_uint64()
Lennart Poettering
2024-02-28
1
-1
/
+1
*
env-util: rename getenv_bool_secure() → secure_getenv_bool()
Lennart Poettering
2024-02-28
1
-1
/
+1
*
env-util: minor modernization
Mike Yuan
2024-02-15
1
-10
/
+6
*
env-util: Add helper to store current log level
Adrian Vovk
2024-02-14
1
-0
/
+12
*
env-util: drop _pure_ for strv_env_get_n
Mike Yuan
2024-01-29
1
-2
/
+2
*
env-util: don't use strlen_ptr if known non-NULL
Mike Yuan
2024-01-29
1
-4
/
+3
*
tree-wide: replace string functions with fundamental functions
Rose
2024-01-11
1
-2
/
+2
*
env-util: add new setenvf() helper
Lennart Poettering
2024-01-08
1
-5
/
+26
*
tree-wide: drop space between variable and an increment/decrement
Yu Watanabe
2023-12-24
1
-1
/
+1
*
env-util: add strv_env_assignf() helper
Lennart Poettering
2023-12-21
1
-0
/
+29
*
env-util: add helper to replace env block
Luca Boccassi
2023-10-12
1
-0
/
+19
*
env-file: when resolving env vars in command lines, collect list of unset/inv...
Lennart Poettering
2023-06-27
1
-56
/
+192
*
env-util: make strv_env_get() a static inline wrapper around strv_env_get_n()
Lennart Poettering
2023-06-27
1
-6
/
+2
*
env-util: introduce proper flags type ReplaceEnvFlags for replace_env()
Lennart Poettering
2023-06-27
1
-2
/
+2
*
env-util: add explicit size check before strndupa() in strv_env_get_n()
Lennart Poettering
2023-06-27
1
-0
/
+4
*
env-util: modernize env_name_is_valid_n() a bit
Lennart Poettering
2023-06-27
1
-7
/
+8
*
env-util: use more _cleanup_ in replace_env_argv()
David Tardon
2023-04-27
1
-5
/
+4
*
env-util: use _cleanup_ in replace_env_argv()
David Tardon
2023-04-27
1
-7
/
+3
*
env-util: rename variable
David Tardon
2023-04-27
1
-26
/
+26
*
env-util: use _cleanup_ in strv_env_delete()
David Tardon
2023-04-27
1
-5
/
+3
*
env-util: introduce strv_env_assign_many()
Yu Watanabe
2023-03-27
1
-0
/
+42
*
sysusers: make sp_lstchg shadow field reproducible
Johannes Schauer Marin Rodrigues
2022-09-02
1
-0
/
+12
*
tree-wide: add global ascii_isdigit() + ascii_isalpha()
Lennart Poettering
2022-07-05
1
-1
/
+1
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-15
/
+4
*
env-util: replace unsetenv_erase() by new getenv_steal_erase() helper
Lennart Poettering
2022-02-20
1
-5
/
+22
*
tree-wide: use new RET_NERRNO() helper at various places
Lennart Poettering
2021-11-16
1
-10
/
+6
*
alloc-util: add strdupa_safe() + strndupa_safe() and use it everywhere
Lennart Poettering
2021-10-14
1
-3
/
+3
*
basic/env-util: correctly parse extended vars after non-extended vars (#20941)
Andrew Soutar
2021-10-06
1
-0
/
+1
*
env-util: add unsetenv_erase() helper
Lennart Poettering
2021-08-17
1
-0
/
+17
*
basic/env-util: add a mode where we pull in the variable value from environment
Zbigniew Jędrzejewski-Szmek
2021-08-11
1
-0
/
+26
*
Add implicit sentinel to strv_env_merge()
Zbigniew Jędrzejewski-Szmek
2021-08-11
1
-14
/
+26
*
env-util: use strextend()
Yu Watanabe
2021-05-20
1
-12
/
+3
*
basic/env-util: silence two gcc warnings
Zbigniew Jędrzejewski-Szmek
2021-03-31
1
-7
/
+6
*
env-util: fix parameter handling of parse_env_extension_hierarchies() + geten...
Lennart Poettering
2021-02-25
1
-4
/
+2
*
basic/env-util: add putenv_dup()
Zbigniew Jędrzejewski-Szmek
2021-02-22
1
-0
/
+15
*
env-util: refactor parsing helper for SYSTEMD_SYSEXT_HIERARCHIES out of sysext
Luca Boccassi
2021-02-17
1
-0
/
+42
*
env-util: add strv_env_pairs_get helper
Luca Boccassi
2021-02-17
1
-0
/
+12
*
Refactor strv_env_replace() into strv_env_replace_consume()
Zbigniew Jędrzejewski-Szmek
2021-02-16
1
-20
/
+12
*
basic/env-util: drop now-unused strv_env_set()
Zbigniew Jędrzejewski-Szmek
2021-02-16
1
-28
/
+0
*
basic/env-util: add strv_env_assign() helper
Zbigniew Jędrzejewski-Szmek
2021-02-16
1
-0
/
+23
*
basic/env-util: add variant of strv_env_replace() that does strdup internally
Zbigniew Jędrzejewski-Szmek
2021-02-15
1
-3
/
+19
*
env-util: introduce env_update_systemd_exec_pid()
Yu Watanabe
2021-01-31
1
-0
/
+23
*
Allow control characters in environment variable values
Zbigniew Jędrzejewski-Szmek
2021-01-19
1
-13
/
+8
*
basic/env-util: modernization
Zbigniew Jędrzejewski-Szmek
2021-01-15
1
-10
/
+5
*
basic/env-util: add little helper to call setenv or unsetenv
Zbigniew Jędrzejewski-Szmek
2020-11-10
1
-0
/
+12
[next]