aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/gnunet-service-consensus.c
Commit message (Collapse)AuthorAge
* fix misc clang compiler warningsChristian Grothoff2017-03-14
|
* fix memory leakChristian Grothoff2017-03-10
|
* consensus: destroy set handlesFlorian Dold2017-02-28
|
* consensus: slack-a2a evilness mode and static replication in profilerFlorian Dold2017-02-28
|
* fix set element type problem, make consensus workFlorian Dold2017-02-27
|
* implement lower bound agreementFlorian Dold2017-02-27
|
* fix ftbfs from consensus WIPFlorian Dold2017-02-27
|
* missing fileFlorian Dold2017-02-27
|
* include set size in result callback, needed by consensusFlorian Dold2017-02-27
|
* wrap consensus elements in block typeFlorian Dold2017-02-26
|
* add set operation optionsFlorian Dold2017-02-23
|
* converting consensus service to new SERVICE APIChristian Grothoff2017-02-19
|
* fix consensus memory leaksChristian Grothoff2016-08-26
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* fix compiler warningsFlorian Dold2016-06-27
|
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
|
* small API change: do no longer pass rarely needed ↵Christian Grothoff2016-04-09
| | | | GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
* Implement early stopping.Florian Dold2016-03-09
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* More statistics.Florian Dold2015-12-10
|
* More refined evil behaviour.Florian Dold2015-12-07
|
* -fix doxygen warningsChristian Grothoff2015-10-16
|
* fix consensus logic bugFlorian Dold2015-10-11
|
* consensusFlorian Dold2015-10-11
|
* - FTBFSBart Polot2015-10-08
|
* fix contestation handling / blacklistingFlorian Dold2015-10-06
|
* towards handling byz. faults correctlyFlorian Dold2015-10-06
| | | | | | - blacklisting of peers in consensus - restructuring
* consensus work in progressFlorian Dold2015-10-06
| | | | | | - store referendum entries differently - split referendum evaluation in specialized task functions
* consensusFlorian Dold2015-10-05
| | | | | | | | - fix problem with evil peers and loopback set operations - logging - fix round numbering
* work on consensus and setFlorian Dold2015-10-05
| | | | | | - evil peers for consensus - various fixes for consensus and set
* work on CONSENSUS and SETFlorian Dold2015-09-22
| | | | | | - byzantine consensus work in progress - fix SET generation handling
* missing changes to headersFlorian Dold2015-08-30
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* rename element's type field to 'element_type'Christian Grothoff2014-11-27
|
* eliminating useless salt argument, salt can be generated inside of ↵Christian Grothoff2014-11-27
| | | | gnunet-service-set
* - fixed wrong round comparison codeFlorian Dold2014-02-10
|
* - syntax errorFlorian Dold2014-02-10
|
* - correct handling of timeouts in consensusFlorian Dold2014-02-10
| | | | | - fixed segfault in secretsharing profiler
* - consensus and secretsharing have both start time and deadlineFlorian Dold2014-02-03
|
* - profiler actually added to svnFlorian Dold2014-01-07
| | | | | | | | - test for signature segfault with secretsharing - rudimentary implementation of cooperative decryption - consensus uses absolute time instead of relative - working DKG without zero knowledge proofs
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* renaming GNUNET_CRYPTO_get_host_identity to GNUNET_CRYPTO_get_peer_identityChristian Grothoff2013-10-06
|
* -fixing build issues in consensus related to #3047Christian Grothoff2013-09-30
|
* - doxygenFlorian Dold2013-09-16
|
* - initialize set type in test caseFlorian Dold2013-09-06
| | | | | | | - handle 1-peer consensus correcly - don't store peers in consensus api - updated consensus test case
* -use GPLv3+ consistentlyChristian Grothoff2013-08-24
|
* - profiler can be verboseFlorian Dold2013-08-13
|
* - disable nse in the profiler configFlorian Dold2013-08-13
| | | | | - handle ghost peers correctly in exchange round