aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/consensus_api.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
* -First pass through CONSENSUS subsystemWillow Liquorice2022-08-30
|
* -fix warnings except rps messMartin Schanzenbach2020-10-16
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* 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
|
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
|
* 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
|
* 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
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* rename element's type field to 'element_type'Christian Grothoff2014-11-27
|
* - fixed wrong round comparison codeFlorian Dold2014-02-10
|
* - 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
* malloc -> newLRN2013-12-19
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* - 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
* - fixed consensus for >2 peersFlorian Dold2013-08-12
|
* - set service workingFlorian Dold2013-07-10
| | | | | - set profiler
* doxygenFlorian Dold2013-06-25
|
* - opaque mq structsFlorian Dold2013-06-19
| | | | | | | | - mq for mesh - faster hashing for IBFs - mesh replaces stream in set - new set profiler (work in progress)
* - conclude for SETFlorian Dold2013-06-03
| | | | | - consensus with SET
* -consensus fixChristian Grothoff2013-04-11
|
* added consensus log-round simulation, work on consensus service, still ↵Florian Dold2013-04-11
| | | | problems with dv test case
* -idea for improved allocatorChristian Grothoff2013-03-21
|
* fixed consensus for two peers, added log-rounds, started implementing ↵Florian Dold2013-03-19
| | | | freeze, multiple peers still buggy
* -fix uninitialized sendtoChristian Grothoff2013-03-18
|
* -always call CB with correct closureChristian Grothoff2013-03-18
|
* consensus now implemented with primitive conclusion group selectionFlorian Dold2013-03-07
|
* -log messagesFlorian Dold2013-01-24
|
* implemented value exchange, various fixesFlorian Dold2013-01-24
|
* - gnunet-consensus now profiling toolFlorian Dold2013-01-17
| | | | | - work on service implementation, not working yet
* implemented the modified consensus api, started implementing p2p protocol ↵Florian Dold2013-01-03
| | | | for consensus
* consensus api, consensus service (local), peer driver and ibf sketchFlorian Dold2012-12-05
|
* dummy consensus serviceFlorian Dold2012-11-28
|
* fixed doxygenFlorian Dold2012-11-26
|
* started implementing consensus api and serviceFlorian Dold2012-11-21