aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dht_api.c
AgeCommit message (Expand)Author
2018-05-06cosmesticsChristian Grothoff
2018-04-30eliminate DHT PUT OK message by using MQ feature of calling continuation when...Christian Grothoff
2018-04-30enable more parallelism with DHT queue, but limit to 1000 entries, then kill ...Christian Grothoff
2017-03-17more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff
2017-02-22strcmp instead of memcmpChristian Grothoff
2017-02-02fix sanity check in dht_api: we are passing 32-byte PIDs, not 64-byte hashesChristian Grothoff
2017-01-10rename connecT -> connect now that the old API is deadChristian Grothoff
2016-08-18Use statement exprs instead of local functionDavid Barksdale
2016-07-08-avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff
2016-06-27-misc fixes to DHT testsChristian Grothoff
2016-06-23convert DHT API to new MQ APIChristian Grothoff
2016-04-09small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContex...Christian Grothoff
2016-01-19-fix (C) noticesChristian Grothoff
2015-06-30fix #3869: outdated FSF addressChristian Grothoff
2015-02-07-bringing copyright tags up to FSF standardChristian Grothoff
2014-12-24making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or e...Christian Grothoff
2014-09-22- Act malicious API completeSupriti Singh
2014-08-13Act Malicious service code Supriti Singh
2014-03-24Merged update_successor and update_predecessor with finger table addSupriti Singh
2014-01-21incomplete code for finger and friend tablesSupriti Singh
2013-11-29-initialized uninitialized 'key' field in GetHandle to fix assertion in gnune...Christian Grothoff
2013-10-06-remove trailing whitespaceChristian Grothoff
2013-09-29-typo/ftbfsChristian Grothoff
2013-09-29-minor code/doxygen clean upChristian Grothoff
2013-01-25- fixed crash in case of DHT_disconnect called from a DHT_get iteratorBart Polot
2013-01-25-allow disconnecting from DHT during GET iteratorChristian Grothoff
2012-11-14fixing crash of mesh service -- reproduced by regex profiler w 100 peers -- o...Christian Grothoff
2012-11-10-implementing #2435Christian Grothoff
2012-10-31-moving DHT test to testbed APIChristian Grothoff
2012-10-26-bugfixes, code cleanupChristian Grothoff
2012-10-07-chaning multihashmap API to allow option for avoiding key allocationChristian Grothoff
2012-07-17- fixed use after free #2499Bart Polot
2012-07-16- typo in printfBart Polot
2012-07-16- improve logging, add debug message for GNUNET_breakBart Polot
2012-06-12-consistently use struct GNUNET_HashCodeChristian Grothoff
2012-05-27-fixing #2340Christian Grothoff
2012-05-04Added stop operation for dht monitoringBart Polot
2012-04-26-fixing #2277Christian Grothoff
2012-04-23- Wrong message typeBart Polot
2012-04-20- Rewritten DHT monitoringBart Polot
2012-04-19-removing 2nd argument from GNUNET_CLIENT_disconnect as it was virtually alwa...Christian Grothoff
2012-04-17- fixed small bugs, added FIXME, added monitor client (to be tested)Bart Polot
2012-04-12- api docuMatthias Wachs
2012-02-18-die ifdefs, dieChristian Grothoff
2012-02-18-avoid using add_continuation if possibleChristian Grothoff
2012-01-05Added testcase for DHT monitoring.Bart Polot
2012-01-05- Fixed some bugs in monitor codeBart Polot
2012-01-05- Assert callback as in other callsBart Polot
2012-01-05- Remove unnecessary includeBart Polot
2012-01-04New DHT-monitor functionalityBart Polot