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