summaryrefslogtreecommitdiff
path: root/src/core/path.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-3/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-06-11core: add a couple of more error cases that should result in "bad-setting"Lennart Poettering1-1/+1
2018-06-05Merge pull request #9158 from poettering/notify-auto-reloadZbigniew Jędrzejewski-Szmek1-1/+1
2018-06-03path-util: introduce path_simplify()Yu Watanabe1-1/+1
2018-06-01core: don't trigger OnFailure= deps when a unit is going to restartLennart Poettering1-1/+1
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-02-26core/path: add one more assertZbigniew Jędrzejewski-Szmek1-1/+2
2017-12-15core/path: implement transient path unitYu Watanabe1-1/+5
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-11-10core: track why unit dependencies came to beLennart Poettering1-17/+25
2017-10-02tree-wide: use `!IN_SET(..)` for `a != b && a != c && …`Andreas Rammhold1-2/+1
2017-10-02tree-wide: use IN_SET where possibleAndreas Rammhold1-8/+7
2017-09-27core: log unit failure with type-specific result codeLennart Poettering1-0/+3
2016-10-07core: add "invocation ID" concept to service managerLennart Poettering1-0/+4
2016-08-04core: remember first unit failure, not last unit failureLennart Poettering1-1/+1
2016-05-02core: move enforcement of the start limit into per-unit-type code againLennart Poettering1-0/+8
2016-04-12core: remove ManagerRunningAs enumLennart Poettering1-1/+1
2016-04-08import: use (void) moreZbigniew Jędrzejewski-Szmek1-5/+3
2016-02-11core: use correct enumThomas Hindoe Paaboel Andersen1-1/+1
2016-02-11core: don't choke if a unit another unit triggers vanishes during reloadLennart Poettering1-2/+14
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering1-1/+1
2015-11-12core: drop "override" flag when building transactionsLennart Poettering1-2/+1
2015-11-11core: simplify things a bit by checking default_dependencies boolean in calle...Lennart Poettering1-11/+9
2015-10-27util-lib: move inotify-related definitions to fs-util.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: split out globbing related calls into glob-util.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering1-0/+1
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering1-1/+2
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering1-9/+10
2015-09-28Move all unit states to basic/ and extend systemctl --state=helpZbigniew Jędrzejewski-Szmek1-9/+0
2015-08-28core: add unit_dbus_interface_from_type() to unit-name.hLennart Poettering1-1/+0
2015-07-10core: include unit in path state transition debug logging.Vito Caputo1-1/+1
2015-05-11core: rename SystemdRunningAs to ManagerRunningAsLennart Poettering1-1/+1
2015-05-11core,network: major per-object logging reworkLennart Poettering1-23/+13
2015-04-29core: annotate event sourcesTom Gundersen1-0/+2
2015-04-24Revert "core: do not spawn jobs or touch other units during coldplugging"Lennart Poettering1-10/+4
2015-03-07core: do not spawn jobs or touch other units during coldpluggingIvan Shapovalov1-4/+10
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-2/+0
2015-01-28core: output unit status output strings to console, only if we actually are c...Lennart Poettering1-2/+2
2014-12-24util: fix strict aliasing violations in use of struct inotify_event v5Shawn Paul Landden1-2/+2
2014-12-10core: unify how we iterate over inotify eventsLennart Poettering1-24/+8
2014-11-28treewide: another round of simplificationsMichal Schmidt1-8/+4
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt1-3/+3
2014-11-28treewide: more log_*_errno() conversions, multiline callsMichal Schmidt1-2/+1
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt1-1/+1
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt1-1/+1
2014-11-27log: rearrange log function namingLennart Poettering1-2/+2
2014-07-16core: nicer message when inotify watches are exhaustedZbigniew Jędrzejewski-Szmek1-1/+2