aboutsummaryrefslogtreecommitdiff
path: root/src/consensus
Commit message (Expand)AuthorAge
* -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 GNUNET_SCHEDULER_TaskContex...Christian Grothoff2016-04-09
* -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
* consensus work in progressFlorian Dold2015-10-06
* consensusFlorian Dold2015-10-05
* work on consensus and setFlorian Dold2015-10-05
* - consensus test confFlorian Dold2015-10-02
* work on CONSENSUS and SETFlorian Dold2015-09-22
* 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 examples/tem...Christian Grothoff2015-06-02
* 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 e...Christian Grothoff2014-12-24
* moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing #...Christian Grothoff2014-12-10
* rename element's type field to 'element_type'Christian Grothoff2014-11-27
* eliminating useless salt argument, salt can be generated inside of gnunet-ser...Christian Grothoff2014-11-27
* 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
* 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 TES...LRN2014-02-02
* fix #3284: support lib/MULTIARCH/ paths in installation, use GNUNET_PREFIX=@l...Christian Grothoff2014-01-30
* fix #3275 with solution from https://gnunet.org/bugs/view.php?id=3275#c8029Sree Harsha Totakura2014-01-24
* Fix consensus test to compileLRN2014-01-08