aboutsummaryrefslogtreecommitdiff
path: root/src/consensus
Commit message (Collapse)AuthorAge
...
* 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
|
* eliminating useless salt argument, salt can be generated inside of ↵Christian Grothoff2014-11-27
| | | | gnunet-service-set
* fixing parallel build, getting rid of useless _DEPENDENCIES declarationsChristian Grothoff2014-09-13
|
* - 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 does not really depend on mesh, does itLRN2014-02-04
|
* Fix consensus test to compile (whether it makes sense or not is up to dold)LRN2014-02-04
|
* - delete unused message typeFlorian Dold2014-02-03
|
* - consensus and secretsharing have both start time and deadlineFlorian Dold2014-02-03
|
* Fix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX to be overriden, allow ↵LRN2014-02-02
| | | | TESTS_ENVIRONMENT to be overrided (use AM_TESTS_ENVIRONMENT))
* fix #3284: support lib/MULTIARCH/ paths in installation, use ↵Christian Grothoff2014-01-30
| | | | GNUNET_PREFIX=@libdir@ so that we can extract the value of MULTIARCH during 'make check'
* fix #3275 with solution from https://gnunet.org/bugs/view.php?id=3275#c8029Sree Harsha Totakura2014-01-24
| | | | | | sed -i 's#^\(\s*\)TESTS#\1TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;\n&#'