aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_monitor.c
Commit message (Collapse)AuthorAge
* 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
|
* fix typeChristian Grothoff2017-02-22
|
* fix test_dht_montior abortionChristian Grothoff2017-02-22
|
* fix test_dht_montior abortion, fix crash on NULL HELLOChristian Grothoff2017-02-22
|
* convert DHT API to new MQ APIChristian Grothoff2016-06-23
|
* fix compiler warningsChristian Grothoff2016-05-06
|
* fix compiler warningsChristian Grothoff2016-05-06
|
* 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
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* malloc -> newLRN2013-12-19
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -more DHT test modernizationChristian Grothoff2012-11-02
|
* -major DHT test cleanupChristian Grothoff2012-11-02
|
* -LRN: remove unused variablesChristian Grothoff2012-06-25
|
* -fixing #2397Christian Grothoff2012-06-19
|
* -modify timeout values furtherChristian Grothoff2012-06-19
|
* -fixing #2397 -- start put a bit after starting monitoring to observe all eventsChristian Grothoff2012-06-19
|
* -consistently use struct GNUNET_HashCodeChristian Grothoff2012-06-12
|
* -fix configsChristian Grothoff2012-06-09
|
* -fixing #2340Christian Grothoff2012-05-27
|
* -code cleanupChristian Grothoff2012-05-18
|
* - Make test use monitoring_stopBart Polot2012-05-04
|
* - Make monitoring test compile againBart Polot2012-04-22
|
* - Added documentation, clarified output textBart Polot2012-02-20
|
* - Fixed test_monitor testcase crshBart Polot2012-02-20
|
* - Adjusted the monitor test to new topologyBart Polot2012-02-17
|
* - Updated testcase to test for line as well as 2d torus with common codeBart Polot2012-02-07
|
* -fixChristian Grothoff2012-01-08
|
* - Improved test to count only relevant messages, completed info transmitted ↵Bart Polot2012-01-05
| | | | from service
* Added testcase for DHT monitoring.Bart Polot2012-01-05