aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht_neighbours.c
AgeCommit message (Expand)Author
2018-06-12ensure DHT never accepts or passes along expired blocksChristian Grothoff
2018-06-07paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX
2018-06-07glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX
2018-06-05first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX
2018-06-03proper datacache expiration by proximity firstChristian Grothoff
2018-05-30add proximity considerations to datacacheChristian Grothoff
2017-03-17more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff
2017-02-26make sure DHT does not pass around cyclic pathsChristian Grothoff
2017-02-22eliminate dead argumentChristian Grothoff
2017-02-22fix bug introduced with BLOCK change where we would eval a local reply twice ...Christian Grothoff
2017-02-22no log macro in hereChristian Grothoff
2017-02-22strcmp instead of memcmpChristian Grothoff
2017-02-22enable RR option for HELLO gets in DHTChristian Grothoff
2017-02-22fix test_dht_montior abortion, fix crash on NULL HELLOChristian Grothoff
2017-02-22support BF size adjustments in other pluginsChristian Grothoff
2017-02-22try to fix BF size mess created by original BLOCK API changeChristian Grothoff
2017-02-22clean up new block logic, avoid direct linkage against blockgroup lib from DH...Christian Grothoff
2017-02-20completed big block refactoring in preparation for SET-BLOCK integrationChristian Grothoff
2017-02-02have sanity checks for DHT path constructionChristian Grothoff
2017-01-10rename connecT -> connect now that the old API is deadChristian Grothoff
2017-01-09cosmeticsChristian Grothoff
2016-09-26porting xdht to new service API, major code de-duplication effortChristian Grothoff
2016-09-26refactor DHT for new service APIChristian Grothoff
2016-08-18Use statement exprs instead of local functionDavid Barksdale
2016-08-08eliminate constantly hashing PIDs by storing and caching the resultChristian Grothoff
2016-08-01-migrate to new core MQ APIChristian Grothoff
2016-07-08-avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff
2016-07-08migrate transport_core API to MQChristian Grothoff
2016-06-27-do not crash if disable_try_connect is setChristian Grothoff
2016-06-27-misc fixes to DHT testsChristian Grothoff
2016-06-19-assert on taskChristian Grothoff
2016-04-30implementing new scheduler shutdown semanticsChristian 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-10-18-fixChristian Grothoff
2015-10-18-install entry in DHTChristian Grothoff
2015-10-18transition from TRANSPORT_try_connect to modern ATS connectivity APIChristian Grothoff
2015-10-18rename all_known_peers to all_connected_peersChristian Grothoff
2015-10-18-cosmetics, and preparations for try_connect changeChristian Grothoff
2015-07-18work around bogus cc warning -- for some C compilers...Christian Grothoff
2015-06-30fix #3869: outdated FSF addressChristian Grothoff
2015-06-16-remove dead/unused fenv.h include (as suggested by Daniel Golle)Christian Grothoff
2015-02-28-extend block API to allow specifying flags, use this to allow reducing check...Christian 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-12-13-doxygen, one more statisticChristian Grothoff
2014-10-05-actually enable logic to drop part of path to fit message size, check agains...Christian Grothoff
2014-05-27enable DHT monitors to distinguish routing requests from requests that termin...Christian Grothoff
2014-03-28Framework for put/get/monitorSupriti Singh
2014-02-171.Modified struct PeerTrailSetupMessage and PeerTrailSetupResultMessage.Supriti Singh