summaryrefslogtreecommitdiffstats
path: root/src/shared/install.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* install: refactor find_symlinks() and don't search for symlinks recursivelyMichal Sekletar2021-03-111-107/+96
* install: use null_or_empty_path()Yu Watanabe2021-03-051-4/+2
* install: make UnitFileChangeType enum anonymousLennart Poettering2021-02-171-21/+33
* tree-wide: return NULL from freeing functionsZbigniew Jędrzejewski-Szmek2021-02-161-3/+3
* install: use ordered_hashmap_ensure_putSusant Sahani2021-01-181-5/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* core: add [Enable|Disable]UnitFilesWithFlags DBUS methodsLuca Boccassi2020-09-041-2/+11
* shared/install: fix preset operations for non-service instantiated unitsZbigniew Jędrzejewski-Szmek2020-08-221-8/+5
* shared/install: reduce scope of iterator variablesZbigniew Jędrzejewski-Szmek2020-08-221-13/+8
* install: fix wrong data typefangxiuning2020-07-101-1/+1
* shared/install: do not require /dev/null to be present in chrootsZbigniew Jędrzejewski-Szmek2020-07-051-5/+17
* core: check null_or_empty for masked units instead of /dev/nullAnita Zhang2020-07-031-9/+10
* core: remove support for ".include" stanzaLennart Poettering2020-06-031-1/+1
* conf-parser: return mtime in config_parse() and friendsLennart Poettering2020-06-021-1/+2
* shared: treat generator units as vendor unitsJeremy Cline2020-05-211-2/+5
* tree-wide: Workaround -Wnonnull GCC bugBenjamin Robin2020-05-071-2/+6
* systemctl: add new enablement state "alias"Zbigniew Jędrzejewski-Szmek2020-05-051-0/+7
* shared/install: rename variable for clarityZbigniew Jędrzejewski-Szmek2020-05-051-5/+5
* shared/install: print name of offending file in errorZbigniew Jędrzejewski-Szmek2020-05-051-1/+1
* shared/install: indent tablesZbigniew Jędrzejewski-Szmek2020-05-051-16/+16
* shared/install: optionally cache the preset listZbigniew Jędrzejewski-Szmek2020-05-051-31/+31
* tree-wide: spellcheck using codespellZbigniew Jędrzejewski-Szmek2020-04-161-1/+1
* *: convert amenable fdopen calls to take_fdopenVito Caputo2020-03-311-2/+1
* Merge pull request #14156 from fbuihuu/deal-with-aliases-when-disablingZbigniew Jędrzejewski-Szmek2020-02-061-3/+3
|\
| * shared/install: drop an unused variable in config_parse_also()Franck Bui2020-01-101-2/+2
| * shared/install: try harder to find enablement symlinks when disabling a unitFranck Bui2020-01-101-1/+1
* | Merge pull request #14400 from keszybz/alias-checkLennart Poettering2020-01-131-2/+82
|\ \
| * | core,install: allow one more case of "instance propagation"Zbigniew Jędrzejewski-Szmek2020-01-101-2/+14
| * | shared/install: rework alias check and add testZbigniew Jędrzejewski-Szmek2020-01-101-36/+53
| * | shared/install: drop creation of alias for DefaultInstanceZbigniew Jędrzejewski-Szmek2019-12-211-16/+0
| * | shared/install: split out alias verification functionZbigniew Jędrzejewski-Szmek2019-12-191-28/+40
| * | Be more strict about what can be an Alias for template and instancesJérémy Rosen2019-12-181-0/+55
| |/
* / install: use path_strv_contains() where appropriateLennart Poettering2020-01-091-6/+1
|/
* shared/install: log syntax error for invalid DefaultInstance=Zbigniew Jędrzejewski-Szmek2019-12-161-1/+2
* shared/install: provide a nicer error message for invalid WantedBy=/Required=...Zbigniew Jędrzejewski-Szmek2019-12-131-1/+8
* shared/install: remove duplicated checkZbigniew Jędrzejewski-Szmek2019-12-131-3/+0
* shared/install: warn about unkown sections in unit filesZbigniew Jędrzejewski-Szmek2019-11-251-2/+14
* Merge pull request #13906 from yuwata/drop-missing-take2Zbigniew Jędrzejewski-Szmek2019-11-041-3/+0
|\
| * tree-wide: drop stat.h or statfs.h when stat-util.h is includedYu Watanabe2019-11-031-1/+0
| * tree-wide: drop dirent.h when dirent-util.h is includedYu Watanabe2019-11-031-1/+0
| * tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-031-1/+0
* | allow an empty DefaultInstance= in configuration filesJérémy Rosen2019-11-041-0/+5
|/
* shared/install: fix error codes returned by install_context_apply()Franck Bui2019-09-241-1/+1
* shared/install: typoZbigniew Jędrzejewski-Szmek2019-07-291-1/+1
* Create src/shared/unit-file.[ch] for unit-file related opsZbigniew Jędrzejewski-Szmek2019-07-191-20/+1
* tree-wide: get rid of strappend()Lennart Poettering2019-07-121-1/+1
* Merge pull request #12836 from yuwata/tree-wide-replace-strjoinLennart Poettering2019-06-221-4/+4
|\
| * tree-wide: replace strjoin() with path_join()Yu Watanabe2019-06-201-4/+4
* | path-util: get rid of prefix_root()Lennart Poettering2019-06-211-3/+3
|/
* codespell: fix spelling errorsBen Boeckel2019-04-291-2/+2