aboutsummaryrefslogtreecommitdiff
path: root/src/set/test_set_api.c
Commit message (Collapse)AuthorAge
* 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
|
* improve logging, shutdown on error without timeout, do not destroy listener ↵Christian Grothoff2017-03-13
| | | | too early
* fix type error and test casesFlorian Dold2017-02-27
|
* include set size in result callback, needed by consensusFlorian Dold2017-02-27
|
* add set operation optionsFlorian Dold2017-02-23
|
* use the correct type for dummy messagesChristian Grothoff2016-09-24
|
* migrating set to new CADET port API - tests now fail due to CADET issuesChristian Grothoff2016-08-14
|
* -fix testcases, ensure shutdown works properlyChristian Grothoff2016-08-14
|
* 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
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -fix bus errorChristian Grothoff2014-12-16
|
* 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
* timeout for set testsFlorian Dold2014-06-04
|
* - fix operation cancellation in SETFlorian Dold2014-02-10
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* renaming GNUNET_CRYPTO_get_host_identity to GNUNET_CRYPTO_get_peer_identityChristian Grothoff2013-10-06
|
* -fixing misc FTBFS issuesChristian Grothoff2013-10-01
|
* - initialize element type in testFlorian Dold2013-09-16
|
* - 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
* - proper shutdown sequence for set makes consensus happyFlorian Dold2013-08-13
|
* - correct iteraion in multihashmapFlorian Dold2013-08-12
| | | | | - iterate over elements with client ack in set
* - extract context msg correctlyFlorian Dold2013-07-23
|
* - test for correct uncommited set op destructionFlorian Dold2013-07-22
|
* - 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
* -nicerChristian Grothoff2013-05-22
|
* - moved MQ to utilFlorian Dold2013-05-22
| | | | | | | - MQ support for stream - set api - starting to use set for consensus
* test cases for mq, set worksFlorian Dold2013-05-15
|
* started implementing union operation for setFlorian Dold2013-04-24
|
* started implementing set api, draft for mqFlorian Dold2013-04-17
|
* added skeleton for gnunet setFlorian Dold2013-04-16