aboutsummaryrefslogtreecommitdiff
path: root/src/testbed
Commit message (Collapse)AuthorAge
* -hopefully no longer needed...Christian Grothoff2013-03-20
|
* - make hosts file optional when ENABLE_LL is not set; when it is not given ↵Sree Harsha Totakura2013-03-20
| | | | use localhost only
* - warn. Missing peers in the peer array is unusualSree Harsha Totakura2013-03-20
|
* - do not call statistics when some peers are NULLSree Harsha Totakura2013-03-20
|
* - mark statistics service connect operations done when statistics iterationSree Harsha Totakura2013-03-19
| | | | | completes
* - 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
|
* - fix bad assertionSree Harsha Totakura2013-03-15
|
* - fixSree Harsha Totakura2013-03-15
|
* - fixSree Harsha Totakura2013-03-15
|
* - fixSree Harsha Totakura2013-03-15
|
* - assertions for debuggingSree Harsha Totakura2013-03-15
|
* - assertion checkSree Harsha Totakura2013-03-15
|
* Call TestMaster callback upon timeout set through configurationSree Harsha Totakura2013-03-15
| | | | | | fixes #2833
* - adding the testbed_api_statistics testcase sourceSree Harsha Totakura2013-03-13
|
* 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
|
* - fix crash after handling SHUTDOWN_PEERS due to forwarded operations using ↵Sree Harsha Totakura2013-03-11
| | | | `GST_peer_list'
* - fix crash monitoringSree Harsha Totakura2013-03-11
|
* -I think this should be installedChristian Grothoff2013-03-11
|
* - fixSree Harsha Totakura2013-03-11
|
* - fixSree Harsha Totakura2013-03-11
|
* - cleanup peers after shutdown operationSree Harsha Totakura2013-03-08
|
* - fixesSree Harsha Totakura2013-03-08
|
* - 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
|