]> git.mxchange.org Git - hub.git/history - application/hub/interfaces
Rewrites:
[hub.git] / application / hub / interfaces /
2013-02-12 Roland HäderRewrites:
2013-02-12 Roland HäderEncapsulated this code (as it is a better style)
2013-02-10 Roland HäderResurrected two methods for DHT database wrapper and...
2013-02-10 Roland HäderIntroduced and implemented findNodeBySessionId()
2013-02-08 Roland HäderAdded optional (here used) parameter
2013-02-07 Roland HäderAdded interface, rewrote some parts:
2013-02-07 Roland HäderRewrites, some more methods:
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-01 Roland HäderRemoved also deprecated queues/queries as there are...
2013-01-31 Roland HäderClasses moved/renamed:
2013-01-31 Roland HäderThis is a new idea to rewrite bootstrapping, the DHT...
2012-11-12 Roland HäderThe old state check was still required here, so re...
2012-11-12 Roland HäderBetter check against if the node has completed announcement
2012-11-09 Roland HäderRenamed interface 'Dht' to 'Distributable' (sorry for...
2012-08-27 Roland HäderAdded (unfinished) DHT class
2012-08-26 Roland HäderAdded nodeInstance parameter (NodeHelper interface...
2012-08-26 Roland HäderIntroduced experimental apt-proxy sub project (a connec...
2012-08-22 Roland HäderMove NodeHelper interface, implement missing method...
2012-08-22 Roland HäderIntroduced new factory for object type registries,...
2012-08-18 Roland HäderAdded packageInstance (interface Receivable) to allow...
2012-08-17 Roland HäderUsed more generic interface 'Handleable'
2012-08-17 Roland HäderRenamed exception, added new one
2012-08-17 Roland HäderAdded interface HandleableAnswerStatus and class Announ...
2012-08-07 Roland HäderRenamed some methods to make them more clear
2012-08-07 Roland HäderUsed exit() instead of die()
2012-08-04 Roland HäderRenamed more ...
2012-08-04 Roland HäderRenamed methods (MAY BREAK THINGS)
2012-07-17 Roland HäderThe announcement answer is now half handled, registrati...
2012-07-07 Roland HäderHub project continued: (I have now a little more time)
2012-06-27 Roland HäderIntroduced updateNodeData() to update/refresh node...
2012-05-30 Roland HäderAdded search (criteria) instance to updateNodeByMessage...
2012-05-30 Roland HäderIntroduced (currently not used as type-hints) new inter...
2012-05-19 Roland HäderRemoved generic array handling, always have special...
2012-05-19 Roland HäderAdded verfication of connection type in addPeer(),...
2012-05-19 Roland HäderNow incoming, outgoing and 'server' pools are possible
2012-05-19 Roland HäderMore debugging (yupp, more is required), rewrote isSock...
2012-05-17 Roland HäderAdded 'registering of other nodes' ability, added proto...
2012-05-17 Roland HäderAdded handler for announcement messages (not yet functi...
2012-05-17 Roland HäderFilter for package tags added, handling of new messages...
2012-05-16 Roland HäderCopyright notice updated
2012-05-08 Roland HäderRenamed HubDescriptorHelper to HubAnnouncementHelper...
2012-05-08 Roland HäderThe decoded package is now fully 'decoded' and got...
2012-05-05 Roland HäderDecoding of raw package message basicly finished, exter...
2012-04-27 Roland HäderSome refacturings:
2012-04-27 Roland HäderAgain contunued on 'hub' project:
2012-04-27 Roland Häder'hub' project continued:
2012-04-25 Roland HäderRemoved deprecated scripts (please delete them even...
2012-03-24 Roland HäderFixed a typo, added an assert()
2012-03-23 Roland HäderOpps ...
2012-03-23 Roland HäderAdded methods, added marking of completed arrays:
2012-02-27 Roland HäderContinued with development:
2012-02-25 Roland HäderRemoved var_dump() called, added handleAvailableChunk...
2012-02-16 Roland HäderDevelopment (again) continued:
2012-02-12 Roland HäderRenamed it to make it clear what it does
2012-02-11 Roland HäderRemoved package status from packageData array because...
2012-02-11 Roland HäderContinued on development of 'hub' project with many...
2011-11-09 Roland HäderSome fixes
2011-11-09 Roland HäderAlso visit the NetworkPackage class to clear all stacks
2011-11-08 Roland HäderHub project continued:
2011-11-04 Roland HäderHub project continued:
2011-08-31 Roland HäderHub project continued:
2011-05-29 Roland HäderAdded missing interface
2011-05-26 Roland HäderBasic (non-functional) classes added for a chat console...
2011-04-28 Roland HäderHandling of decoded raw data continued:
2011-04-20 Roland HäderTypo fixed, visitor introduced, SVN property set:
2011-04-19 Roland HäderRemoved old-lost comments, moved two class instances...
2011-04-18 Roland HäderIntroduced getListIterator() to all lists implementing...
2011-04-18 Roland HäderNew singleton-factories introduced:
2011-04-18 Roland HäderAdded a new task for listener pools and network package...
2011-04-17 Roland HäderContinued with package fragmenter (a lot new, but unfin...
2011-04-12 Roland HäderRenamed, too.
2011-04-11 Roland HäderRefactured nodeInstance to be no longer stored in helpers
2011-04-05 Roland HäderCruncher continued and rewritten to use states:
2011-04-02 Roland HäderMethods defined in interfaces are always public...
2011-03-31 Roland HäderGeneration of test units and keys continued:
2011-03-29 Roland HäderFixed a typo in field/attribute name (thanks to __get...
2011-03-29 Roland HäderSwapped code, moved/renamed classes and interfaces:
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-16 Roland HäderProducer/Consumer Pattern introduced:
2011-03-14 Roland HäderGenerator/helper class for generating test units introd...
2011-03-12 Roland HäderA lot new methods/class added and many cleanups:
2011-03-05 Roland HäderA lot files renamed (sorry guys for the mess) and moved...
2011-03-05 Roland HäderSome methods renamed
2011-03-05 Roland HäderCopyright notice updated, our first hub application...
2011-02-13 Roland HäderIntroduced package fragmenter class to fragment network...
2010-09-05 Roland HäderNow configurable static IPs are supported, Connectable...
2010-06-16 Roland HäderHubConnectionHelper is more a factory than a helper...
2010-06-13 Roland HäderNew Exception added, registering of session ids added:
2010-06-06 Roland HäderNew exception and interface added, continued development:
2010-05-28 Roland HäderAdded peer states and lookup table classes/interfaces:
2010-05-22 Roland HäderAdded getAddressPort() method to ease comparison with...
2010-05-22 Roland HäderMany classes/interfaces added/continued:
2010-05-19 Roland HäderA lot 'FooClientBar' classes renamed to 'FooPeerBar...
2010-05-18 Roland HäderA whole bunch of classes/interfaces/exceptions added...
2010-04-26 Roland HäderHandling of server socket resource basic finished in...
2010-04-24 Roland HäderNew wider interface added, several refacturings:
2010-04-12 Roland HäderPackage class renamed, continued (sorry for lame descri...
next