summaryrefslogtreecommitdiff
path: root/src/basic/env-file.c
Commit message (Expand)AuthorAgeFilesLines
* env-file: introduce parse_env_file_fdv()Yu Watanabe2023-04-111-6/+18
* env: add load_env_file_pairs_fd()Luca Boccassi2023-03-281-0/+14
* fileio: add new helper fdopen_independent()Lennart Poettering2023-03-231-10/+3
* env-file: Add write_env_file_at()Daan De Meyer2023-02-201-4/+5
* tree-wide: change initialization to use EBADF instead of EBADFDZbigniew Jędrzejewski-Szmek2022-12-191-1/+1
* env-file: introduce parse_env_file_fd()Yu Watanabe2022-12-141-0/+29
* env-file: several cleanupsYu Watanabe2022-12-141-6/+41
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-3/+1
* 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