aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/gnunet-service-consensus.c
Commit message (Collapse)AuthorAge
* BUILD: Move set/consensus/secretsharing to contrib/serviceMartin Schanzenbach2023-10-19
|
* UTIL: Allow only inlcusion of util glib-style.Martin Schanzenbach2022-12-04
|
* BUILD: Attempt to disentable platform.h, gnunet_common.h and ↵Martin Schanzenbach2022-12-04
| | | | gnunet_private_config.h insanity
* -fix many more typosChristian Grothoff2021-04-26
|
* -fix bad indentChristian Grothoff2020-08-29
|
* -mild refactoring of consensus, cleaning up the code a bitChristian Grothoff2020-08-29
|
* -mild refactoring of consensus, cleaning up the code a bitChristian Grothoff2020-08-29
|
* -mild refactoring of consensus, cleaning up the code a bitChristian Grothoff2020-08-29
|
* GNUNET_free_non_null -> GNUNET_freeChristian Grothoff2020-07-05
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* memcmp() -> GNUNET_memcmp(), first takeJulius Bünger2019-04-26
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* -comments: the world ain't all malepsyc://loupsycedyglgamf.onion/~lynX2018-06-27
|
* 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
|
* email address (this is a test commit for mail notifications)Florian Dold2018-02-12
|
* consensus: logging textFlorian Dold2017-06-18
|
* consensus/set: saner log levelsFlorian Dold2017-06-18
|
* CONSENSUS/SET: even uglier CADET workaroundsFlorian Dold2017-06-18
|
* 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