aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/consensus_protocol.h
Commit message (Collapse)AuthorAge
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* removing dead/legacy server/connection logic, except for in tcp/wlan/bt ↵Christian Grothoff2017-03-16
| | | | plugins (which will be updated 'later')
* fix misc clang compiler warningsChristian Grothoff2017-03-14
|
* fix set element type problem, make consensus workFlorian Dold2017-02-27
|
* implement lower bound agreementFlorian Dold2017-02-27
|
* include set size in result callback, needed by consensusFlorian Dold2017-02-27
|
* fix warning / add size validation for consensus blockFlorian Dold2017-02-26
|
* wrap consensus elements in block typeFlorian Dold2017-02-26
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* work on CONSENSUS and SETFlorian Dold2015-09-22
| | | | | | - byzantine consensus work in progress - fix SET generation handling
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* - correct handling of timeouts in consensusFlorian Dold2014-02-10
| | | | | - fixed segfault in secretsharing profiler
* -use GPLv3+ consistentlyChristian Grothoff2013-08-24
|
* - conclude for SETFlorian Dold2013-06-03
| | | | | - consensus with SET
* - moved MQ to utilFlorian Dold2013-05-22
| | | | | | | - MQ support for stream - set api - starting to use set for consensus
* fixed consensus multi-peer communication, memory leaks, various bugsFlorian Dold2013-03-21
|
* fixed consensus for two peers, added log-rounds, started implementing ↵Florian Dold2013-03-19
| | | | freeze, multiple peers still buggy
* consensus now implemented with primitive conclusion group selectionFlorian Dold2013-03-07
|
* - improved ibf decoding algorithmFlorian Dold2013-02-07
| | | | | | - strata estimator now fits in one message - work on consensus, not quite working yet
* implemented value exchange, various fixesFlorian Dold2013-01-24
|
* - gnunet-consensus now profiling toolFlorian Dold2013-01-17
- work on service implementation, not working yet