summaryrefslogtreecommitdiff
path: root/src/basic/env-file.c
Commit message (Expand)AuthorAgeFilesLines
* systemctl: fix silent failure when --root is not foundZbigniew Jędrzejewski-Szmek2022-03-291-55/+28
* basic/env-file: make load-env-file deduplicate entries with the same keyZbigniew Jędrzejewski-Szmek2022-03-291-11/+20
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-1/+0
* basic/env-file: inline one variable declarationZbigniew Jędrzejewski-Szmek2022-03-181-2/+1
* alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()Lennart Poettering2021-05-191-12/+12
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-051-13/+13
* Refactor strv_env_replace() into strv_env_replace_consume()Zbigniew Jędrzejewski-Szmek2021-02-161-4/+2
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* env-file: bring our decoding of double-quoted strings in env files in line wi...Lennart Poettering2020-09-141-3/+7
* environment-d-generator: output logs in debug modeZbigniew Jędrzejewski-Szmek2019-08-301-0/+2
* Make fopen_temporary and fopen_temporary_label unlockedZbigniew Jędrzejewski-Szmek2019-04-121-3/+0
* env-file: (void)ify an unlink() callLennart Poettering2019-03-011-1/+1
* tree-wide: use '"' instead of '\"'Louis Taylor2019-01-171-4/+4
* util-lib: follow shell syntax for escape in quotesLouis Taylor2019-01-171-17/+7
* util-lib: split out env file parsing code into env-file.cLennart Poettering2018-12-021-0/+574