aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-xdht_neighbours.c
Commit message (Collapse)AuthorAge
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
|
* porting xdht to new service API, major code de-duplication effortChristian Grothoff2016-09-26
|
* gnunet-service-xdht_neighbours: fix typoDaniel Golle2016-08-19
|
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
| | | | | This change lets us compile with clang again.
* -adapting xdht and wdht to new core MQ APIChristian Grothoff2016-08-01
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* -fix ftbfsChristian Grothoff2016-06-23
|
* convert DHT API to new MQ APIChristian Grothoff2016-06-23
|
* fixing 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
|
* -remove dead/unused fenv.h include (as suggested by Daniel Golle)Christian Grothoff2015-06-16
|
* use NBO for expiration time in xvineChristian Grothoff2015-05-01
|
* -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
* -check RVChristian Grothoff2014-12-19
|
* -check RVChristian Grothoff2014-12-19
|
* -doxygen, one more statisticChristian Grothoff2014-12-13
|
* -fix leakChristian Grothoff2014-12-12
|
* -fix leakChristian Grothoff2014-12-12
|
* -bad alloc, just leaksChristian Grothoff2014-12-12
|
* -actually enable logic to drop part of path to fit message size, check ↵Christian Grothoff2014-10-05
| | | | against correct constant
* -fix leakChristian Grothoff2014-10-05
|
* -remove superflous semicolon, causing logic to be executed despite condition ↵Christian Grothoff2014-10-05
| | | | not being satisfied
* -remove superflous semicolon causing branch to be always taken and ↵Christian Grothoff2014-10-05
| | | | significant logic to be omitted; pass pointers to HashCode and PeerIdentities instead of making copies
* -avoid leaking trail by avoiding allocation in the first place, use unsigned ↵Christian Grothoff2014-10-05
| | | | as appropriate, eliminate useless return
* -fix i/j indexing confusion, resulting in array index out of boundsChristian Grothoff2014-10-05
|
* xvine: better log printsSupriti Singh2014-09-22
|
* X-Vine: FixesSupriti Singh2014-09-22
|
* - Act malicious API completeSupriti Singh2014-09-22
| | | | | - Using multiple trails in PUT/GET
* Removing trail compression messageSupriti Singh2014-09-17
|
* Readding trail compression to check if it can reduce trail lengthSupriti Singh2014-08-28
|
* Exponential backoff for find finger trail taskSupriti Singh2014-08-28
|
* Reset the successor send time in notify confirmation messageSupriti Singh2014-08-27
|
* Exponential backoff Supriti Singh2014-08-27
|
* Checking for GNUNET_CONSTANTS_MAX_ENCRYPTED_MESSAGE_SIZE in put message in ↵Supriti Singh2014-08-26
| | | | X-Vine
* - Adding r5n profiler.Supriti Singh2014-08-25
| | | | | | | - Changes in makefile for r5n profiler - Correctly adding the trail in add_trail - Passing correct trail id in PUT message routing lookup
* Randomized PUT/GET delay interval.Supriti Singh2014-08-24
|
* Code refactoringSupriti Singh2014-08-24
|
* FixSupriti Singh2014-08-24
|
* FixSupriti Singh2014-08-24
|
* FixSupriti Singh2014-08-24
|
* Fixing bug causing cancelling of unscheduled task in send_notifySupriti Singh2014-08-24
|
* Code refactoringSupriti Singh2014-08-23
|
* Change in put/get logicSupriti Singh2014-08-23
|
* Modified logic for notify successorSupriti Singh2014-08-22
|
* FixmeSupriti Singh2014-08-22
|
* Check if task is deadSupriti Singh2014-08-22
|