index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
service.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sd-bus: do not connect to dbus-1 socket when kdbus is available
Kay Sievers
2015-08-11
1
-1
/
+0
*
core: print a nicer warning when two units have the same BusName= setting
Lennart Poettering
2015-07-24
1
-2
/
+3
*
core: remove generic job completion messages from unit vtables
Michal Schmidt
2015-07-21
1
-3
/
+0
*
core: correct return value from reload methods
Michal Schmidt
2015-07-21
1
-1
/
+1
*
treewide: fix typos of let's
Zbigniew Jędrzejewski-Szmek
2015-07-07
1
-1
/
+1
*
turn kdbus support into a runtime option
Kay Sievers
2015-06-17
1
-4
/
+0
*
core: Let two more booleans survive a daemon-reload
Werner Fink
2015-06-11
1
-0
/
+9
*
util: split out signal-util.[ch] from util.[ch]
Lennart Poettering
2015-05-29
1
-0
/
+1
*
core: drop redundant logging about notification messages
Tom Gundersen
2015-05-12
1
-16
/
+3
*
core: rename SystemdRunningAs to ManagerRunningAs
Lennart Poettering
2015-05-11
1
-2
/
+2
*
core,network: major per-object logging rework
Lennart Poettering
2015-05-11
1
-122
/
+124
*
core: always initialize ExecParamters.bus_endpoint_fd to -1
Lennart Poettering
2015-05-11
1
-4
/
+4
*
core: annotate event sources
Tom Gundersen
2015-04-29
1
-1
/
+11
*
service: make restart logic a bit easier to understand
Lennart Poettering
2015-04-28
1
-11
/
+45
*
exit-status: introduce common exit_status_set_test() call for testing exit st...
Lennart Poettering
2015-04-28
1
-4
/
+2
*
Revert "core: do not spawn jobs or touch other units during coldplugging"
Lennart Poettering
2015-04-24
1
-1
/
+1
*
service: improve readability, by reducing line-breaks
Lennart Poettering
2015-04-24
1
-14
/
+8
*
service: transition through SIGKILL states only when SIGKILL is enabled
Lennart Poettering
2015-04-21
1
-3
/
+3
*
service: timeout on SIGABRT should also be considered an error to remember
Lennart Poettering
2015-04-21
1
-3
/
+2
*
service: make more use of IN_SET() macro
Lennart Poettering
2015-04-21
1
-26
/
+11
*
service: list states always in the same order
Lennart Poettering
2015-04-21
1
-14
/
+8
*
service: make kill operation mapping explicit
Lennart Poettering
2015-04-21
1
-2
/
+20
*
shared: add process-util.[ch]
Ronny Chevalier
2015-04-10
1
-0
/
+1
*
shared: add formats-util.h
Ronny Chevalier
2015-04-10
1
-0
/
+1
*
service: don't add After= dependencies on .busname units if kdbus support is ...
Michael Biebl
2015-03-14
1
-3
/
+5
*
add REMOTE_ADDR and REMOTE_PORT for Accept=yes
Shawn Landden
2015-03-10
1
-1
/
+41
*
core: do not spawn jobs or touch other units during coldplugging
Ivan Shapovalov
2015-03-07
1
-1
/
+1
*
core: expose consumed CPU time per unit
Lennart Poettering
2015-03-02
1
-1
/
+6
*
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
-4
/
+4
*
core: output unit status output strings to console, only if we actually are c...
Lennart Poettering
2015-01-28
1
-2
/
+2
*
service: automatically create After= dependency from services to their .busna...
Lennart Poettering
2015-01-07
1
-46
/
+65
*
core: implement serialization/deserialization of fd store elements
Lennart Poettering
2015-01-07
1
-71
/
+112
*
core: add new logic for services to store file descriptors in PID 1
Lennart Poettering
2015-01-06
1
-18
/
+148
*
core: rename unit_destroy_cgroup() to unit_destroy_cgroup_if_empty() since it...
Lennart Poettering
2014-12-09
1
-1
/
+1
*
core: warn and ignore SysVStartPriority=
Zbigniew Jędrzejewski-Szmek
2014-12-01
1
-7
/
+0
*
core: convert log_unit_*() to log_unit_*_errno()
Michal Schmidt
2014-11-28
1
-15
/
+15
*
log: fix order of log_unit_struct() to match other logging calls
Lennart Poettering
2014-11-28
1
-10
/
+10
*
log: rearrange log function naming
Lennart Poettering
2014-11-27
1
-95
/
+96
*
core: introduce new Delegate=yes/no property controlling creation of cgroup s...
Lennart Poettering
2014-11-05
1
-0
/
+1
*
service: add missing state table entry
Lennart Poettering
2014-10-28
1
-0
/
+1
*
core: send sigabrt on watchdog timeout to get the stacktrace
Umut Tezduyar Lindskog
2014-10-28
1
-11
/
+26
*
sd-bus: rename sd_bus_get_owner_uid(), sd_bus_get_owner_machine_id() and sd_b...
Daniel Mack
2014-10-22
1
-1
/
+1
*
Set $NOTIFY_SOCKET for control procs if NotifyAccess=all
Brandon L Black
2014-10-12
1
-10
/
+1
*
service: enter SERVICE_STOP_SIGTERM state after getting "STOPPING=1"
Michal Schmidt
2014-10-09
1
-1
/
+2
*
socket: introduce SELinuxContextFromNet option
Michal Sekletar
2014-09-19
1
-1
/
+3
*
service: hook up custom endpoint logic
Daniel Mack
2014-09-08
1
-1
/
+38
*
exec: factor out most function arguments of exec_spawn() to ExecParameters
Daniel Mack
2014-09-05
1
-13
/
+19
*
core: add support for a configurable system-wide start-up timeout
Lennart Poettering
2014-08-22
1
-70
/
+7
*
service: allow services of Type=oneshot that specify no ExecStart= commands
Lennart Poettering
2014-08-21
1
-10
/
+29
[next]