aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet_dht_profiler.c
AgeCommit message (Expand)Author
2018-06-05first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX
2018-05-22no need to dup cfgChristian Grothoff
2018-05-06fix stats output of dht profilerChristian Grothoff
2018-05-06fix dht profiler memory leakChristian Grothoff
2018-05-06typosChristian Grothoff
2018-05-06fix dht profiler logicChristian Grothoff
2018-05-05fix simplify profiler logic, n_puts_failed no longer usedChristian Grothoff
2018-05-05fix profiler build, signature of callback changedChristian Grothoff
2017-03-25rename GNUNET_GETOPT functions to achieve better consistencyChristian Grothoff
2017-03-15getopt API porting.Marcello Stanisci
2016-06-24-fix ftbfsChristian Grothoff
2016-06-23convert DHT API to new MQ APIChristian Grothoff
2016-05-06fixing compiler warningsChristian 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-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-12-20-clarify logicChristian Grothoff
2014-10-05-add assertionChristian Grothoff
2014-09-22xvine: better log printsSupriti Singh
2014-09-22xvine: remove warningsSupriti Singh
2014-09-22X-Vine: FixesSupriti Singh
2014-09-22- Act malicious API completeSupriti Singh
2014-09-17Removing trail compression messageSupriti Singh
2014-09-05Removing r5n profiler, using the same profiler for both x-vine and r5nSupriti Singh
2014-08-27Exponential backoff Supriti Singh
2014-08-26If 0 max search, use r5n dhtSupriti Singh
2014-08-26Wait for Bandwidth statistics to be collected.Sree Harsha Totakura
2014-08-25- Adding r5n profiler.Supriti Singh
2014-08-24Changing delay_put and delay_getSupriti Singh
2014-08-24Randomized PUT/GET delay interval.Supriti Singh
2014-08-24Code refactoringSupriti Singh
2014-08-22Modified logic for notify successorSupriti Singh
2014-08-22FixmeSupriti Singh
2014-08-22Do not continue if we are going to shutdown.Sree Harsha Totakura
2014-08-22Teardown DHT connection after clearing up the ActiveContextSree Harsha Totakura
2014-08-22Make the delays to start PUTs and GETs configurable as program parameters.Sree Harsha Totakura
2014-08-22Do not realloc as this will render the pointers to ActiveContexts invalid.Sree Harsha Totakura
2014-08-22After completing DHT PUT operations teardown the service connections in a sep...Sree Harsha Totakura
2014-08-21Commented out Exponential BackoffSupriti Singh
2014-08-21Changed find_finger and verify_successor timeoutsSupriti Singh
2014-08-21Fixing Warning, Creating new delays for puts and getsSupriti Singh
2014-08-21Free successor_hash_mapSupriti Singh
2014-08-21Code refactoringSupriti Singh
2014-08-21Proper log messagesSupriti Singh
2014-08-21Changing the logic to check for circle completionSupriti Singh
2014-08-21Fixing trail setup rejectionSupriti Singh
2014-08-20- fixesSree Harsha Totakura