aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api.c
Commit message (Collapse)AuthorAge
* introduce more message parsing checksSree Harsha Totakura2016-07-07
| | | | | These checks may provide hints for Coverity.
* -convert resolver_api to MQChristian Grothoff2016-06-27
|
* -use more of MQ APIChristian Grothoff2016-06-27
|
* convert testbed_api to MQ (not perfect, but working)Christian Grothoff2016-06-27
|
* move functions unrelated to TESTBED_BarrierWaitHandle out of ↵Christian Grothoff2016-06-27
| | | | testbed_api_barriers.c
* move functions unrelated to TESTBED_BarrierWaitHandle out of ↵Christian Grothoff2016-06-27
| | | | testbed_api_barriers.c
* remove global variable for barriers, move into controllerChristian Grothoff2016-06-25
|
* first steps towards MQChristian Grothoff2016-06-25
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* -typo-doxygenChristian Grothoff2015-11-01
|
* -fix doxygenChristian Grothoff2015-10-28
|
* -indentation, doxygen, etc.Christian Grothoff2015-10-27
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* - add constBart Polot2014-03-13
|
* - add a getter for peer->unique_idBart Polot2014-03-13
|
* malloc -> newLRN2013-12-19
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* addressing name conflict with PS_STOPPED on MinGWChristian Grothoff2013-10-04
|
* - warn and wait for all operations to be completedSree Harsha Totakura2013-09-05
|
* - more barrier stuffSree Harsha Totakura2013-09-02
|
* - towards testbed barriersSree Harsha Totakura2013-08-30
|
* 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
|
* cleaner to not use ptr after freeing it, even for printingChristian Grothoff2013-06-21
|
* - revert 27104Sree Harsha Totakura2013-05-17
|
* - fix filtering through event maskSree Harsha Totakura2013-05-16
|
* - remove hostname/ip address from INIT message. They will be determined by ↵Sree Harsha Totakura2013-05-13
| | | | the controller automatically
* fix #2665: peer reconfiguration now implementedSree Harsha Totakura2013-05-07
|
* - remove unused configuration parameter in GNUNET_TESTBED_controller_link()Sree Harsha Totakura2013-05-04
|
* fix #2666: Implement service sharing among peersSree Harsha Totakura2013-04-21
|
* - doxygenSree Harsha Totakura2013-04-18
|
* - use hashmap instead of DLLSree Harsha Totakura2013-04-17
|
* - use hashmap for remembering active operation contextsSree Harsha Totakura2013-04-17
|
* - fixesSree Harsha Totakura2013-04-15
|
* - remove dead code as controller linking operation does not require hostSree Harsha Totakura2013-04-12
| | | | | -configuration explicitly
* - doxygenSree Harsha Totakura2013-04-12
|
* - 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
|
* - manage services of peers (client API)Sree Harsha Totakura2013-04-02
|
* - fix crashes in testbed_api_testbed upon interruptsSree Harsha Totakura2013-03-28
|
* - fix DLL removals while cleaning up operation contextsSree Harsha Totakura2013-03-28
|
* -dead codeSree Harsha Totakura2013-03-22
|
* - warn when operations are not freed where they could have been freedSree Harsha Totakura2013-03-22
|
* expose Operation and associated closure in every eventSree Harsha Totakura2013-03-18
|
* 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
* - cleanup peers after shutdown operationSree Harsha Totakura2013-03-08
|
* testbed API function to shutdown (stop + destroy) all peers. Client sideSree Harsha Totakura2013-03-08
| | | | | | functionality only.
* 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.