summaryrefslogtreecommitdiffstats
path: root/src/shared/install.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: replace reallocarray() with GREEDY_REALLOC()Yu Watanabe2024-10-081-5/+2
* install: shorten code a bitLennart Poettering2024-06-211-4/+2
* install: collect more install_changes_add() errorsLennart Poettering2024-06-211-7/+22
* shared/install: correctly report changes in install_info_symlink_alias()Mike Yuan2024-06-191-2/+4
* shared/install: propagate all errors in install_info_apply()Mike Yuan2024-06-191-3/+3
* shared/install: drop unneeded initializationMike Yuan2024-06-191-1/+1
* install: allow removing symlinks even for units that are goneLuca Boccassi2024-06-181-4/+10
* shared/install: use FOREACH_ARRAY at one more placeMike Yuan2024-06-121-4/+14
* shared/install: replace streq + basename with path_equal_filenameMike Yuan2024-06-121-2/+2
* shared/install: use path_extract_filename in install_info_traverseMike Yuan2024-06-121-11/+12
* shared/install: modernize unit_file_get_list, use key destructorMike Yuan2024-06-121-26/+33
* shared/install: modernize unit_file_linkMike Yuan2024-06-121-21/+26
* install,dbus-manager: make unit_file_* take (char* const*) for strvMike Yuan2024-06-121-13/+13
* shared/install: modernize install_info_addMike Yuan2024-06-121-22/+25
* shared/install: modernize find_symlinks and friendsMike Yuan2024-06-121-35/+26
* shared/install: modernize remove_marked_symlink_fdMike Yuan2024-06-121-47/+43
* shared/install: return bool where appropriateMike Yuan2024-06-121-9/+12
* preset-all: continue on errors, report more errorsZbigniew Jędrzejewski-Szmek2024-05-081-10/+27
* shared/install: reduce variable scopeMike Yuan2024-05-011-2/+2
* shared/install: use PATH_IN_SET()Zbigniew Jędrzejewski-Szmek2024-03-231-13/+17
* Drop unnecessary path_equal_ptr() wrapperZbigniew Jędrzejewski-Szmek2024-03-231-16/+16
* various: also use strdup_to() in cases where we don't return immediatelyZbigniew Jędrzejewski-Szmek2024-03-201-5/+3
* various: use strdup_to() in various obvious casesZbigniew Jędrzejewski-Szmek2024-03-201-9/+3
* shared/install: correctly install alias for units outside search pathNick Rosbrook2024-03-181-2/+14
* Merge pull request #30480 from keszybz/kernel-install-more-pathsZbigniew Jędrzejewski-Szmek2024-03-081-2/+2
|\
| * constants: drop duplicated CONF_PATHS definesZbigniew Jędrzejewski-Szmek2024-03-071-2/+2
* | core,install: generalize install error handlingMike Yuan2024-03-061-108/+150
* | shared/install: use FOREACH_ARRAY at one more placeMike Yuan2024-03-061-3/+3
* | shared/install: use RET_GATHER moreMike Yuan2024-03-061-32/+22
* | path-lookup: rename lookup_paths_free -> _doneMike Yuan2024-03-061-14/+14
* | install: fix compiler warning about empty directive argumentLuca Boccassi2024-02-281-2/+5
|/
* install: optionally return discovered unit file path in unit_file_exists()Lennart Poettering2024-01-111-4/+27
* tree-wide: drop space between variable and an increment/decrementYu Watanabe2023-12-241-1/+1
* tree-wide: use hashmap_isempty() and friendsYu Watanabe2023-12-211-1/+1
* shared/install: use RET_GATHER moreMike Yuan2023-12-201-11/+6
* install: don't translate unit instances to paths when reenabling themFrantisek Sumsal2023-12-081-1/+1
* tree-wide: port various parsers over to read_stripped_line()Lennart Poettering2023-10-171-8/+6
* tree-wide: use path_simplify_alloc() moreYu Watanabe2023-10-071-5/+3
* Merge pull request #29193 from keszybz/path-util-adjustmentDaan De Meyer2023-09-291-14/+7
|\
| * tree-wide: add path_simplify_alloc() and use itZbigniew Jędrzejewski-Szmek2023-09-221-14/+7
* | treewide: split commandline into command lineJoerg Behrmann2023-09-201-1/+1
|/
* install: Drop install_info_may_process() from unit_file_get_default()Daan De Meyer2023-08-181-3/+0
* Drop split-usr and unmerged-usr supportLuca Boccassi2023-07-281-5/+0
* stat-util: rename files_same() → inode_same()Lennart Poettering2023-05-191-1/+1
* unit-file: support UpheldBy= in [Install] settings (adding Upholds= depsMike Yuan2023-05-151-5/+16
* preset: Add ignore directiveDaan De Meyer2023-04-141-12/+33
* Merge pull request #27266 from dtardon/take-structLuca Boccassi2023-04-141-2/+1
|\
| * tree-wide: use TAKE_STRUCTDavid Tardon2023-04-141-2/+1
* | install: use FOREACH_ARRAYDavid Tardon2023-04-141-2/+2
* | tree-wide: rename cleanup functionDavid Tardon2023-04-141-5/+5