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
*
Merge pull request #4510 from keszybz/tree-wide-cleanups
Lennart Poettering
2016-11-03
1
-5
/
+5
|
\
|
*
tree-wide: drop NULL sentinel from strjoin
Zbigniew Jędrzejewski-Szmek
2016-10-23
1
-5
/
+5
*
|
shared, systemctl: teach is-enabled to show installation targets
Jan Synacek
2016-10-24
1
-16
/
+22
*
|
install: introduce UnitFileFlags
Jan Synacek
2016-10-24
1
-34
/
+27
|
/
*
Merge pull request #4390 from keszybz/install-specifiers
Lennart Poettering
2016-10-19
1
-30
/
+62
|
\
|
*
shared/install: report invalid unit files slightly better
Zbigniew Jędrzejewski-Szmek
2016-10-19
1
-15
/
+27
|
*
shared/install: resolve specifiers in Also=
Zbigniew Jędrzejewski-Szmek
2016-10-19
1
-4
/
+11
|
*
shared/install: provide more info if install_info_traverse_fails
Zbigniew Jędrzejewski-Szmek
2016-10-19
1
-1
/
+3
|
*
shared/install: in install_context_mark_for_removal ignore not found units
Zbigniew Jędrzejewski-Szmek
2016-10-19
1
-11
/
+22
|
*
shared/install: do not break loop when we enounter a dangling symlink
Zbigniew Jędrzejewski-Szmek
2016-10-17
1
-1
/
+1
*
|
tree-wide: introduce free_and_replace helper
Zbigniew Jędrzejewski-Szmek
2016-10-17
1
-8
/
+2
*
|
shared/install: use _cleanup_free_
Zbigniew Jędrzejewski-Szmek
2016-10-17
1
-8
/
+7
|
/
*
install: let's always refer to the actual setting in errors
Lennart Poettering
2016-10-10
1
-2
/
+2
*
shared/install: fix set-default with empty root (#4118)
Zbigniew Jędrzejewski-Szmek
2016-09-10
1
-0
/
+3
*
install: fix disable when /etc/systemd/system is a symlink
Lukas Nykryn
2016-08-30
1
-1
/
+1
*
shared/install: do not enable masked instances (#4005)
Zbigniew Jędrzejewski-Szmek
2016-08-21
1
-7
/
+28
*
shared/install: properly report masked units listed in Also=
Zbigniew Jędrzejewski-Szmek
2016-08-19
1
-0
/
+11
*
shared/install: when creating symlinks, keep existing relative symlinks
Zbigniew Jędrzejewski-Szmek
2016-08-19
1
-2
/
+21
*
shared/install: move root skipping into create_symlink()
Zbigniew Jędrzejewski-Szmek
2016-08-19
1
-20
/
+13
*
shared/install: ignore unit symlinks when doing preset-all
Zbigniew Jędrzejewski-Szmek
2016-08-19
1
-3
/
+10
*
shared/install: remove unused paramater and add more comments
Zbigniew Jędrzejewski-Szmek
2016-08-19
1
-6
/
+12
*
systemctl: fix preset-all with missing /etc/systemd/system
Zbigniew Jędrzejewski-Szmek
2016-08-19
1
-1
/
+1
*
install: follow config_path symlink (#3362)
Rhys
2016-08-09
1
-1
/
+1
*
shared/install: allow "enable" on linked unit files (#3790)
Zbigniew Jędrzejewski-Szmek
2016-07-25
1
-1
/
+1
*
load-fragment: ignore ENOTDIR/EACCES errors (#3510)
Zbigniew Jędrzejewski-Szmek
2016-06-15
1
-3
/
+7
*
tree-wide: rename draw_special_char to special_glyph
Zbigniew Jędrzejewski-Szmek
2016-05-09
1
-1
/
+1
*
shared/install: use "→" instead of "pointing to" for a symlink
Zbigniew Jędrzejewski-Szmek
2016-05-09
1
-1
/
+5
*
shared/install: do not print warning when a unit is already enabled
Zbigniew Jędrzejewski-Szmek
2016-05-09
1
-4
/
+6
*
shared/install: handle dangling aliases as an explicit case, report nicely
Zbigniew Jędrzejewski-Szmek
2016-05-09
1
-1
/
+15
*
shared/install: add some more debug messages and comments
Zbigniew Jędrzejewski-Szmek
2016-05-09
1
-3
/
+20
*
shared/install: simplify error handling conditionals in a few places
Zbigniew Jędrzejewski-Szmek
2016-05-07
1
-18
/
+10
*
Merge pull request #3183 from crawford/preset-array
Zbigniew Jędrzejewski-Szmek
2016-05-03
1
-26
/
+124
|
\
|
*
install: cache the presets before evaluating
Alex Crawford
2016-05-03
1
-25
/
+121
|
*
install: upgrade message to a warning
Alex Crawford
2016-04-29
1
-1
/
+3
*
|
shared/install: refuse template files for non-templateable units
Zbigniew Jędrzejewski-Szmek
2016-05-02
1
-0
/
+8
*
|
shared/install: warn about DefaultInstance in non-template units
Zbigniew Jędrzejewski-Szmek
2016-05-02
1
-0
/
+10
*
|
Move no_instances information to shared/
Zbigniew Jędrzejewski-Szmek
2016-05-02
1
-0
/
+9
*
|
shared/install: ignore Alias in [Install] of units which don't allow aliases
Zbigniew Jędrzejewski-Szmek
2016-05-02
1
-1
/
+31
*
|
Move no_alias information to shared/
Zbigniew Jędrzejewski-Szmek
2016-05-02
1
-0
/
+10
*
|
core: Filter by unit name behind the D-Bus, instead on the client side (#3142)
kayrus
2016-04-29
1
-1
/
+10
|
/
*
treewide: fix typos (#3092)
Torstein Husebø
2016-04-22
1
-1
/
+1
*
shared/install: always overwrite symlinks in .wants and .requires
Zbigniew Jędrzejewski-Szmek
2016-04-22
1
-4
/
+3
*
shared/install: rewrite unit_file_changes_add()
Zbigniew Jędrzejewski-Szmek
2016-04-21
1
-24
/
+14
*
shared/install: nicer error message is symlinking chokes on an existing file
Zbigniew Jędrzejewski-Szmek
2016-04-21
1
-2
/
+10
*
systemctl: warning about missing install info for template units
Zbigniew Jędrzejewski-Szmek
2016-04-19
1
-2
/
+5
*
shared/install,systemctl,core: report offending file on installation error
Zbigniew Jędrzejewski-Szmek
2016-04-19
1
-19
/
+101
*
Various formatting and style fixes
Zbigniew Jędrzejewski-Szmek
2016-04-19
1
-4
/
+3
*
install: allow paths like LookupPath.generator to be NULL
Zbigniew Jędrzejewski-Szmek
2016-04-17
1
-14
/
+14
*
systemctl/core: ignore masked units in preset-all
Zbigniew Jędrzejewski-Szmek
2016-04-17
1
-0
/
+4
*
tree-wide: use ERFKILL instead of ESHUTDOWN for "unit masked"
Zbigniew Jędrzejewski-Szmek
2016-04-17
1
-1
/
+1
[next]