index
:
gnunet
gnunet
master
v0.9
Amatus' GNUnet stable branch https://gnunet.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
testbed
/
testbed_api_operations.c
Age
Commit message (
Expand
)
Author
2016-07-08
-avoid calling memcpy() with NULL argument, even if len is 0
Christian Grothoff
2016-06-25
remove global variable for barriers, move into controller
Christian Grothoff
2016-04-09
small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContex...
Christian Grothoff
2016-01-19
-fix (C) notices
Christian Grothoff
2015-06-30
fix #3869: outdated FSF address
Christian Grothoff
2015-02-07
-bringing copyright tags up to FSF standard
Christian Grothoff
2014-12-24
making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or e...
Christian Grothoff
2014-07-04
Do not cleanup operation queues if they are not empty. Instead, mark them as...
Sree Harsha Totakura
2014-06-04
Fix 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-18
Do not let parallelism fall below the default parallelism value for adaptive ...
Sree Harsha Totakura
2014-02-18
Consider the resources from failed operations as overloaded and not use them
Sree Harsha Totakura
2013-12-19
malloc -> new
LRN
2013-11-18
fix #2944: modify the adaptive parallelisation algorithm
Sree Harsha Totakura
2013-10-06
-remove trailing whitespace
Christian Grothoff
2013-09-23
- start the adaptive algorithm with 4 parallel operations
Sree Harsha Totakura
2013-08-30
- doxygen
Sree Harsha Totakura
2013-08-29
- average with failure operation time as overhead
Sree Harsha Totakura
2013-08-23
- negative deviation factor
Sree Harsha Totakura
2013-08-19
fix 2893: Move adaptive parallelisation mechanism to operation queues
Sree Harsha Totakura
2013-08-19
- fix resource claiming when deferring operations
Sree Harsha Totakura
2013-08-14
- remove dead assignments
Sree Harsha Totakura
2013-06-24
- coverity fixes
Sree Harsha Totakura
2013-04-18
- doxygen
Sree Harsha Totakura
2013-04-16
- stop iterating through waiting operations earlier
Sree Harsha Totakura
2013-04-11
- fix #2862
Sree Harsha Totakura
2013-04-10
- copyright
Sree Harsha Totakura
2013-04-10
- doc
Sree Harsha Totakura
2013-04-10
- more test cases
Sree Harsha Totakura
2013-04-09
- support caching through inactive operations
Sree Harsha Totakura
2013-04-09
- maintain separate queues for operations that are in WAITING, READY, and STA...
Sree Harsha Totakura
2013-04-09
- no starving
Sree Harsha Totakura
2013-04-08
- execute operations in the same order as they are queued when possible
Sree Harsha Totakura
2013-03-18
- doxygen
Sree Harsha Totakura
2013-03-13
Implement GNUNET_TESTBED_get_statistics() - resolves #2662
Sree Harsha Totakura
2013-01-25
- indent
Sree Harsha Totakura
2013-01-24
operations now can explicitly register how many resources they require
Sree Harsha Totakura
2013-01-01
- make operations wait when max_active is decreased
Sree Harsha Totakura
2012-12-27
- use GNUNET_array_grow()
Sree Harsha Totakura
2012-11-16
dynamically adjustable operation queues
Sree Harsha Totakura
2012-10-24
multiple operation queues for an operation
Sree Harsha Totakura
2012-09-28
-syntax fixes
Christian Grothoff
2012-08-31
adhering to indentation standard
Sree Harsha Totakura
2012-08-07
hacking overlay connect
Sree Harsha Totakura
2012-07-31
peer start/stop with new operations handling
Sree Harsha Totakura
2012-07-31
peer create with new operations handling
Sree Harsha Totakura
2012-07-31
-removed operation type
Sree Harsha Totakura
2012-07-29
removed redundant cls(data)
Sree Harsha Totakura
2012-07-29
testbed operations
Sree Harsha Totakura
[next]