aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/test_consensus_api.c
Commit message (Collapse)AuthorAge
* 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()
* -fix (C) noticesChristian Grothoff2016-01-19
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* 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
|
* Fix consensus test to compile (whether it makes sense or not is up to dold)LRN2014-02-04
|
* Fix consensus test to compileLRN2014-01-08
|
* -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
* - 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
* -renaming testing-new.h to testing.h, bumping library versionsChristian Grothoff2012-12-21
|
* dummy consensus serviceFlorian Dold2012-11-28
|
* started implementing consensus api and serviceFlorian Dold2012-11-21