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
*
sysv-generator: initialize LookupPaths just once
Zbigniew Jędrzejewski-Szmek
2015-03-15
1
-22
/
+33
*
tree-wide: there is no ENOTSUP on linux
David Herrmann
2015-03-13
1
-2
/
+2
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-1
/
+0
*
util: rework strappenda(), and rename it strjoina()
Lennart Poettering
2015-02-03
1
-2
/
+2
*
path-lookup, systemctl: export lookup_paths_init_from_scope() from shared/ins...
Ivan Shapovalov
2015-01-05
1
-16
/
+0
*
util: rename ignore_file() to hidden_file()
Lennart Poettering
2014-12-19
1
-4
/
+4
*
core: properly pass unit file state to clients via the bus
Lennart Poettering
2014-12-10
1
-1
/
+0
*
shared: install - report error if mask symlink can not be marked for removal
Tom Gundersen
2014-11-29
1
-10
/
+5
*
treewide: yet more log_*_errno + return simplifications
Michal Schmidt
2014-11-28
1
-4
/
+2
*
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
1
-1
/
+1
*
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-11-28
1
-1
/
+1
*
shared/install: when unit contains only Also=, report 'indirect'
Jan Synacek
2014-11-10
1
-14
/
+31
*
shared/install: avoid prematurely rejecting "missing" units
Dave Reisner
2014-10-31
1
-5
/
+3
*
systemctl: do not ignore errors in symlink removal
Zbigniew Jędrzejewski-Szmek
2014-10-25
1
-1
/
+1
*
install, cgtop: adjust hashmap_move_one() callers for -ENOMEM possibility
Michal Schmidt
2014-10-23
1
-11
/
+29
*
install: make InstallContext::{will_install,have_installed} OrderedHashmaps
Michal Schmidt
2014-10-23
1
-20
/
+20
*
systemctl: add add-wants and add-requires verbs
Lukas Nykryn
2014-10-08
1
-9
/
+93
*
core: don't allow enabling if unit is masked
Jan Synacek
2014-10-07
1
-0
/
+13
*
Rename user_runtime to user_runtime_dir
Zbigniew Jędrzejewski-Szmek
2014-10-02
1
-1
/
+1
*
add a transient user unit directory
Steven Allen
2014-10-02
1
-18
/
+19
*
shared: fix resource leak in config_parse_default_instance
Andreas Henriksson
2014-09-16
1
-1
/
+3
*
hashmap: introduce hash_ops to make struct Hashmap smaller
Michal Schmidt
2014-09-15
1
-4
/
+4
*
systemctl: fix broken list-unit-files with --root
Lukas Nykryn
2014-08-27
1
-1
/
+6
*
Revert "systemctl: fix broken list-unit-files with --root"
Lennart Poettering
2014-08-26
1
-1
/
+1
*
systemctl: fix broken list-unit-files with --root
Lukas Nykryn
2014-08-25
1
-1
/
+1
*
install: simplify usage of _cleanup_ macros
Lennart Poettering
2014-08-21
1
-14
/
+13
*
systemctl: fail in the case that no unit files were found
Lukas Nykryn
2014-08-20
1
-0
/
+6
*
util: allow strappenda to take any number of args
Dave Reisner
2014-08-14
1
-1
/
+1
*
Properly report invalid quoted strings
Zbigniew Jędrzejewski-Szmek
2014-07-31
1
-0
/
+3
*
Reject invalid quoted strings
Zbigniew Jędrzejewski-Szmek
2014-07-31
1
-4
/
+3
*
Add utility function to append root to path
Zbigniew Jędrzejewski-Szmek
2014-07-26
1
-42
/
+15
*
Always check asprintf return code
Karel Zak
2014-07-26
1
-6
/
+9
*
test-tables: add new entries
Zbigniew Jędrzejewski-Szmek
2014-07-17
1
-3
/
+3
*
Let config_parse open file where applicable
Zbigniew Jędrzejewski-Szmek
2014-07-17
1
-1
/
+4
*
Constify ConfigTableItem tables
Zbigniew Jędrzejewski-Szmek
2014-07-16
1
-1
/
+1
*
conf-files: include root in returned file paths
Michael Marineau
2014-06-20
1
-10
/
+3
*
install: remove unused variable
Thomas Hindoe Paaboel Andersen
2014-06-17
1
-1
/
+1
*
install: improve paths we show the user when enabling/disabling
Lennart Poettering
2014-06-17
1
-0
/
+4
*
install: simplify symlink --root= logic
Lennart Poettering
2014-06-17
1
-44
/
+15
*
install: "systemctl enable" should be a nop for template units lacking a Defa...
Lennart Poettering
2014-06-17
1
-1
/
+8
*
install: make sure that --root= mode doesn't make us consider all units outsi...
Lennart Poettering
2014-06-17
1
-4
/
+37
*
install: make sure "systemctl disable foobar@.service" actually removes all i...
Lennart Poettering
2014-06-17
1
-7
/
+17
*
install: introduce new DefaultInstance= field for [Install] sections
Lennart Poettering
2014-06-17
1
-68
/
+80
*
install: when looking for a unit file for enabling, search for templates only...
Lennart Poettering
2014-06-17
1
-36
/
+38
*
install: use symlink_atomic() instead of unlink()+symlink() when force creati...
Lennart Poettering
2014-06-17
1
-19
/
+8
*
install: various modernizations
Lennart Poettering
2014-06-17
1
-25
/
+22
*
install: teach preset query logic --root= support
Lennart Poettering
2014-06-17
1
-8
/
+20
*
install: beef up preset logic to limit to only enable or only disable, and do...
Lennart Poettering
2014-06-17
1
-13
/
+138
*
install: simplify and clarify disabling logic for instanced units
Lennart Poettering
2014-06-17
1
-22
/
+28
*
install: various modernizations
Lennart Poettering
2014-06-17
1
-29
/
+14
[next]