aboutsummaryrefslogtreecommitdiff
path: root/src/testbed
AgeCommit message (Expand)Author
2016-07-08-indentingChristian Grothoff
2016-07-08-make handle staticChristian Grothoff
2016-07-08-ignore meaningless timeout statusChristian Grothoff
2016-07-08-ignore meaningless timeout statusChristian Grothoff
2016-07-08-avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff
2016-07-08migrate transport_core API to MQChristian Grothoff
2016-07-07introduce more message parsing checksSree Harsha Totakura
2016-07-06misc fixesChristian Grothoff
2016-07-01Fix broken testbed controllerlink testcase.Sree Harsha Totakura
2016-06-30-doxygenChristian Grothoff
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-27convert testbed_api_barriers to new MQ APIChristian Grothoff
2016-06-27-simplify barriers logic, make sure cb is called on all errorsChristian 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-25-doxygenChristian Grothoff
2016-06-25first steps towards MQChristian Grothoff
2016-06-25-doxygenChristian Grothoff
2016-06-24move testbed logger to its own directoryChristian Grothoff
2016-06-23refactoring ARM api to use new MQChristian Grothoff
2016-06-21update statistics API to use new MQ API style, also get rid of timeout argumentChristian Grothoff
2016-05-06fixing compiler warningsChristian Grothoff
2016-04-30implementing new scheduler shutdown semanticsChristian Grothoff
2016-04-25remove dead/ugly codeChristian Grothoff
2016-04-09small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContex...Christian Grothoff
2016-01-19-fix (C) noticesChristian Grothoff
2015-11-16typoChristian Grothoff
2015-11-16more PATH_MAX issues (#4054)Christian Grothoff
2015-11-16fix #4054Christian Grothoff
2015-11-01-typo-doxygenChristian Grothoff
2015-10-29-remove startup through valgrindSree Harsha Totakura
2015-10-29fixing #4035Christian Grothoff
2015-10-29-doxygen, indentChristian Grothoff
2015-10-29-do not segv on controller crashChristian Grothoff
2015-10-28testbed: disable host key checking along with password based authenticationSree Harsha Totakura
2015-10-28-fix doxygenChristian Grothoff
2015-10-27stop using deprecated TRANSPORT_try_connect() API, use modern ATS connectivit...Christian Grothoff
2015-10-27prepare testbed for #3675 by having an option to establish connections to ATSChristian Grothoff
2015-10-27-update docu linksSree Harsha Totakura
2015-10-27-indentation, doxygen, etc.Christian Grothoff
2015-07-13-no binding for daemonsChristian Grothoff
2015-07-08DEFAULTSERVICES is dead, remove remainsChristian Grothoff
2015-06-30fix #3869: outdated FSF addressChristian Grothoff
2015-02-10fixing #3657 (replace ATS_Information with struct), but WIHTOUT fixing ATS te...Christian Grothoff
2015-02-07-bringing copyright tags up to FSF standardChristian Grothoff
2015-02-07-bringing copyright tags up to FSF standardChristian Grothoff
2015-01-24Fix the use of (GNUNET_)strdup and (GNUNET_)freeLRN