aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_testbed.c
AgeCommit message (Collapse)Author
2013-02-27get hosts from loadleveler instead of reading them from hostlistSree Harsha Totakura
2013-02-20Assosiate a configuration template while creating hosts. This paves a way toSree Harsha Totakura
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.
2013-02-20-fix mem leakSree Harsha Totakura
2013-02-06- rely on topology completion callback instead of counting completed overlay ↵Sree Harsha Totakura
connect operations
2013-02-05add completion callback for overlay topology configure functionsSree Harsha Totakura
2013-02-04- check whether an operation gets cleaned before calling secondary callbackSree Harsha Totakura
2013-02-01- doc & indentSree Harsha Totakura
2013-01-30- fixesSree Harsha Totakura
2013-01-28- fix SEGFAULT while registering hostsSree Harsha Totakura
2013-01-25- indentSree Harsha Totakura
2013-01-23- print summary of established linksSree Harsha Totakura
2013-01-23- print time durations in debug outputSree Harsha Totakura
2013-01-23- warn upon unused OVERLAY_RANDOM_LINKS optionSree Harsha Totakura
2013-01-23fix 2688: profiler now uses GNUNET_TESTBED_run ()Sree Harsha Totakura
2013-01-23use all IP addresses of master controller as trusted ipSree Harsha Totakura
2013-01-03fix #2720Sree Harsha Totakura
2012-12-28- fix crashing testcases on sparcbotSree Harsha Totakura
2012-12-27- fix crash when controller diesSree Harsha Totakura
2012-12-17- rename TOPOLOGY_FILE to OVERLAY_TOPOLOGY_FILE and remove ↵Sree Harsha Totakura
GNUNET_TESTBED_create() and its friends
2012-12-17-generate nicer error messageChristian Grothoff
2012-12-12- de-duplicateSree Harsha Totakura
2012-12-12-fixChristian Grothoff
2012-12-11- fixesSree Harsha Totakura
2012-12-11fix 2689Sree Harsha Totakura
2012-12-04- use localhost without chcking when hosts file is NULLSree Harsha Totakura
2012-12-04- fixSree Harsha Totakura
2012-12-03- remove duplicate functionsSree Harsha Totakura
2012-12-03- check the host compatibility check statusSree Harsha Totakura
2012-12-03host compatibility check in GNUNET_TESTBED_run() and fixesSree Harsha Totakura
2012-12-03making GNUNET_TESTBED_is_host_compatible() asynchronousSree Harsha Totakura
2012-12-02hosts file support in GNUNET_TESTBED_run() - fixes 2667Sree Harsha Totakura
2012-11-22topology loading from fileSree Harsha Totakura
2012-11-20- topology name handlingSree Harsha Totakura
2012-11-20extended overlay configure topology to return max connectionsSree Harsha Totakura
2012-11-16small world topologySree Harsha Totakura
2012-11-16- de-duplicationSree Harsha Totakura
2012-11-16- testcase for 2d torus and fixesSree Harsha Totakura
2012-11-16- towards testbed_createSree Harsha Totakura
2012-11-12implementing small world ring topologySree Harsha Totakura
2012-11-12test case for ring topologySree Harsha Totakura
2012-11-05coverity fixSree Harsha Totakura
2012-11-02-minor fixesChristian Grothoff
2012-11-01fixSree Harsha Totakura
2012-11-01topology option support for GNUNET_TESTBED_run() via configurationSree Harsha Totakura
2012-10-31-moving DHT test to testbed APIChristian Grothoff
2012-10-26removed GNUNET_TESTBED_operation_cancelSree Harsha Totakura
2012-10-14operation closure in peer startSree Harsha Totakura
2012-10-12tolerate stopped peers while shutting down testbed_runSree Harsha Totakura
2012-09-09-adding continuation to testbed peer start/stop APIChristian Grothoff
2012-09-09-doxygenSree Harsha Totakura