Merge branch 'daemon-ext'
[libi2ncommon] / src / cron.cpp
2014-11-25 Christian Herdtweckchanged doc only to make doxygen happier and get less...
2011-05-11 Thomas JaroschSwitch license from Intranator license to GPLv2 + linki...
2009-04-27 Thomas JaroschFix arnied scheduler by redefining StNimmerleinsDay...
2009-04-03 Gerd von Egidyfix unit-tests - the results were ok for the new code...
2009-04-02 Gerd von Egidyfirst shot at fixing WeekCron-login, not done yet ...
2009-02-03 Gerd von Egidyadd accessor functions and default constructor to WeekCron
2009-02-03 Gerd von Egidyimprove comment
2009-01-30 Thomas JaroschAdded some safety checks to WeekCron. Updated StartHour...
2009-01-29 Gerd v. Egidyfound out how to reliably get the start of the day...
2009-01-29 Gerd von Egidyfix bugs with dst-changes. maybe won't work for other...
2009-01-29 Gerd von Egidyfix unit-tests that were broken, mark dst-bug, add...
2009-01-28 Thomas JaroschMerge commit 'origin/arnied-clockchange' into arnied...
2009-01-28 Thomas Jaroschsome tests for DST, some currently failing, maybe bug...
2009-01-28 Thomas JaroschMoved WEEK class to own file. Renamed to Week and adapt...
2009-01-28 Thomas Jaroschfix casts in unit-test, return StNimmerleinsDay for...
2009-01-28 Thomas JaroschMoved to i2n namespace. Constification. Calculate next_...
2009-01-28 Thomas Jaroschrefactor WeekCron: rename get_lastnow_point to _previou...
2009-01-28 Thomas JaroschAdd documentation, cosmetic changes
2009-01-28 Thomas JaroschRenamed variables to match i2n code style
2009-01-28 Thomas Jaroschfix off-by-one / half-open-interval on end of interval...
2009-01-28 Thomas Jaroschfix off-by-one at the end of an interval
2009-01-28 Gerd v. Egidyscheduling class can do intervals now, some fixes
2009-01-28 Gerd v. Egidyadd class for weekly scheduling, intervals still missing