]> git.mxchange.org Git - hub.git/history - application/hub/main/dht
Publication of DHT entries requires a fully booted DHT as else it will only find...
[hub.git] / application / hub / main / dht /
2014-02-16 Roland HaederPublication of DHT entries requires a fully booted...
2014-02-15 Roland HaederThe bug is not located between these lines.
2014-02-15 Roland HaederImproved many debug lines with method's name.
2014-02-15 Roland HaederCommented out noisy debug line + logged array 'recipients'.
2014-02-15 Roland HaederContinued with hub development:
2014-02-10 Roland HaederMore debug + assert added.
2014-02-10 Roland HaederFixed debug message.
2014-02-10 Roland HaederAdded noisy debug lines for finding missing method.
2014-02-09 Roland HaederSome missing code added:
2014-02-09 Roland HaederUsed new method from 'core' to inject all array element...
2014-02-09 Roland HaederMerge branch 'master' of git.mxchange.org:/var/cache...
2014-02-09 Roland HaederAdded unfinished support for XML-based publishing of...
2014-02-08 Roland HaederAdded missing methods to interface and BaseDht class.
2014-02-08 Roland HaederAdded unfinished support for publication of DHT entries...
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-19 Roland HäderContinued:
2013-07-18 Roland HäderChanged all true/false to TRUE/FALSE respectively as...
2013-07-18 Roland HäderUse constants TRUE/FALSE/NULL instead of keywords true...
2013-07-17 Roland HäderCommented out noisy debug lines
2013-07-17 Roland HäderOpps, wrong name :(
2013-07-17 Roland HäderDHT data registration/update added to NodeDhtFacade...
2013-06-28 Roland HäderAdded some more noisy debug lines (they will be comment...
2013-03-03 Roland HäderUse array_push() instead of [] as array_push() checks...
2013-02-25 Roland HäderRemove index key (and maybe later more) as this doesn...
2013-02-22 Roland HäderExpanded debug lines, renamed 'node_type' to 'node_mode...
2013-02-22 Roland HäderFix
2013-02-22 Roland HäderAdded 'booting' DHT state
2013-02-14 Roland HäderAdded very basic implementation of updateDhtData()
2013-02-14 Roland HäderAdded very basic implementation of DHT bootstrapping...
2013-02-13 Roland HäderRewritten remaining (old) debug calls:
2013-02-13 Roland HäderAdded stub method insertNodeList()
2013-02-13 Roland HäderRenamed method:
2013-02-13 Roland HäderAdded parameter to set last thrown exception for statu...
2013-02-13 Roland HäderOpps :(
2013-02-12 Roland HäderHalf-implemented quering DHT for node list
2013-02-12 Roland HäderRewrites:
2013-02-12 Roland HäderNo node_ prefix as it makes session id look-ups invalid
2013-02-10 Roland HäderResurrected two methods for DHT database wrapper and...
2013-02-10 Roland HäderIntroduced and implemented findNodeBySessionId()
2013-02-07 Roland HäderRewrites, some more methods:
2013-02-07 Roland HäderAdded wrapper, rewrites:
2013-02-07 Roland HäderAdded DHT initialization task (see comments below):
2012-12-20 Roland HäderUsed correct method name
2012-11-09 Roland HäderRenamed interface 'Dht' to 'Distributable' (sorry for...
2012-08-27 Roland HäderAdded (unfinished) DHT class