aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht_neighbours.c
Commit message (Collapse)AuthorAge
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
|
* cosmeticsChristian Grothoff2017-01-09
|
* porting xdht to new service API, major code de-duplication effortChristian Grothoff2016-09-26
|
* refactor DHT for new service APIChristian Grothoff2016-09-26
|
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
| | | | | This change lets us compile with clang again.
* eliminate constantly hashing PIDs by storing and caching the resultChristian Grothoff2016-08-08
|
* -migrate to new core MQ APIChristian Grothoff2016-08-01
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* migrate transport_core API to MQChristian Grothoff2016-07-08
|
* -do not crash if disable_try_connect is setChristian Grothoff2016-06-27
|
* -misc fixes to DHT testsChristian Grothoff2016-06-27
|
* -assert on taskChristian Grothoff2016-06-19
|
* 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
|
* -fixChristian Grothoff2015-10-18
|
* -install entry in DHTChristian Grothoff2015-10-18
|
* transition from TRANSPORT_try_connect to modern ATS connectivity APIChristian Grothoff2015-10-18
|
* rename all_known_peers to all_connected_peersChristian Grothoff2015-10-18
|
* -cosmetics, and preparations for try_connect changeChristian Grothoff2015-10-18
|
* work around bogus cc warning -- for some C compilers...Christian Grothoff2015-07-18
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -remove dead/unused fenv.h include (as suggested by Daniel Golle)Christian Grothoff2015-06-16
|
* -extend block API to allow specifying flags, use this to allow reducing ↵Christian Grothoff2015-02-28
| | | | checks for replies from local DB
* -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
* -doxygen, one more statisticChristian Grothoff2014-12-13
|
* -actually enable logic to drop part of path to fit message size, check ↵Christian Grothoff2014-10-05
| | | | against correct constant
* enable DHT monitors to distinguish routing requests from requests that ↵Christian Grothoff2014-05-27
| | | | terminate at the local node (for GET/PUT, not for replies)
* Framework for put/get/monitorSupriti Singh2014-03-28
|
* 1.Modified struct PeerTrailSetupMessage and PeerTrailSetupResultMessage.Supriti Singh2014-02-17
| | | | | 2.Handling trail setup result message.
* - change log info of LOG_TRAFFIC, use R5N to distinguish from XDHTBart Polot2014-02-05
|
* - log FULL keys on mismatchBart Polot2014-02-05
|
* -doxygenChristian Grothoff2014-01-30
|
* towards reviving priorities in core API, this time with enum to make classes ↵Christian Grothoff2014-01-30
| | | | clearer
* incomplete code for finger and friend tablesSupriti Singh2014-01-21
|
* malloc -> newLRN2013-12-19
|
* rename coreAPI to core_api to follow naming conventions betterChristian Grothoff2013-10-07
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -getting dht to compile again (part of #3047)Christian Grothoff2013-09-30
|
* -getting core, nse, testbed, ats-tool and peerinfo-tool to compile again ↵Christian Grothoff2013-09-30
| | | | (part of #3047)
* - debugBart Polot2013-09-27
|
* add option to cache blocks from result messages as wellChristian Grothoff2013-09-23
|
* -doxygen, styleChristian Grothoff2013-09-23
|
* rename to match api nameMatthias Wachs2013-08-29
|
* removing deprecated argument in 'init' callback of GNUNET_CORE_connectChristian Grothoff2013-08-21
|
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
|
* moving to new, fixed-size encoding of public and private ECC keys ↵Christian Grothoff2013-08-06
| | | | everywhere, also improving ECC API to better support ECRS/GADS operations
* - collect traffic info by defaultBart Polot2013-05-29
|
* - explicitly log requests dropped due to TTL exhaustionBart Polot2013-05-23
|