index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
install.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
install: refactor find_symlinks() and don't search for symlinks recursively
Michal Sekletar
2021-03-11
1
-107
/
+96
*
install: use null_or_empty_path()
Yu Watanabe
2021-03-05
1
-4
/
+2
*
install: make UnitFileChangeType enum anonymous
Lennart Poettering
2021-02-17
1
-21
/
+33
*
tree-wide: return NULL from freeing functions
Zbigniew Jędrzejewski-Szmek
2021-02-16
1
-3
/
+3
*
install: use ordered_hashmap_ensure_put
Susant Sahani
2021-01-18
1
-5
/
+1
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
core: add [Enable|Disable]UnitFilesWithFlags DBUS methods
Luca Boccassi
2020-09-04
1
-2
/
+11
*
shared/install: fix preset operations for non-service instantiated units
Zbigniew Jędrzejewski-Szmek
2020-08-22
1
-8
/
+5
*
shared/install: reduce scope of iterator variables
Zbigniew Jędrzejewski-Szmek
2020-08-22
1
-13
/
+8
*
install: fix wrong data type
fangxiuning
2020-07-10
1
-1
/
+1
*
shared/install: do not require /dev/null to be present in chroots
Zbigniew Jędrzejewski-Szmek
2020-07-05
1
-5
/
+17
*
core: check null_or_empty for masked units instead of /dev/null
Anita Zhang
2020-07-03
1
-9
/
+10
*
core: remove support for ".include" stanza
Lennart Poettering
2020-06-03
1
-1
/
+1
*
conf-parser: return mtime in config_parse() and friends
Lennart Poettering
2020-06-02
1
-1
/
+2
*
shared: treat generator units as vendor units
Jeremy Cline
2020-05-21
1
-2
/
+5
*
tree-wide: Workaround -Wnonnull GCC bug
Benjamin Robin
2020-05-07
1
-2
/
+6
*
systemctl: add new enablement state "alias"
Zbigniew Jędrzejewski-Szmek
2020-05-05
1
-0
/
+7
*
shared/install: rename variable for clarity
Zbigniew Jędrzejewski-Szmek
2020-05-05
1
-5
/
+5
*
shared/install: print name of offending file in error
Zbigniew Jędrzejewski-Szmek
2020-05-05
1
-1
/
+1
*
shared/install: indent tables
Zbigniew Jędrzejewski-Szmek
2020-05-05
1
-16
/
+16
*
shared/install: optionally cache the preset list
Zbigniew Jędrzejewski-Szmek
2020-05-05
1
-31
/
+31
*
tree-wide: spellcheck using codespell
Zbigniew Jędrzejewski-Szmek
2020-04-16
1
-1
/
+1
*
*: convert amenable fdopen calls to take_fdopen
Vito Caputo
2020-03-31
1
-2
/
+1
*
Merge pull request #14156 from fbuihuu/deal-with-aliases-when-disabling
Zbigniew Jędrzejewski-Szmek
2020-02-06
1
-3
/
+3
|
\
|
*
shared/install: drop an unused variable in config_parse_also()
Franck Bui
2020-01-10
1
-2
/
+2
|
*
shared/install: try harder to find enablement symlinks when disabling a unit
Franck Bui
2020-01-10
1
-1
/
+1
*
|
Merge pull request #14400 from keszybz/alias-check
Lennart Poettering
2020-01-13
1
-2
/
+82
|
\
\
|
*
|
core,install: allow one more case of "instance propagation"
Zbigniew Jędrzejewski-Szmek
2020-01-10
1
-2
/
+14
|
*
|
shared/install: rework alias check and add test
Zbigniew Jędrzejewski-Szmek
2020-01-10
1
-36
/
+53
|
*
|
shared/install: drop creation of alias for DefaultInstance
Zbigniew Jędrzejewski-Szmek
2019-12-21
1
-16
/
+0
|
*
|
shared/install: split out alias verification function
Zbigniew Jędrzejewski-Szmek
2019-12-19
1
-28
/
+40
|
*
|
Be more strict about what can be an Alias for template and instances
Jérémy Rosen
2019-12-18
1
-0
/
+55
|
|
/
*
/
install: use path_strv_contains() where appropriate
Lennart Poettering
2020-01-09
1
-6
/
+1
|
/
*
shared/install: log syntax error for invalid DefaultInstance=
Zbigniew Jędrzejewski-Szmek
2019-12-16
1
-1
/
+2
*
shared/install: provide a nicer error message for invalid WantedBy=/Required=...
Zbigniew Jędrzejewski-Szmek
2019-12-13
1
-1
/
+8
*
shared/install: remove duplicated check
Zbigniew Jędrzejewski-Szmek
2019-12-13
1
-3
/
+0
*
shared/install: warn about unkown sections in unit files
Zbigniew Jędrzejewski-Szmek
2019-11-25
1
-2
/
+14
*
Merge pull request #13906 from yuwata/drop-missing-take2
Zbigniew Jędrzejewski-Szmek
2019-11-04
1
-3
/
+0
|
\
|
*
tree-wide: drop stat.h or statfs.h when stat-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
|
*
tree-wide: drop dirent.h when dirent-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
|
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
|
allow an empty DefaultInstance= in configuration files
Jérémy Rosen
2019-11-04
1
-0
/
+5
|
/
*
shared/install: fix error codes returned by install_context_apply()
Franck Bui
2019-09-24
1
-1
/
+1
*
shared/install: typo
Zbigniew Jędrzejewski-Szmek
2019-07-29
1
-1
/
+1
*
Create src/shared/unit-file.[ch] for unit-file related ops
Zbigniew Jędrzejewski-Szmek
2019-07-19
1
-20
/
+1
*
tree-wide: get rid of strappend()
Lennart Poettering
2019-07-12
1
-1
/
+1
*
Merge pull request #12836 from yuwata/tree-wide-replace-strjoin
Lennart Poettering
2019-06-22
1
-4
/
+4
|
\
|
*
tree-wide: replace strjoin() with path_join()
Yu Watanabe
2019-06-20
1
-4
/
+4
*
|
path-util: get rid of prefix_root()
Lennart Poettering
2019-06-21
1
-3
/
+3
|
/
*
codespell: fix spelling errors
Ben Boeckel
2019-04-29
1
-2
/
+2
[next]