summaryrefslogtreecommitdiff
path: root/src/timer.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-03timer: convert failure bool into enumLennart Poettering1-9/+28
2012-01-16unit: use the UNIT() macro consistentlyMichal Schmidt1-12/+12
2012-01-16unit: remove union UnitMichal Schmidt1-14/+14
2012-01-16unit: reduce heap usage for unit objectsMichal Schmidt1-0/+1
2012-01-07fix compiler warningKay Sievers1-1/+0
2012-01-06unit: properly update references to units which are mergedLennart Poettering1-33/+24
2011-08-01load-fragment: speed up parsing by using a perfect hash table with configurat...Lennart Poettering1-0/+4
2011-01-20service: when reloading a service fails don't fail the entire service but jus...Lennart Poettering1-1/+1
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-28timer: when deserializing timer state stay elapsed when we are elapsedLennart Poettering1-3/+1
2010-10-27unit: serialize active timestampsLennart Poettering1-2/+2
2010-10-05timer: Add missing break in switchMatthias Schiffer1-1/+1
2010-08-31manager: add missing second part of s/maintenance/failed/Matthew Miller1-9/+9
2010-08-20dbus: follow standardized fdo PropertiesChanged signal specLennart Poettering1-1/+3
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-7/+0
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-04uniformly suffix time span properties with their unitLennart Poettering1-5/+5
2010-07-03unit: add DefaultDependencies= settingLennart Poettering1-0/+6
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-2/+2
2010-06-19unit: get rid of various unnecessary castsLennart Poettering1-2/+2
2010-06-16typo: the correct spelling is maintenance not maintainanceLennart Poettering1-5/+5
2010-05-24path: add .path unit type for monitoring filesLennart Poettering1-3/+9
2010-05-24timer: fully implement timer unitsLennart Poettering1-8/+420
2010-05-16build-sys: move source files to subdirectoryLennart Poettering1-0/+51