aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/gnunet/testbed
Commit message (Collapse)AuthorAge
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* docs / fixed fixme in cryptoFlorian Dold2014-04-07
|
* doc fixesFlorian Dold2014-03-31
|
* - simplify request containersFlorian Dold2014-03-11
| | | | | | | - statistics bugs - fix missing annotation in consensus api - work on voting
* - use java naming conventions (no underscores in non-capitalized ↵Florian Dold2013-10-21
| | | | identifiers) consistently
* - use identity in votingFlorian Dold2013-10-21
| | | | | | | | - group certificate tool instead of ca daemon - consensus api fully implemented, consensus+testbed test - authorities use consensus - some progress on transport api
* - identity service implementedFlorian Dold2013-10-08
| | | | | | | | | - started with arm implementation - removed locking from scheduler - separated TaskConfiguration and TaskIdentifier - implemented proper message stream tokenizer - work on voting
* - testbed: create/destroy, start/stop, getInformation, connectOverlay ↵Florian Dold2013-09-25
| | | | | | | | | implementation and tests - voting: ballot serialization/deserialization, unencrypted tally authority implementation, ballot tool works for register/vote/query - issues
* - fix schedulerFlorian Dold2013-09-11
| | | | | | - thread-safe scheduler - work on voting
* - blacklist is now has its own handleFlorian Dold2013-09-04
| | | | | | | | - mesh fixed and tested - voting template - Ed25519+ecdh implemented and tested
* - adapted source tree structure to gradle/maven conventionsFlorian Dold2013-08-27
- added gradle wrapper - fixes to adapt to GNUnet changes (new time unit, ...) - helper process in util - started implementing testbed - skeleton for voting tools - use new mq api - implemented some more transport api - mesh