aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_operations.c
Commit message (Expand)AuthorAge
* Delete more subsystems not required after tngMartin Schanzenbach2023-10-13
* UTIL: Allow only inlcusion of util glib-style.Martin Schanzenbach2022-12-04
* BUILD: Attempt to disentable platform.h, gnunet_common.h and gnunet_private_c...Martin Schanzenbach2022-12-04
* -DOC: Another comment stripping pass through TESTBEDWillow Liquorice2022-10-03
* -fix many more typosChristian Grothoff2021-04-26
* GNUNET_free_non_null -> GNUNET_freeChristian Grothoff2020-07-05
* tighten formatting rulesChristian Grothoff2019-10-31
* 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
* 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