aboutsummaryrefslogtreecommitdiff
path: root/src/consensus
Commit message (Collapse)AuthorAge
...
* add validation for inner consensus elementFlorian Dold2017-02-26
| | | | | The nested block validation requires the block context, and thus the evaluate callback not also receives the block context.
* fix warning / add size validation for consensus blockFlorian Dold2017-02-26
|
* wrap consensus elements in block typeFlorian Dold2017-02-26
|
* bump consensus and secretsharing to be built by defaultChristian Grothoff2017-02-26
|
* add to ignoreChristian Grothoff2017-02-26
|
* add set operation optionsFlorian Dold2017-02-23
|
* converting consensus service to new SERVICE APIChristian Grothoff2017-02-19
|
* update gitignoreChristian Grothoff2017-02-18
|
* unset XDG environment variable during testcases, as they can screw things up ↵Christian Grothoff2017-01-27
| | | | badly
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
|
* - add subdirectory gitignore filesBart Polot2016-11-09
|
* fix consensus memory leaksChristian Grothoff2016-08-26
|
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
| | | | | This change lets us compile with clang again.
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* fix compiler warningsFlorian Dold2016-06-27
|
* avoid deprecated API, use new connecT APIChristian Grothoff2016-06-19
|
* -fix typoChristian Grothoff2016-06-19
|
* redefine GNUNET_MQ_queue_for_connection_client to capture client handleChristian Grothoff2016-06-19
|
* -indentation and commentsChristian Grothoff2016-06-18
|
* fix consensus to match new MQ API -- and correct CONCLUDE_DONE to be fixed-sizeChristian Grothoff2016-06-18
|
* 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()
* -experimental is by dir, not only for malicious opChristian Grothoff2016-03-16
|
* Implement early stopping.Florian Dold2016-03-09
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* Disable salting because it's still buggy.Florian Dold2015-12-16
|
* More statistics.Florian Dold2015-12-10
|
* Statistics log file for consensus profiler.Florian Dold2015-12-09
|
* 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
* - consensus test confFlorian Dold2015-10-02
|
* 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
|
* dos2unixDavid Barksdale2015-06-21
|
* -noinst-ing non-functional binaries/libraries that just exist as ↵Christian Grothoff2015-06-02
| | | | examples/templates
* generally use GNUNET_assert() instead of GNUNET_abort() to also log the errorChristian Grothoff2015-02-28
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -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
* moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing ↵Christian Grothoff2014-12-10
| | | | #3565 indirectly
* rename element's type field to 'element_type'Christian Grothoff2014-11-27
|