summaryrefslogtreecommitdiff
path: root/src/core/path.c
Commit message (Expand)AuthorAge
* core: do not spawn jobs or touch other units during coldpluggingIvan Shapovalov2015-03-07
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-23
* core: output unit status output strings to console, only if we actually are c...Lennart Poettering2015-01-28
* util: fix strict aliasing violations in use of struct inotify_event v5Shawn Paul Landden2014-12-24
* core: unify how we iterate over inotify eventsLennart Poettering2014-12-10
* treewide: another round of simplificationsMichal Schmidt2014-11-28
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-28
* treewide: more log_*_errno() conversions, multiline callsMichal Schmidt2014-11-28
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-28
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-28
* log: rearrange log function namingLennart Poettering2014-11-27
* core: nicer message when inotify watches are exhaustedZbigniew Jędrzejewski-Szmek2014-07-16
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-18
* Make tables for DEFINE_STRING_TABLE_LOOKUP consistentDaniel Mack2014-03-07
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-20
* core: no need to list properties for PropertiesChanged messages anymoreLennart Poettering2013-12-22
* core: convert PID 1 to libsystemd-busLennart Poettering2013-11-20
* list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering2013-10-14
* core: rework how we match mount units against each otherLennart Poettering2013-09-26
* Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek2013-05-02
* unit: rework stop pending logicLennart Poettering2013-04-25
* unit: rework trigger dependency logicLennart Poettering2013-04-23
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-18
* Move bus_error to dbus-common and remove bus_error_message_or_strerrorSimon Peeters2013-04-18
* units: introduce new timers.target and paths.target to hook timer/path units ...Lennart Poettering2013-03-25
* path: avoid an allocation in path_spec_watchMichal Schmidt2013-03-08
* core/path: install inotify watches top-down instead of bottom-upZbigniew Jędrzejewski-Szmek2013-03-03
* core/path: catch errors when adding watchesZbigniew Jędrzejewski-Szmek2013-03-03
* core/path: modernize styleZbigniew Jędrzejewski-Szmek2013-03-03
* core/path: use automatic cleanupZbigniew Jędrzejewski-Szmek2013-03-03
* core/path: fix a leak in success pathZbigniew Jędrzejewski-Szmek2013-03-03
* units: for all unit settings that take lists, allow the empty string for rese...Lennart Poettering2013-01-17
* systemd: use unit logging macrosZbigniew Jędrzejewski-Szmek2013-01-06
* core/path: modernize styleZbigniew Jędrzejewski-Szmek2013-01-06
* core: move ManagerRunningAs to sharedZbigniew Jędrzejewski-Szmek2012-09-18
* manager: fix the buildLennart Poettering2012-09-13
* unit: get rid of UnitVTable.suffix, which is now unusedLennart Poettering2012-07-10
* mkdir: append _label to all mkdir() calls that explicitly set the selinux con...Kay Sievers2012-05-31
* util: split-out path-util.[ch]Kay Sievers2012-05-08
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-12
* move libsystemd_core.la sources into core/Kay Sievers2012-04-11