aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api.c
AgeCommit message (Expand)Author
2016-10-27propagate barrier status messages to sub controllersSree Harsha Totakura
2016-10-26Avoid double constDavid Barksdale
2016-10-23avoid using dying type for functionChristian Grothoff
2016-10-10migrating testbed to new service APIChristian Grothoff
2016-08-18Use statement exprs instead of local functionDavid Barksdale
2016-07-08-avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff
2016-07-07introduce more message parsing checksSree Harsha Totakura
2016-06-27-convert resolver_api to MQChristian Grothoff
2016-06-27-use more of MQ APIChristian Grothoff
2016-06-27convert testbed_api to MQ (not perfect, but working)Christian Grothoff
2016-06-27move functions unrelated to TESTBED_BarrierWaitHandle out of testbed_api_barr...Christian Grothoff
2016-06-27move functions unrelated to TESTBED_BarrierWaitHandle out of testbed_api_barr...Christian Grothoff
2016-06-25remove global variable for barriers, move into controllerChristian Grothoff
2016-06-25first steps towards MQChristian Grothoff
2016-01-19-fix (C) noticesChristian Grothoff
2015-11-01-typo-doxygenChristian Grothoff
2015-10-28-fix doxygenChristian Grothoff
2015-10-27-indentation, doxygen, etc.Christian Grothoff
2015-06-30fix #3869: outdated FSF addressChristian Grothoff
2015-02-07-bringing copyright tags up to FSF standardChristian Grothoff
2014-03-13- add constBart Polot
2014-03-13- add a getter for peer->unique_idBart Polot
2013-12-19malloc -> newLRN
2013-10-06-remove trailing whitespaceChristian Grothoff
2013-10-04addressing name conflict with PS_STOPPED on MinGWChristian Grothoff
2013-09-05- warn and wait for all operations to be completedSree Harsha Totakura
2013-09-02- more barrier stuffSree Harsha Totakura
2013-08-30- towards testbed barriersSree Harsha Totakura
2013-08-19fix 2893: Move adaptive parallelisation mechanism to operation queuesSree Harsha Totakura
2013-08-15- rename PEER_GET_CONFIGURATION to PEER_GET_INFORMATIONSree Harsha Totakura
2013-08-14- remove dead assignmentsSree Harsha Totakura
2013-06-21cleaner to not use ptr after freeing it, even for printingChristian Grothoff
2013-05-17- revert 27104Sree Harsha Totakura
2013-05-16- fix filtering through event maskSree Harsha Totakura
2013-05-13- remove hostname/ip address from INIT message. They will be determined by t...Sree Harsha Totakura
2013-05-07fix #2665: peer reconfiguration now implementedSree Harsha Totakura
2013-05-04- remove unused configuration parameter in GNUNET_TESTBED_controller_link()Sree Harsha Totakura
2013-04-21fix #2666: Implement service sharing among peersSree Harsha Totakura
2013-04-18- doxygenSree Harsha Totakura
2013-04-17- use hashmap instead of DLLSree Harsha Totakura
2013-04-17- use hashmap for remembering active operation contextsSree Harsha Totakura
2013-04-15- fixesSree Harsha Totakura
2013-04-12- remove dead code as controller linking operation does not require hostSree Harsha Totakura
2013-04-12- doxygenSree Harsha Totakura
2013-04-10- use host's configuration while starting controller on the hostSree Harsha Totakura
2013-04-10- use host's configuration while connecting to controllerSree Harsha Totakura
2013-04-02- manage services of peers (client API)Sree Harsha Totakura
2013-03-28- fix crashes in testbed_api_testbed upon interruptsSree Harsha Totakura
2013-03-28- fix DLL removals while cleaning up operation contextsSree Harsha Totakura
2013-03-22-dead codeSree Harsha Totakura