aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api.c
Commit message (Collapse)AuthorAge
...
* - use host's configuration while connecting to controllerSree Harsha Totakura2013-04-10
|
* - manage services of peers (client API)Sree Harsha Totakura2013-04-02
|
* - fix crashes in testbed_api_testbed upon interruptsSree Harsha Totakura2013-03-28
|
* - fix DLL removals while cleaning up operation contextsSree Harsha Totakura2013-03-28
|
* -dead codeSree Harsha Totakura2013-03-22
|
* - warn when operations are not freed where they could have been freedSree Harsha Totakura2013-03-22
|
* expose Operation and associated closure in every eventSree Harsha Totakura2013-03-18
|
* Implement GNUNET_TESTBED_get_statistics() - resolves #2662Sree Harsha Totakura2013-03-13
| | | | | | | Test case for testing GNUNET_TESTBED_get_statistics() Fix waiting for SHUTDOWN_PEERS reply when controller crashes
* - cleanup peers after shutdown operationSree Harsha Totakura2013-03-08
|
* testbed API function to shutdown (stop + destroy) all peers. Client sideSree Harsha Totakura2013-03-08
| | | | | | functionality only.
* Use a sub operation while forwarding controller link operations. This helps toSree Harsha Totakura2013-02-22
| | | | | | | propagate the change in a host's configuration along the controller tree's branch back to root.
* - remove unusedSree Harsha Totakura2013-02-22
|
* send configurations of newly started slave controllers as part of controller ↵Sree Harsha Totakura2013-02-21
| | | | link operations
* M testbed/testbed.hSree Harsha Totakura2013-02-21
| | | | | | | | | | | | | | | | | | | | | naming consistency include uncompressed config size M testbed/testbed_api_hosts.c pulled host registration functions from testbed_api.c M testbed/testbed_api_hosts.h export handler to handle ADD_HOST confirmation messages M testbed/gnunet-service-testbed.c parse the modified ADD_HOST message M testbed/testbed_api.c lose host registration code extract configuration from ADD_HOST messages M testbed/testbed_api.h include hacks
* Assosiate a configuration template while creating hosts. This paves a way toSree Harsha Totakura2013-02-20
| | | | | | | | | | | manage the configurations of controllers running on a host automatically. modified ADD_HOST message structure to have host configuration. This feature is yet to be implemented. The idea is that GNUNET_TESTBED_link_controllers() should take no configuration when hosts automatically update configuration when a new configuration is generated from a template.
* move parallel overlay connect operation queue from controller handle to host ↵Sree Harsha Totakura2013-02-14
| | | | handle
* separate SD calculationsSree Harsha Totakura2013-02-14
|
* fix 2780: Testbed doesn't clean up properly on errorSree Harsha Totakura2013-02-12
|
* - check whether an operation gets cleaned before calling secondary callbackSree Harsha Totakura2013-02-04
|
* -trying to fix low parallelism biasChristian Grothoff2013-02-04
|
* - renameSree Harsha Totakura2013-01-26
|
* - indentSree Harsha Totakura2013-01-25
|
* allow customizing remote shell command and the program started by itSree Harsha Totakura2013-01-09
|
* - call controller callback before operation completion callback; only way to ↵Sree Harsha Totakura2013-01-07
| | | | ensure that GNUNET_TESTBED_operation_done() on GNUNET_TESTBED_underlay_configure_topology() operations doesn't result in segfault.
* - give more weight to failure eventsSree Harsha Totakura2013-01-03
|
* weigh all readings equallySree Harsha Totakura2013-01-02
|
* linear increase and decrease when SD is within 1 and 2 SD respectivelySree Harsha Totakura2013-01-02
|
* - fixSree Harsha Totakura2013-01-02
|
* - doxygenSree Harsha Totakura2013-01-02
|
* adaptive parallelism for overlay connect operations based on SD calculationsSree Harsha Totakura2013-01-01
|
* - rename controller_ip to trusted_ipSree Harsha Totakura2012-12-17
|
* Run testbed-helper in a sh interactive session to make sure the env is set ↵Bart Polot2012-12-12
| | | | up properly
* - remove duplicate functionsSree Harsha Totakura2012-12-03
|
* adaptive parallel overlay connectsSree Harsha Totakura2012-11-16
|
* maintain argv for helpersSree Harsha Totakura2012-11-05
|
* dead codeSree Harsha Totakura2012-10-31
|
* locate helpers in libexecSree Harsha Totakura2012-10-31
|
* -fixesChristian Grothoff2012-10-29
|
* multiple operation queues for an operationSree Harsha Totakura2012-10-24
|
* fixesSree Harsha Totakura2012-10-24
|
* fixSree Harsha Totakura2012-10-22
|
* removed duplicate definitionSree Harsha Totakura2012-10-20
|
* use controller's host when slave host is NULLSree Harsha Totakura2012-10-18
|
* new operation queue for limiting overlay connectsSree Harsha Totakura2012-10-17
|
* logging and fixesSree Harsha Totakura2012-10-15
|
* doxygenSree Harsha Totakura2012-10-14
|
* fixesSree Harsha Totakura2012-10-12
|
* host registrations in profilerSree Harsha Totakura2012-10-12
|
* disabling hostkey checking for localhostSree Harsha Totakura2012-10-11
|
* working overlay connect with implicit suboperationsSree Harsha Totakura2012-10-11
|