summaryrefslogtreecommitdiff
path: root/src/core/path.c
AgeCommit message (Expand)Author
2016-10-07core: add "invocation ID" concept to service managerLennart Poettering
2016-08-04core: remember first unit failure, not last unit failureLennart Poettering
2016-05-02core: move enforcement of the start limit into per-unit-type code againLennart Poettering
2016-04-12core: remove ManagerRunningAs enumLennart Poettering
2016-04-08import: use (void) moreZbigniew Jędrzejewski-Szmek
2016-02-11core: use correct enumThomas Hindoe Paaboel Andersen
2016-02-11core: don't choke if a unit another unit triggers vanishes during reloadLennart Poettering
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering
2015-11-12core: drop "override" flag when building transactionsLennart Poettering
2015-11-11core: simplify things a bit by checking default_dependencies boolean in calle...Lennart Poettering
2015-10-27util-lib: move inotify-related definitions to fs-util.[ch]Lennart Poettering
2015-10-27util-lib: split out globbing related calls into glob-util.[ch]Lennart Poettering
2015-10-27util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering
2015-10-27util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-09-28Move all unit states to basic/ and extend systemctl --state=helpZbigniew Jędrzejewski-Szmek
2015-08-28core: add unit_dbus_interface_from_type() to unit-name.hLennart Poettering
2015-07-10core: include unit in path state transition debug logging.Vito Caputo
2015-05-11core: rename SystemdRunningAs to ManagerRunningAsLennart Poettering
2015-05-11core,network: major per-object logging reworkLennart Poettering
2015-04-29core: annotate event sourcesTom Gundersen
2015-04-24Revert "core: do not spawn jobs or touch other units during coldplugging"Lennart Poettering
2015-03-07core: do not spawn jobs or touch other units during coldpluggingIvan Shapovalov
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-01-28core: output unit status output strings to console, only if we actually are c...Lennart Poettering
2014-12-24util: fix strict aliasing violations in use of struct inotify_event v5Shawn Paul Landden
2014-12-10core: unify how we iterate over inotify eventsLennart Poettering
2014-11-28treewide: another round of simplificationsMichal Schmidt
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-11-28treewide: more log_*_errno() conversions, multiline callsMichal Schmidt
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-11-27log: rearrange log function namingLennart Poettering
2014-07-16core: nicer message when inotify watches are exhaustedZbigniew Jędrzejewski-Szmek
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering
2014-03-07Make tables for DEFINE_STRING_TABLE_LOOKUP consistentDaniel Mack
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering
2013-12-22core: no need to list properties for PropertiesChanged messages anymoreLennart Poettering
2013-11-20core: convert PID 1 to libsystemd-busLennart Poettering
2013-10-14list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering
2013-09-26core: rework how we match mount units against each otherLennart Poettering
2013-05-02Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek
2013-04-25unit: rework stop pending logicLennart Poettering
2013-04-23unit: rework trigger dependency logicLennart Poettering
2013-04-18move _cleanup_ attribute in front of the typeHarald Hoyer
2013-04-18Move bus_error to dbus-common and remove bus_error_message_or_strerrorSimon Peeters
2013-03-25units: introduce new timers.target and paths.target to hook timer/path units ...Lennart Poettering
2013-03-08path: avoid an allocation in path_spec_watchMichal Schmidt