aboutsummaryrefslogtreecommitdiff
path: root/src/dht
Commit message (Collapse)AuthorAge
* moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing ↵Christian Grothoff2014-12-10
| | | | #3565 indirectly
* -actually enable logic to drop part of path to fit message size, check ↵Christian Grothoff2014-10-05
| | | | against correct constant
* -add assertionChristian Grothoff2014-10-05
|
* -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
|
* xvine: remove warningsSupriti 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
|
* fixing parallel build, getting rid of useless _DEPENDENCIES declarationsChristian Grothoff2014-09-13
|
* Removing r5n profiler, using the same profiler for both x-vine and r5nSupriti Singh2014-09-05
|
* 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
|
* If 0 max search, use r5n dhtSupriti Singh2014-08-26
|
* Checking for GNUNET_CONSTANTS_MAX_ENCRYPTED_MESSAGE_SIZE in put message in ↵Supriti Singh2014-08-26
| | | | X-Vine
* Wait for Bandwidth statistics to be collected.Sree Harsha Totakura2014-08-26
|
* - 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
* Changing delay_put and delay_getSupriti Singh2014-08-24
|
* 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
|
* Waiting for verify successor result and timing out if result not received in ↵Supriti Singh2014-08-22
| | | | some time
* Adding a new message type, ↵Supriti Singh2014-08-22
| | | | GNUNET_MESSAGE_TYPE_XDHT_P2P_NOTIFY_SUCCESSOR_CONFIRMATION
* Do not continue if we are going to shutdown.Sree Harsha Totakura2014-08-22
|
* Teardown DHT connection after clearing up the ActiveContextSree Harsha Totakura2014-08-22
|
* Make the delays to start PUTs and GETs configurable as program parameters.Sree Harsha Totakura2014-08-22
|
* Do not realloc as this will render the pointers to ActiveContexts invalid.Sree Harsha Totakura2014-08-22
|
* After completing DHT PUT operations teardown the service connections in a ↵Sree Harsha Totakura2014-08-22
| | | | seperate task.
* debug printsSupriti Singh2014-08-22
|
* Handling missing next hop in verify successorSupriti Singh2014-08-22
|
* Commented out Exponential BackoffSupriti Singh2014-08-21
|
* Changed find_finger and verify_successor timeoutsSupriti Singh2014-08-21
|
* Fixing Warning, Creating new delays for puts and getsSupriti Singh2014-08-21
|
* Free successor_hash_mapSupriti Singh2014-08-21
|
* Code refactoringSupriti Singh2014-08-21
| | | | | Handling the case where friend which is a finger may have trail len > 0
* Proper log messagesSupriti Singh2014-08-21
|