2013-02-18 |
Roland Häder | Register dht_bootstrap in object registry so it will... |
commit | commitdiff | tree | snapshot |
2013-02-18 |
Roland Häder | Added missing XML nodes (copied from announcement.xml... |
commit | commitdiff | tree | snapshot |
2013-02-17 |
Roland Häder | Added missing XML, config entries for DHT bootstrap |
commit | commitdiff | tree | snapshot |
2013-02-17 |
Roland Häder | Fix for parser error |
commit | commitdiff | tree | snapshot |
2013-02-14 |
Roland Häder | Commented out noisy debug lines |
commit | commitdiff | tree | snapshot |
2013-02-14 |
Roland Häder | Added 'active' state for DHTs |
commit | commitdiff | tree | snapshot |
2013-02-14 |
Roland Häder | Added very basic implementation of updateDhtData() |
commit | commitdiff | tree | snapshot |
2013-02-14 |
Roland Häder | Fixed wrong super classes |
commit | commitdiff | tree | snapshot |
2013-02-14 |
Roland Häder | Added missing 'package tags' |
commit | commitdiff | tree | snapshot |
2013-02-14 |
Roland Häder | Renamed/moved classes, added DHT bootstrap (very early): |
commit | commitdiff | tree | snapshot |
2013-02-14 |
Roland Häder | Added very basic implementation of DHT bootstrapping... |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Roland Häder | Rewritten remaining (old) debug calls: |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Roland Häder | Commented out some noisy debug lines |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Roland Häder | Added stub method insertNodeList() |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Roland Häder | Used the same constant to allow later easy changes |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Roland Häder | Renamed method: |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Roland Häder | Added parameter to set last thrown exception for statu... |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Roland Häder | Opps :( |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Roland Häder | Moved to generic class BaseHandler and interface Handleable |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Roland Häder | Half-implemented quering DHT for node list |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Roland Häder | Rewrites: |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Roland Häder | Opps :( #4 |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Roland Häder | Opps :( #3 |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Roland Häder | Opps :( #2 |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Roland Häder | Opps :( |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Roland Häder | Encapsulated this code (as it is a better style) |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Roland Häder | Some rewrites towards more flexible code: |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Roland Häder | No node_ prefix as it makes session id look-ups invalid |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Roland Häder | Always used own session id ... :( |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Roland Häder | Removed session id |
commit | commitdiff | tree | snapshot |
2013-02-10 |
Roland Häder | Forgot these to fix, anyway that exception should not... |
commit | commitdiff | tree | snapshot |
2013-02-10 |
Roland Häder | Resurrected two methods for DHT database wrapper and... |
commit | commitdiff | tree | snapshot |
2013-02-10 |
Roland Häder | 'this' is not available in static methods, so get an... |
commit | commitdiff | tree | snapshot |
2013-02-10 |
Roland Häder | Use set DHT instance to shortcut a little |
commit | commitdiff | tree | snapshot |
2013-02-10 |
Roland Häder | Ignore data in here |
commit | commitdiff | tree | snapshot |
2013-02-10 |
Roland Häder | Introduced and implemented findNodeBySessionId() |
commit | commitdiff | tree | snapshot |
2013-02-10 |
Roland Häder | Implemented (very basic) registerLocalNode() and update... |
commit | commitdiff | tree | snapshot |
2013-02-09 |
Roland Häder | Introduced (cached) method ifNodeDataIsFound() |
commit | commitdiff | tree | snapshot |
2013-02-08 |
Roland Häder | Added commented out option to enable intranet usage |
commit | commitdiff | tree | snapshot |
2013-02-08 |
Roland Häder | Added optional (here used) parameter |
commit | commitdiff | tree | snapshot |
2013-02-08 |
Roland Häder | Opps, missed this :( |
commit | commitdiff | tree | snapshot |
2013-02-08 |
Roland Häder | Some typos |
commit | commitdiff | tree | snapshot |
2013-02-07 |
Roland Häder | Protocol is no longer required for these methods |
commit | commitdiff | tree | snapshot |
2013-02-07 |
Roland Häder | Added interface, rewrote some parts: |
commit | commitdiff | tree | snapshot |
2013-02-07 |
Roland Häder | Rewrites, some more methods: |
commit | commitdiff | tree | snapshot |
2013-02-07 |
Roland Häder | Added prefix to allow more than one DHT instance |
commit | commitdiff | tree | snapshot |
2013-02-07 |
Roland Häder | Extend DatabaseWrapper interface to make all database... |
commit | commitdiff | tree | snapshot |
2013-02-07 |
Roland Häder | Added wrapper, rewrites: |
commit | commitdiff | tree | snapshot |
2013-02-07 |
Roland Häder | Added DHT initialization task (see comments below): |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Roland Häder | Also set a DHT instance (same) in this class |
commit | commitdiff | tree | snapshot |
2013-02-04 |
Roland Häder | The DHT query task is now holding an instance of the... |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Roland Häder | Some speed-up hacks |
commit | commitdiff | tree | snapshot |
2013-02-02 |
Roland Häder | Renamed filter (no self_announcement, just plain announ... |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Roland Häder | Opps ... :( #2 |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Roland Häder | Opps ... :( |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Roland Häder | Added empty task for DHT bootstrapping |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Roland Häder | Opps, forgot this :( |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Roland Häder | Removed also deprecated queues/queries as there are... |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Roland Häder | Removed deprecated array (very old code) |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Roland Häder | This is still okay |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Roland Häder | Classes moved/renamed: |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Roland Häder | This is a new idea to rewrite bootstrapping, the DHT... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Roland Häder | Remove deprecated directory (it will be replaced by... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Roland Häder | Clear redundant database wrapper class as it is now... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Roland Häder | Renamed |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Roland Häder | Also set this to '.xml' to speed-up things a little |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Roland Häder | Added possible way of adding a node list to this template |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Roland Häder | Added missing but not yet fully implemented class |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Roland Häder | Added it also here :( |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Roland Häder | Re-added answer_status generically |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Roland Häder | Removed it also here ... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Roland Häder | Field answer_status becomes more generic now |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Roland Häder | Added answer status |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Roland Häder | Removed answer-status from XML templates as it will... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Roland Häder | Added missing array elements for tag filter |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Roland Häder | Don't use 'my-' as long as you don't need it |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Roland Häder | Added handling methods, implemented configuration copy... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Roland Häder | Added basic XML elements (not all fully supported) |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Roland Häder | Added more debug lines (noisy) |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Roland Häder | Use createDebugInstance() instead of direct debugOutput... |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Roland Häder | Used correct method name |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Roland Häder | Global fix for generating right class name for controll... |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Roland Häder | Ignore all here |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Roland Häder | Updated ApplicationHelper class to latest API |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Roland Häder | Updated TODOs.txt |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Roland Häder | The old state check was still required here, so re... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Roland Häder | Better check against if the node has completed announcement |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Roland Häder | Project 'hub' continued (a little): |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Roland Häder | Renamed to avoid confusion |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Roland Häder | Renamed interface 'Dht' to 'Distributable' (sorry for... |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Roland Häder | Used str_pad() instead of prependStringToString() |
commit | commitdiff | tree | snapshot |
2012-08-31 |
Roland Häder | Minor: Updated todo |
commit | commitdiff | tree | snapshot |
2012-08-31 |
Roland Häder | Renamed methods |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Roland Häder | Added (unfinished) DHT class |
commit | commitdiff | tree | snapshot |
2012-08-26 |
Roland Häder | Refactured random string generation to introduced metho... |
commit | commitdiff | tree | snapshot |
2012-08-26 |
Roland Häder | Introduced DHT (maybe own implementation, maybe Kademli... |
commit | commitdiff | tree | snapshot |
2012-08-26 |
Roland Häder | MINOR: Copy&pastwe mistage fixed |
commit | commitdiff | tree | snapshot |
2012-08-26 |
Roland Häder | No need for calling ->getTemplateInstance() if is... |
commit | commitdiff | tree | snapshot |
2012-08-26 |
Roland Häder | Added nodeInstance parameter (NodeHelper interface... |
commit | commitdiff | tree | snapshot |
2012-08-26 |
Roland Häder | Added missing config entries |
commit | commitdiff | tree | snapshot |
next |