aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org
Commit message (Collapse)AuthorAge
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* peerstore java portOmar Tarabai2014-08-24
|
* missing filesFlorian Dold2014-08-07
|
* fix string en-/decodingFlorian Dold2014-08-06
|
* test case for peer identityFlorian Dold2014-08-06
|
* missing message types in transportFlorian Dold2014-08-04
|
* make tryConnect publicFlorian Dold2014-08-04
|
* fixed message formatFlorian Dold2014-07-31
|
* implement address query correctlyFlorian Dold2014-07-31
|
* rename mesh to cadetFlorian Dold2014-06-04
|
* move package from mesh to cadetFlorian Dold2014-06-04
|
* fix rename chaos caused be IntelliJFlorian Dold2014-04-08
|
* fixesFlorian Dold2014-04-08
|
* docs / fixed fixme in cryptoFlorian Dold2014-04-07
|
* docsFlorian Dold2014-03-31
|
* 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
* - remove dependency jars (now handled by gradle)Florian Dold2014-03-11
| | | | | - rename/import
* move statistics messagesFlorian Dold2014-03-11
|
* - missing filesFlorian Dold2014-03-11
|
* - simplify request containersFlorian Dold2014-03-11
| | | | | | | - statistics bugs - fix missing annotation in consensus api - work on voting
* - add encrypted vote classFlorian Dold2014-02-25
| | | | | - remove unused / renamed messages
* - the design of EddsaSignedMessage is disfunctional, remove itFlorian Dold2014-02-25
|
* - 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
* - java api for secretsharingFlorian Dold2014-02-17
|
* - missing class addedFlorian Dold2014-02-17
|
* - missing GNS classesFlorian Dold2014-02-11
|
* removed obsolete class, added copyright noticesFlorian Dold2014-02-03
|
* - scheduler-per-threadFlorian Dold2014-02-03
| | | | | | | - fixed ECDSA and crypto endianess - Gns and GnsTool implemented - updated consensus protocol
* - rudimentary support for GNSFlorian Dold2014-01-20
| | | | | - issues
* - issuesFlorian Dold2014-01-07
| | | | | | - elgamal parameter generation - shell wrapper for group certs
* - crypto + crypto testsFlorian Dold2013-11-19
|
* -fix #3076Florian Dold2013-10-29
|
* - fixes, test for 2 authoritiesFlorian Dold2013-10-29
|
* - automatic test for votingFlorian Dold2013-10-29
| | | | | - signed messages
* - transport implementation finishedFlorian Dold2013-10-22
| | | | | | - test case for transport getHello - installing a client receiver grants scheduler lifeness
* - removed some auto-generated IDE commentsFlorian Dold2013-10-21
| | | | | - implemented Construct-parsing of strings with size field
* - 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
* - use MST in Connection instead of custom message tokenizationFlorian Dold2013-10-09
| | | | | | | - remove ReceiveHandle, be closer to the C API - add oneShot option to MST - fix problems in MST
* - 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
* commentFlorian Dold2013-09-04
|
* - 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