aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-dht-monitor.c
Commit message (Collapse)AuthorAge
* BUILD: Move dht/datastore to service/cliMartin Schanzenbach2023-10-18
|
* 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
* implemented new DHT path signing with origin authenticationChristian Grothoff2022-07-07
|
* DHT: modify API and protocol messages to add path signatures, except for now ↵Christian Grothoff2022-01-09
| | | | the actual signatures are just placeholders (signing and signature verification are missing)
* tighten formatting rulesChristian Grothoff2019-10-31
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* first step to remove plibcng02019-09-06
|
* 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
|
* add proximity considerations to datacacheChristian Grothoff2018-05-30
|
* rename GNUNET_GETOPT functions to achieve better consistencyChristian Grothoff2017-03-25
|
* getopt API porting.Marcello Stanisci2017-03-15
|
* 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
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -fixing #2546Christian Grothoff2012-09-16
|
* Remove duplicate cleanupsLRN2012-09-16
|
* fixing #2544Christian Grothoff2012-09-15
|
* fixChristian Grothoff2012-09-14
|
* - timeout parsingMatthias Wachs2012-09-14
|
* - formattingMatthias Wachs2012-09-14
|
* -consistently use struct GNUNET_HashCodeChristian Grothoff2012-06-12
|
* LRN: new utf8 argv converter for W32, converting strings on command-line to ↵Christian Grothoff2012-06-10
| | | | UTF-8 for all command-line tools.
* - Added key info on monitor tool outputBart Polot2012-04-22
|
* - Adapted command line client to new monitor APIBart Polot2012-04-22
|
* -LRN: fix fprintfsChristian Grothoff2012-04-21
|
* - Fix doxygenBart Polot2012-04-19
|
* - fixed small bugs, added FIXME, added monitor client (to be tested)Bart Polot2012-04-17