]> git.mxchange.org Git - hub.git/history - application
Use constants TRUE/FALSE/NULL instead of keywords true/false/null
[hub.git] / application /
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äderRewrote to use constants and newly introduced method...
2013-07-17 Roland HäderDHT data registration/update added to NodeDhtFacade...
2013-07-06 Roland HäderAdded commented out debug line
2013-07-04 Roland HäderRenamed endElement() to finishElement(), see the final...
2013-06-29 Roland HäderThis message was to noisy
2013-06-29 Roland HäderDebug message was added at wrong position
2013-06-28 Roland HäderAdded some more noisy debug lines (they will be comment...
2013-06-28 Roland HäderAssert on important array elements
2013-06-23 Roland HäderCorrected assert, added debug line
2013-06-23 Roland HäderAdded assert() calls to make sure the package is valid
2013-06-23 Roland HäderFixed wrong array element
2013-05-31 Roland HäderMade lower to upper case:
2013-05-04 Roland HäderMissed to initialize arrays before pushing new entries...
2013-03-03 Roland HäderRenamed it as this class can be anything that implement...
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-25 Roland HäderTypo fixed + more lines with line numbers
2013-02-25 Roland HäderEven more lines ...
2013-02-25 Roland HäderOpps :(
2013-02-25 Roland HäderAdded line numbers to debug lines as this will become...
2013-02-25 Roland HäderCommented out noisy lines, added line number as this...
2013-02-22 Roland HäderMade usage of unsetCriteria() to remove unwanted 'node_...
2013-02-22 Roland Hädertrue->TRUE, node id included in session id/private...
2013-02-22 Roland HäderNow correct class :(
2013-02-22 Roland HäderUsed correct method
2013-02-22 Roland HäderAdded new task for package tags (object registry):
2013-02-22 Roland HäderAlso include accepted node types from own node
2013-02-22 Roland HäderAlso these ...
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-22 Roland HäderAlso check for node id to have full match, this require...
2013-02-22 Roland HäderNeed this back for bug tracking
2013-02-22 Roland HäderRemember searchInstance here
2013-02-21 Roland HäderTypo fixed
2013-02-21 Roland Häder'virigin' is now the correct state at this point
2013-02-21 Roland HäderUPPER is okay
2013-02-21 Roland HäderOpps, wrong constant name
2013-02-21 Roland HäderCommented out noisy debug lines
2013-02-21 Roland HäderDon't use empty here, always [NetworkPackage::PACKAGE_D...
2013-02-21 Roland HäderAdded noisy debug lines, used constants defined in...
2013-02-21 Roland HäderOpps :(
2013-02-21 Roland HäderAdded required assert() to make sure that the requested...
2013-02-18 Roland HäderTry to assert on all virtual recipients
2013-02-18 Roland HäderIntroduced Recipient implentation classes:
2013-02-18 Roland HäderRegister dht_bootstrap in object registry so it will...
2013-02-18 Roland HäderAdded missing XML nodes (copied from announcement.xml...
2013-02-17 Roland HäderAdded missing XML, config entries for DHT bootstrap
2013-02-17 Roland HäderFix for parser error
2013-02-14 Roland HäderCommented out noisy debug lines
2013-02-14 Roland HäderAdded 'active' state for DHTs
2013-02-14 Roland HäderAdded very basic implementation of updateDhtData()
2013-02-14 Roland HäderFixed wrong super classes
2013-02-14 Roland HäderAdded missing 'package tags'
2013-02-14 Roland HäderRenamed/moved classes, added DHT bootstrap (very early):
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äderCommented out some noisy debug lines
2013-02-13 Roland HäderAdded stub method insertNodeList()
2013-02-13 Roland HäderUsed the same constant to allow later easy changes
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äderMoved to generic class BaseHandler and interface Handleable
2013-02-12 Roland HäderHalf-implemented quering DHT for node list
2013-02-12 Roland HäderRewrites:
2013-02-12 Roland HäderOpps :( #4
2013-02-12 Roland HäderOpps :( #3
2013-02-12 Roland HäderOpps :( #2
2013-02-12 Roland HäderOpps :(
2013-02-12 Roland HäderEncapsulated this code (as it is a better style)
2013-02-12 Roland HäderSome rewrites towards more flexible code:
2013-02-12 Roland HäderNo node_ prefix as it makes session id look-ups invalid
2013-02-12 Roland HäderAlways used own session id ... :(
2013-02-12 Roland HäderRemoved session id
2013-02-10 Roland HäderForgot these to fix, anyway that exception should not...
2013-02-10 Roland HäderResurrected two methods for DHT database wrapper and...
2013-02-10 Roland Häder'this' is not available in static methods, so get an...
2013-02-10 Roland HäderUse set DHT instance to shortcut a little
2013-02-10 Roland HäderIntroduced and implemented findNodeBySessionId()
2013-02-10 Roland HäderImplemented (very basic) registerLocalNode() and update...
2013-02-09 Roland HäderIntroduced (cached) method ifNodeDataIsFound()
2013-02-08 Roland HäderAdded commented out option to enable intranet usage
2013-02-08 Roland HäderAdded optional (here used) parameter
2013-02-08 Roland HäderOpps, missed this :(
2013-02-08 Roland HäderSome typos
2013-02-07 Roland HäderProtocol is no longer required for these methods
2013-02-07 Roland HäderAdded interface, rewrote some parts:
2013-02-07 Roland HäderRewrites, some more methods:
2013-02-07 Roland HäderAdded prefix to allow more than one DHT instance
2013-02-07 Roland HäderExtend DatabaseWrapper interface to make all database...
2013-02-07 Roland HäderAdded wrapper, rewrites:
2013-02-07 Roland HäderAdded DHT initialization task (see comments below):
2013-02-06 Roland HäderAlso set a DHT instance (same) in this class
2013-02-04 Roland HäderThe DHT query task is now holding an instance of the...
2013-02-03 Roland HäderSome speed-up hacks
2013-02-02 Roland HäderRenamed filter (no self_announcement, just plain announ...
next