summaryrefslogtreecommitdiff
path: root/src/path.c
Commit message (Expand)AuthorAge
* path: convert failure field to enumLennart Poettering2012-02-03
* unit: use safe downcasts, remove pointless castsMichal Schmidt2012-01-16
* unit: use the UNIT() macro consistentlyMichal Schmidt2012-01-16
* unit: remove union UnitMichal Schmidt2012-01-16
* unit: reduce heap usage for unit objectsMichal Schmidt2012-01-16
* unit: properly update references to units which are mergedLennart Poettering2012-01-06
* path: add missing pieces for PathModifiedMichal Schmidt2011-12-08
* path: add PathModified (= PathChanged + IN_MODIFY)Michal Schmidt2011-12-03
* path: refactor PathSpec usageMichal Schmidt2011-12-03
* path: use %m instead of strerror(errno)Michal Schmidt2011-12-03
* coverity: fix a couple of bugs found by coverityLennart Poettering2011-09-23
* load-fragment: speed up parsing by using a perfect hash table with configurat...Lennart Poettering2011-08-01
* path,unit: support globbing in conditions and path unitsLennart Poettering2011-07-07
* english: s/_per_/_by_/Lennart Poettering2011-06-21
* path: simplify recheck logicLennart Poettering2011-04-28
* path: optionally, create watched directories in .path unitsLennart Poettering2011-04-10
* path: after installing inotify watches, recheck file again to fix raceLennart Poettering2011-03-04
* path: don't use IN_ATTRIB on parent dirs when watching a file, since those ca...Lennart Poettering2011-03-04
* service: when reloading a service fails don't fail the entire service but jus...Lennart Poettering2011-01-20
* path: fix watching the root directoryMichal Schmidt2010-12-01
* path: don't mention too many inotify msgsLennart Poettering2010-11-16
* path: properly free PathSpec structsLennart Poettering2010-11-15
* unit: introduce ConditionDirectoryNotEmpty=Lennart Poettering2010-11-15
* path: avoid immediate restarting of units triggered by paths if nothing actua...Lennart Poettering2010-11-15
* path: always look for IN_ATTRIB since deletion is signalled that wayLennart Poettering2010-11-15
* units: order units by default before appropriate targets in case they are pul...Lennart Poettering2010-10-29
* unit: get rid of gnoreDependencyFailure= instead treat ConflictedBy= as weake...Lennart Poettering2010-10-29
* inotify: properly handle multiple inotify events per read()Lennart Poettering2010-10-13
* unit: introduce 'banned' load state for units symlinked to /dev/nullLennart Poettering2010-10-08
* manager: add missing second part of s/maintenance/failed/Matthew Miller2010-08-31
* dbus: follow standardized fdo PropertiesChanged signal specLennart Poettering2010-08-20
* emacs: make sure nobody accidently adds tabs to our sourcesLennart Poettering2010-08-14
* clang: fix numerous little issues found with clang-analyzerLennart Poettering2010-08-11
* manager: when two pending jobs conflict, keep the one that "conflicts", remov...Lennart Poettering2010-08-09
* systemctl: introduce reset-maintenance commandLennart Poettering2010-07-19
* path,timer: order units after sysinit by defaultLennart Poettering2010-07-16
* socket: when the socket is supposed to stop, don't accept any connections any...Lennart Poettering2010-07-13
* dbus: make errors reported via D-Bus more usefulLennart Poettering2010-07-08
* unit: add DefaultDependencies= settingLennart Poettering2010-07-03
* unit: simplify things a little by introducing API to add two dependencies in ...Lennart Poettering2010-07-03
* unit: shorten active state enums to make systemctl output nicerLennart Poettering2010-07-01
* unit: add new abstracted maintenance state for unitsLennart Poettering2010-07-01
* unit: get rid of various unnecessary castsLennart Poettering2010-06-19
* typo: the correct spelling is maintenance not maintainanceLennart Poettering2010-06-16
* path: add .path unit type for monitoring filesLennart Poettering2010-05-24