aboutsummaryrefslogtreecommitdiff
path: root/Utility/Scheduled.hs
Commit message (Expand)AuthorAge
* adeiu, MissingHGravatar Joey Hess2017-05-16
* import Data.Time.Format to ensure its Read instance for LocalTime is availableGravatar Joey Hess2015-11-21
* reorg quickcheck to a separate moduleGravatar Joey Hess2015-11-17
* merge hlint changes from propellorGravatar Joey Hess2015-09-13
* rejigger imports for clean build with ghc 7.10's AMP changesGravatar Joey Hess2015-05-10
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* indent with tabs not spacesGravatar Joey Hess2014-10-09
* fix some mixed space+tab indentationGravatar Joey Hess2014-10-09
* relicense general utility library code to BSDGravatar Joey Hess2014-05-10
* wrote test case; found bugs in date math; fixed and simplified using Data.Tim...Gravatar Joey Hess2014-04-12
* Improve handling on monthly/yearly scheduling.Gravatar Joey Hess2014-04-12
* Improve handling on monthly/yearly scheduling.Gravatar Joey Hess2014-04-11
* guard against any remaining infinite recursion bugs; throw error if no candid...Gravatar Joey Hess2014-04-11
* Last release didn't quite fix the high cpu issue in all cases, this should.Gravatar Joey Hess2014-04-11
* rename confusingly named "day"Gravatar Joey Hess2014-04-11
* assistant: Fix high CPU usage triggered when a monthly fsck is scheduled, and...Gravatar Joey Hess2014-04-11
* merge from propellorGravatar Joey Hess2014-04-09
* fix quickcheck rangeGravatar Joey Hess2013-11-01
* fix handling of schedled time of 12 PMGravatar Joey Hess2013-11-01
* test suite found a case that was not properly parsedGravatar Joey Hess2013-10-16
* add support for weekly, monthly, and yearly schedules that run on no specific...Gravatar Joey Hess2013-10-15
* improve calculation of nextTime for AnyTime eventsGravatar Joey Hess2013-10-13
* better time displayGravatar Joey Hess2013-10-11
* 0 pad minutesGravatar Joey Hess2013-10-10
* remove duration from ScheduleGravatar Joey Hess2013-10-08
* half way complete cronner thread to run scheduled activitiesGravatar Joey Hess2013-10-08
* refactorGravatar Joey Hess2013-10-07
* comment typoGravatar Joey Hess2013-10-07
* calculating the next time on a ScheduleGravatar Joey Hess2013-10-07
* better recurrance formattingGravatar Joey Hess2013-10-07
* add schedule to vicfgGravatar Joey Hess2013-10-07
* quickcheck schedule parsingGravatar Joey Hess2013-10-07
* basic data types for scheduled activitiesGravatar Joey Hess2013-10-07