aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/gnunet/consensus
Commit message (Collapse)AuthorAge
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* docsFlorian Dold2014-03-31
|
* doc fixesFlorian Dold2014-03-31
|
* - simplify request containersFlorian Dold2014-03-11
| | | | | | | - statistics bugs - fix missing annotation in consensus api - work on voting
* - scheduler-per-threadFlorian Dold2014-02-03
| | | | | | | - fixed ECDSA and crypto endianess - Gns and GnsTool implemented - updated consensus protocol
* - 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
* - 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
* - 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