]> git.mxchange.org Git - hub.git/history - application/hub/main/handler/tasks/class_TaskHandler.php
Added line numbers to debug lines as this will become the 'norm'
[hub.git] / application / hub / main / handler / tasks / class_TaskHandler.php
2013-02-25 Roland HäderAdded line numbers to debug lines as this will become...
2013-02-13 Roland HäderRewritten remaining (old) debug calls:
2012-07-31 Roland HäderIntroduced self::createDebugInstance()
2012-05-16 Roland HäderCopyright notice updated
2012-04-22 Roland HäderSome rewriting, TODOs.txt updated:
2012-03-24 Roland HäderFixed a typo, added an assert()
2012-02-26 Roland HäderContinued with hub development: validation of chunk...
2011-08-31 Roland HäderHub project continued:
2011-03-12 Roland HäderA lot new methods/class added and many cleanups:
2011-03-05 Roland HäderCopyright notice updated, our first hub application...
2011-02-28 Roland Häder'public static final' is the right thing, some variable...
2010-05-22 Roland HäderAdded getAddressPort() method to ease comparison with...
2010-03-26 Roland HäderNetwork package writer added, shutdown refactured,...
2010-03-21 Roland HäderRemoved some dublicate instances to avoid confusion
2010-01-27 Roland HäderState pattern classes for node states added, factory...
2009-09-26 Roland HäderSelf-announcement rewritten to a task
2009-08-19 Roland HäderInterfaces, BaseDecorator added:
2009-08-17 Roland HäderDebug line added for startup of tasks
2009-08-16 Roland HäderExceptions/interfaces/classes added:
2009-08-15 Roland HäderTasks extended, iterator added:
2009-08-15 Roland HäderIdle loop added, tasks are simple things to do
2009-08-11 Roland HäderTask handler added, a lot rewrites