aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/gnunet/voting/Ballot.java
Commit message (Collapse)AuthorAge
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* doc fixesFlorian Dold2014-03-31
|
* remove parameterFlorian Dold2014-03-30
|
* - fix election cryptoFlorian Dold2014-03-30
| | | | | | | | | - multi-way elections - high-level signature containers - fix bug in mesh test case - fix bug in Strings.java - ivy repo
* - simplify request containersFlorian Dold2014-03-11
| | | | | | | - statistics bugs - fix missing annotation in consensus api - work on voting
* - support mesh's new NACK messageFlorian Dold2014-02-25
| | | | | | | | | | - remove - python test skeleton for voting - encrypted votes - establish threshold key during ballot registration - ballot tool can request threshold public keys from authorities
* - crypto + crypto testsFlorian Dold2013-11-19
|
* - automatic test for votingFlorian Dold2013-10-29
| | | | | - signed messages
* - 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
* - started implementing new cryptoFlorian Dold2013-10-15
| | | | | - $-expansion and XDG in config
* - 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