aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api.c
Commit message (Collapse)AuthorAge
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* addressing name conflict with PS_STOPPED on MinGWChristian Grothoff2013-10-04
|
* - warn and wait for all operations to be completedSree Harsha Totakura2013-09-05
|
* - more barrier stuffSree Harsha Totakura2013-09-02
|
* - towards testbed barriersSree Harsha Totakura2013-08-30
|
* fix 2893: Move adaptive parallelisation mechanism to operation queuesSree Harsha Totakura2013-08-19
|
* - rename PEER_GET_CONFIGURATION to PEER_GET_INFORMATIONSree Harsha Totakura2013-08-15
|
* - remove dead assignmentsSree Harsha Totakura2013-08-14
|
* cleaner to not use ptr after freeing it, even for printingChristian Grothoff2013-06-21
|
* - revert 27104Sree Harsha Totakura2013-05-17
|
* - fix filtering through event maskSree Harsha Totakura2013-05-16
|
* - remove hostname/ip address from INIT message. They will be determined by ↵Sree Harsha Totakura2013-05-13
| | | | the controller automatically
* fix #2665: peer reconfiguration now implementedSree Harsha Totakura2013-05-07
|
* - remove unused configuration parameter in GNUNET_TESTBED_controller_link()Sree Harsha Totakura2013-05-04
|
* fix #2666: Implement service sharing among peersSree Harsha Totakura2013-04-21
|
* - doxygenSree Harsha Totakura2013-04-18
|
* - use hashmap instead of DLLSree Harsha Totakura2013-04-17
|
* - use hashmap for remembering active operation contextsSree Harsha Totakura2013-04-17
|
* - fixesSree Harsha Totakura2013-04-15
|
* - remove dead code as controller linking operation does not require hostSree Harsha Totakura2013-04-12
| | | | | -configuration explicitly
* - doxygenSree Harsha Totakura2013-04-12
|
* - use host's configuration while starting controller on the hostSree Harsha Totakura2013-04-10
|
* - 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
|