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