summaryrefslogtreecommitdiff
path: root/src/core/path.c
Commit message (Expand)AuthorAge
* 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