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