]> git.mxchange.org Git - hub.git/history - application/hub/main/producer
Publication of DHT entries requires a fully booted DHT as else it will only find...
[hub.git] / application / hub / main / producer /
2014-02-03 Roland 'Quix0r'... Merge branch 'contrib'
2013-07-30 Roland HäderUpdated domain without a dash :(
2013-07-25 Roland HäderRenamed 'stacker' -> 'stack'
2013-07-22 Roland HäderSome fixes:
2013-07-18 Roland HäderChanged all true/false to TRUE/FALSE respectively as...
2013-07-17 Roland HäderRewrote to use constants and newly introduced method...
2013-02-07 Roland HäderAdded interface, rewrote some parts:
2012-08-31 Roland HäderMinor: Updated todo
2012-08-26 Roland HäderIntroduced experimental apt-proxy sub project (a connec...
2012-08-22 Roland HäderRemove these now
2012-08-22 Roland HäderAlso loadXmlTemplate() is now very generic (so maybe...
2012-08-04 Roland HäderRewrote debug lines (even more), re-enabled debugging...
2012-07-31 Roland HäderIntroduced self::createDebugInstance()
2012-05-16 Roland HäderCopyright notice updated
2012-03-24 Roland HäderFixed a typo, added an assert()
2011-09-11 Roland HäderSome 'abstract' are required
2011-09-01 Roland HäderCode cleanups and project continued:
2011-08-31 Roland HäderHub project continued:
2011-04-11 Roland HäderRefactured nodeInstance to be no longer stored in helpers
2011-04-09 Roland HäderAdded encapsulation:
2011-04-05 Roland HäderCruncher continued and rewritten to use states:
2011-04-03 Roland HäderAdded all node types, moved iterator class:
2011-04-02 Roland HäderTwo methods in CruncherTestUnitProducer are now throwin...
2011-03-31 Roland HäderGeneration of test units and keys continued:
2011-03-29 Roland HäderThe encrypted message is now assigned to its template...
2011-03-29 Roland HäderSwapped code, moved/renamed classes and interfaces:
2011-03-29 Roland HäderThe previously added but not used message helper is...
2011-03-29 Roland HäderAdded more classes (source for anything 'sourced',...
2011-03-29 Roland HäderAdded parameter 'key' to encryption methods to allow...
2011-03-26 Roland HäderAdded a out-going work queue (FiFoStacker instance...
2011-03-25 Roland HäderContinued on test-unit producer, fixed copyright:
2011-03-22 Roland HäderSet application instance first (to prevent a NPE in...
2011-03-22 Roland HäderIn 'core' introduced XmlTemplateEngineFactory used:
2011-03-21 Roland HäderProducers should always extend BaseProducer
2011-03-16 Roland HäderProducer/Consumer Pattern introduced: