aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/gnunet/voting/BallotTool.java
Commit message (Collapse)AuthorAge
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* rename mesh to cadetFlorian Dold2014-06-04
|
* docs / fixed fixme in cryptoFlorian Dold2014-04-07
|
* doc fixesFlorian Dold2014-03-31
|
* - 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
* - scheduler-per-threadFlorian Dold2014-02-03
| | | | | | | - fixed ECDSA and crypto endianess - Gns and GnsTool implemented - updated consensus protocol
* -fix #3076Florian Dold2013-10-29
|
* - fixes, test for 2 authoritiesFlorian Dold2013-10-29
|
* - automatic test for votingFlorian Dold2013-10-29
| | | | | - signed messages
* - 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
* - 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
* - fix schedulerFlorian Dold2013-09-11
- thread-safe scheduler - work on voting