aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_operations.c
Commit message (Expand)AuthorAge
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
* 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
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
* remove global variable for barriers, move into controllerChristian Grothoff2016-06-25
* small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContex...Christian Grothoff2016-04-09
* -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 e...Christian Grothoff2014-12-24
* Do not cleanup operation queues if they are not empty. Instead, mark them as...Sree Harsha Totakura2014-07-04
* Fix 3429: do not print degree of parallelism.Sree Harsha Totakura2014-06-04
* - increase history size for the measured average operation execution times.Sree Harsha Totakura2014-03-04
* -Always add measured average operation completion time into history.Sree Harsha Totakura2014-02-24
* Do not let parallelism fall below the default parallelism value for adaptive ...Sree Harsha Totakura2014-02-18
* Consider the resources from failed operations as overloaded and not use themSree Harsha Totakura2014-02-18
* malloc -> newLRN2013-12-19
* fix #2944: modify the adaptive parallelisation algorithmSree Harsha Totakura2013-11-18
* -remove trailing whitespaceChristian Grothoff2013-10-06
* - start the adaptive algorithm with 4 parallel operationsSree Harsha Totakura2013-09-23
* - doxygenSree Harsha Totakura2013-08-30
* - average with failure operation time as overheadSree Harsha Totakura2013-08-29
* - negative deviation factorSree Harsha Totakura2013-08-23
* fix 2893: Move adaptive parallelisation mechanism to operation queuesSree Harsha Totakura2013-08-19
* - fix resource claiming when deferring operationsSree Harsha Totakura2013-08-19
* - remove dead assignmentsSree Harsha Totakura2013-08-14
* - coverity fixesSree Harsha Totakura2013-06-24
* - doxygenSree Harsha Totakura2013-04-18
* - stop iterating through waiting operations earlierSree Harsha Totakura2013-04-16
* - fix #2862Sree Harsha Totakura2013-04-11
* - copyrightSree Harsha Totakura2013-04-10
* - docSree Harsha Totakura2013-04-10
* - more test casesSree Harsha Totakura2013-04-10
* - support caching through inactive operationsSree Harsha Totakura2013-04-09
* - maintain separate queues for operations that are in WAITING, READY, and STA...Sree Harsha Totakura2013-04-09
* - no starvingSree Harsha Totakura2013-04-09
* - execute operations in the same order as they are queued when possibleSree Harsha Totakura2013-04-08
* - doxygenSree Harsha Totakura2013-03-18
* Implement GNUNET_TESTBED_get_statistics() - resolves #2662Sree Harsha Totakura2013-03-13
* - indentSree Harsha Totakura2013-01-25
* operations now can explicitly register how many resources they requireSree Harsha Totakura2013-01-24
* - make operations wait when max_active is decreasedSree Harsha Totakura2013-01-01
* - use GNUNET_array_grow()Sree Harsha Totakura2012-12-27
* dynamically adjustable operation queuesSree Harsha Totakura2012-11-16
* multiple operation queues for an operationSree Harsha Totakura2012-10-24
* -syntax fixesChristian Grothoff2012-09-28
* adhering to indentation standardSree Harsha Totakura2012-08-31
* hacking overlay connectSree Harsha Totakura2012-08-07
* peer start/stop with new operations handlingSree Harsha Totakura2012-07-31