aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_testbed.c
Commit message (Collapse)AuthorAge
* -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 ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* -fixesSree Harsha Totakura2014-01-08
|
* malloc -> newLRN2013-12-19
|
* - use get_value_filename when retrieving filenames and pathsSree Harsha Totakura2013-10-17
|
* - change --enable-ll to --enable-supermucSree Harsha Totakura2013-10-12
| | | | | - define a system wide termination signal GNUNET_TERM_SIG. Set this to SIGUSR1 only when building for SuperMUC
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* - implement scale free topology correctly and introduce argument to cap the ↵Sree Harsha Totakura2013-09-11
| | | | number of connections to a peer in the generated topology
* - barriers test case; more fixesSree Harsha Totakura2013-09-09
|
* - give out run handle through which master controller's handle can be retrievedSree Harsha Totakura2013-09-06
|
* - doxygenSree Harsha Totakura2013-09-05
|
* - warn and wait for all operations to be completedSree Harsha Totakura2013-09-05
|
* - remove dead code and fixesSree Harsha Totakura2013-09-04
|
* - coverity fixesSree Harsha Totakura2013-06-24
|
* - remove island handling code (we are restricted to 1 island anyway)Sree Harsha Totakura2013-06-10
|
* - do not create peers on the island controllerSree Harsha Totakura2013-05-24
|
* - fallback to using ip addresses for hostsSree Harsha Totakura2013-05-17
|
* - fix compileSree Harsha Totakura2013-05-15
|
* - distribute peers equally among island nodes on SuperMUCSree Harsha Totakura2013-05-15
|
* - supermuc specific island handling codeSree Harsha Totakura2013-05-14
|
* - avoid linear scan of hostsSree Harsha Totakura2013-05-11
|
* - remove unused configuration parameter in GNUNET_TESTBED_controller_link()Sree Harsha Totakura2013-05-04
|
* - docSree Harsha Totakura2013-04-18
|
* - use hashmap instead of DLLSree Harsha Totakura2013-04-17
|
* - 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
|
* - copyrightSree Harsha Totakura2013-04-10
| | | | | sed -i -r "s/(.*\(C\))(.*)(Christian)/\1 2008--2013 \3/" *.h *.c
* provide how many links succeeded and how many failed in test master callbackSree Harsha Totakura2013-03-28
| | | | | from GNUNET_TESTBED_run() and GNUNET_TESTBED_test_run() functions
* - fix crashes in testbed_api_testbed upon interruptsSree Harsha Totakura2013-03-28
|
* - exit when an operation failsSree Harsha Totakura2013-03-27
|
* - code reorderingSree Harsha Totakura2013-03-19
| | | | | - Call GNUNET_SCHEDULER_shutdown() upon errors
* - doxygenSree Harsha Totakura2013-03-18
|
* expose Operation and associated closure in every eventSree Harsha Totakura2013-03-18
|
* Call TestMaster callback upon timeout set through configurationSree Harsha Totakura2013-03-15
| | | | | | fixes #2833
* 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
* - fixSree Harsha Totakura2013-03-11
|
* - fixSree Harsha Totakura2013-03-11
|
* - fix (case where peers <= 2)Sree Harsha Totakura2013-03-08
|
* - remove unused codeSree Harsha Totakura2013-03-07
|
* - fixSree Harsha Totakura2013-03-05
|
* get hosts from loadleveler instead of reading them from hostlistSree Harsha Totakura2013-02-27
|
* 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.
* -fix mem leakSree Harsha Totakura2013-02-20
|
* - rely on topology completion callback instead of counting completed overlay ↵Sree Harsha Totakura2013-02-06
| | | | connect operations
* add completion callback for overlay topology configure functionsSree Harsha Totakura2013-02-05
|
* - check whether an operation gets cleaned before calling secondary callbackSree Harsha Totakura2013-02-04
|
* - doc & indentSree Harsha Totakura2013-02-01
|
* - fixesSree Harsha Totakura2013-01-30
|
* - fix SEGFAULT while registering hostsSree Harsha Totakura2013-01-28
|
* - indentSree Harsha Totakura2013-01-25
|