aboutsummaryrefslogtreecommitdiff
path: root/src/testbed
Commit message (Collapse)AuthorAge
...
* - loggingSree Harsha Totakura2013-03-08
|
* - revert back; reference: the previous commit also implements SHUTDOWN_PEERS ↵Sree Harsha Totakura2013-03-08
| | | | server-side funtionality
* - fix (case where peers <= 2)Sree Harsha Totakura2013-03-08
|
* testbed API function to shutdown (stop + destroy) all peers. Client sideSree Harsha Totakura2013-03-08
| | | | | | functionality only.
* - remove unused codeSree Harsha Totakura2013-03-07
|
* Don't call gnunet scheduler from signal handler. Instead, write to a pipeSree Harsha Totakura2013-03-06
| | | | | (ARM-style) to run a scheduler task when signal is received.
* clean the lock fileSree Harsha Totakura2013-03-06
|
* Remove MPI codeSree Harsha Totakura2013-03-06
| | | | | | | | Starts the child process only in one instance (checks for lowest host ip; and that host ensures all instances co-ordinate via explicit lock file creation) Implemented basic ARM-like functionality for dealing with child processes
* Correct testbed dependenciesLRN2013-03-06
|
* - fix messageBart Polot2013-03-05
|
* - remove unused mpi binariesSree Harsha Totakura2013-03-05
|
* be verbose while sending error message instead of emitting a warningSree Harsha Totakura2013-03-05
|
* - fixSree Harsha Totakura2013-03-05
|
* - fixSree Harsha Totakura2013-03-04
|
* - fix #2809Sree Harsha Totakura2013-03-04
|
* finish off with MPI before spawningSree Harsha Totakura2013-03-01
|
* -fixSree Harsha Totakura2013-02-28
|
* not using GNUNET_PROGRAM_run() as it is eating away the trailing command ↵Sree Harsha Totakura2013-02-28
| | | | arguments
* - verbose++Bart Polot2013-02-27
|
* get hosts from loadleveler instead of reading them from hostlistSree Harsha Totakura2013-02-27
|
* GNUNET_TESTBED_hosts_load_from_loadleveler() function available only whenSree Harsha Totakura2013-02-27
| | | | | --with-ll is specified
* Parsing LoadLeveler allocated hosts and creating testbed hosts from themSree Harsha Totakura2013-02-27
|
* checkpoint saveSree Harsha Totakura2013-02-27
|
* 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
* host locking; warn upon API violationSree Harsha Totakura2013-02-21
|
* - do not use mempcpy()Sree Harsha Totakura2013-02-21
|
* 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.
* -fix mem leakSree Harsha Totakura2013-02-20
|
* - send SIGTERM to peer and reply with success before waiting on itSree Harsha Totakura2013-02-20
|
* - rename and install to binSree Harsha Totakura2013-02-18
|
* - fix crashing testcasesSree Harsha Totakura2013-02-15
|
* fix 2793: Testbed does not allow to set TIMEOUT for operationsSree Harsha Totakura2013-02-14
|
* move parallel overlay connect operation queue from controller handle to host ↵Sree Harsha Totakura2013-02-14
| | | | handle
* separate SD calculationsSree Harsha Totakura2013-02-14
|
* - fail test without dumping coreSree Harsha Totakura2013-02-13
|
* fix 2780: Testbed doesn't clean up properly on errorSree Harsha Totakura2013-02-12
|
* - fixSree Harsha Totakura2013-02-12
|
* - fix crashing testsSree Harsha Totakura2013-02-12
|
* - fixSree Harsha Totakura2013-02-06
|
* - 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
|
* - cache expire after 15 secSree Harsha Totakura2013-02-05
|
* - expire cache entries (expiry set to 'forever' for now)Sree Harsha Totakura2013-02-05
|
* - check whether an operation gets cleaned before calling secondary callbackSree Harsha Totakura2013-02-04
|
* -trying to fix low parallelism biasChristian Grothoff2013-02-04
|
* - doc & indentSree Harsha Totakura2013-02-01
|
* -fixSree Harsha Totakura2013-02-01
|