aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet_dht_profiler.c
Commit message (Collapse)AuthorAge
* GNUNET_free_non_null -> GNUNET_freeChristian Grothoff2020-07-05
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* avoid integer overflow issueChristian Grothoff2018-06-25
|
* result intentionally ignoredChristian Grothoff2018-06-25
|
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* no need to dup cfgChristian Grothoff2018-05-22
|
* fix stats output of dht profilerChristian Grothoff2018-05-06
|
* fix dht profiler memory leakChristian Grothoff2018-05-06
|
* typosChristian Grothoff2018-05-06
|
* fix dht profiler logicChristian Grothoff2018-05-06
|
* fix simplify profiler logic, n_puts_failed no longer usedChristian Grothoff2018-05-05
|
* fix profiler build, signature of callback changedChristian Grothoff2018-05-05
|
* rename GNUNET_GETOPT functions to achieve better consistencyChristian Grothoff2017-03-25
|
* getopt API porting.Marcello Stanisci2017-03-15
|
* -fix ftbfsChristian Grothoff2016-06-24
|
* convert DHT API to new MQ APIChristian Grothoff2016-06-23
|
* fixing compiler warningsChristian Grothoff2016-05-06
|
* 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
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -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
* -clarify logicChristian Grothoff2014-12-20
|
* -add assertionChristian 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
|
* Removing r5n profiler, using the same profiler for both x-vine and r5nSupriti Singh2014-09-05
|
* Exponential backoff Supriti Singh2014-08-27
|
* If 0 max search, use r5n dhtSupriti Singh2014-08-26
|
* 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
|
* Modified logic for notify successorSupriti Singh2014-08-22
|
* FixmeSupriti Singh2014-08-22
|
* 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.
* Commented out Exponential BackoffSupriti Singh2014-08-21
|