aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/gnunet-service-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
* malloc -> newLRN2013-12-19
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* - towards seperating connection pooling from cacheSree Harsha Totakura2013-09-26
|
* - experiment driver propagates barrier crossed notificationSree Harsha Totakura2013-09-10
|
* - barriers test case; more fixesSree Harsha Totakura2013-09-09
|
* - more barrier codeSree Harsha Totakura2013-09-02
|
* - towards testbed barriersSree Harsha Totakura2013-08-30
|
* -use GPLv3+ consistentlyChristian Grothoff2013-08-24
|
* 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
|
* - revert 27104Sree Harsha Totakura2013-05-17
|
* - remove hostname/ip address from INIT message. They will be determined by ↵Sree Harsha Totakura2013-05-13
| | | | the controller automatically
* - complement HELPER API with functions to kill and wait on the helper processSree Harsha Totakura2013-05-09
| | | | | | - To shutdown quickly, have testbed first kill all sub-controller's helper processes first and wait later instead of kill & wait per each processes.
* - fix parsing of shared service specsSree Harsha Totakura2013-05-08
|
* fix #2665: peer reconfiguration now implementedSree Harsha Totakura2013-05-07
|
* fix #2666: Implement service sharing among peersSree Harsha Totakura2013-04-21
|
* - logger service for aggregating stat data from testbed peersSree Harsha Totakura2013-04-18
|
* - service sharing in testingSree Harsha Totakura2013-04-18
|
* - remove dead code as controller linking operation does not require hostSree Harsha Totakura2013-04-12
| | | | | -configuration explicitly
* - fix memleak complaints from valgrindSree Harsha Totakura2013-04-12
|
* - towards on-demand controller linkingSree Harsha Totakura2013-04-11
|
* - restructureSree Harsha Totakura2013-04-10
|
* - restructureSree Harsha Totakura2013-04-08
|
* - log load statistics to fileSree Harsha Totakura2013-04-04
|
* - load monitoring in testbedSree Harsha Totakura2013-04-04
|
* - use topology service instead of statistics as statistics may not terminate ↵Sree Harsha Totakura2013-04-03
| | | | when asked for
* - test case for starting/stopping peer's servicesSree Harsha Totakura2013-04-02
|
* - warn on missing casesSree Harsha Totakura2013-04-02
|
* - manage services of peers (server)Sree Harsha Totakura2013-04-02
|
* expose Operation and associated closure in every eventSree Harsha Totakura2013-03-18
|
* - fix crash after handling SHUTDOWN_PEERS due to forwarded operations using ↵Sree Harsha Totakura2013-03-11
| | | | `GST_peer_list'
* - fixSree Harsha Totakura2013-03-11
|
* - fixesSree Harsha Totakura2013-03-08
|
* - fix (case where peers <= 2)Sree Harsha Totakura2013-03-08
|
* be verbose while sending error message instead of emitting a warningSree Harsha Totakura2013-03-05
|
* 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.
* 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.
* - send SIGTERM to peer and reply with success before waiting on itSree Harsha Totakura2013-02-20
|
* fix 2793: Testbed does not allow to set TIMEOUT for operationsSree Harsha Totakura2013-02-14
|
* - doc & indentSree Harsha Totakura2013-02-01
|
* - rename "hello cache" to "cache"Sree Harsha Totakura2013-01-28
|
* - renameSree Harsha Totakura2013-01-26
|
* read MAX_OPEN_FDS from configurationSree Harsha Totakura2013-01-25
|
* - indentSree Harsha Totakura2013-01-25
|
* - towards operation queues for open file descriptorsSree Harsha Totakura2013-01-25
|