aboutsummaryrefslogtreecommitdiff
path: root/src/testbed
AgeCommit message (Collapse)Author
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 ↵Christian Grothoff
testcases yet
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
2014-12-24making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff
even fully address #3247
2014-12-17Fix regression caused by SVN 34522Sree Harsha Totakura
2014-12-17-check rvalChristian Grothoff
2014-12-16-make compilers happyChristian Grothoff
2014-12-16-check return valueChristian Grothoff
2014-12-16-check return valuesChristian Grothoff
2014-12-10moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing ↵Christian Grothoff
#3565 indirectly
2014-12-04Reduce the number of peers to 2.Sree Harsha Totakura
2014-09-13fixing parallel build, getting rid of useless _DEPENDENCIES declarationsChristian Grothoff
2014-08-14Add options for SCALE_FREE topology.Sree Harsha Totakura
2014-08-08- English.Sree Harsha Totakura
2014-07-04Do not cleanup operation queues if they are not empty. Instead, mark them ↵Sree Harsha Totakura
as expired and clean them in destructor. --This line, and those below, will be ignored-- M testbed/testbed_api_operations.c
2014-06-16notify performance monitors about destroyed addresses (for #3406)Christian Grothoff
2014-06-10Initialize `arg_str1'.Sree Harsha Totakura
2014-06-04Fix 3429: do not print degree of parallelism.Sree Harsha Totakura
2014-05-21performance API indicates disconnectMatthias Wachs
2014-05-07- rename in conf.in files, update conf.in file still referencing meshBart Polot
2014-05-07- rename also contents of config files, update config filesBart Polot
2014-03-13- add constBart Polot
2014-03-13- add a getter for peer->unique_idBart Polot
2014-03-07- Delay shutdown until all connections are closed.Sree Harsha Totakura
2014-03-07- remove dead codeSree Harsha Totakura
2014-03-07- Warn upon deleting unsent message.Sree Harsha Totakura
- Send the message immediately if its size equals to the buffer size.
2014-03-05- Define and use BUFFER_SIZE for the size of the outgoing buffer.Sree Harsha Totakura
2014-03-04- increase history size for the measured average operation execution times.Sree Harsha Totakura
2014-02-24-Always add measured average operation completion time into history.Sree Harsha Totakura
2014-02-20Fix barrier test dependencies (W32)LRN
2014-02-20Allow redirection of STDERR when starting processes.Sree Harsha Totakura
2014-02-18Do not let parallelism fall below the default parallelism value for adaptive ↵Sree Harsha Totakura
queues.
2014-02-18Consider the resources from failed operations as overloaded and not use themSree Harsha Totakura
until the parallelism is refreshed. This commit also fixes a bug where the parallelism is set to 0 and hence no progress can be made.
2014-02-12- Add patch for valgrinding testbedSree Harsha Totakura
2014-02-12- Cleanup cache items after removing from the hashmap.Sree Harsha Totakura
2014-02-11Include winternl.h, needed for testbedLRN
2014-02-02Fix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX to be overriden, allow ↵LRN
TESTS_ENVIRONMENT to be overrided (use AM_TESTS_ENVIRONMENT))
2014-01-30fix #3284: support lib/MULTIARCH/ paths in installation, use ↵Christian Grothoff
GNUNET_PREFIX=@libdir@ so that we can extract the value of MULTIARCH during 'make check'
2014-01-30Include test_testbed_api_statistis.conf in distSree Harsha Totakura
testbed/Makefile.am (EXTRA_DIST): Added file.
2014-01-24fix #3275 with solution from https://gnunet.org/bugs/view.php?id=3275#c8029Sree Harsha Totakura
sed -i 's#^\(\s*\)TESTS#\1TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;\n&#'
2014-01-14- only log changed valuesSree Harsha Totakura
2014-01-13- latency logging daemonSree Harsha Totakura
2014-01-08- add underlay testcase to `make check`Sree Harsha Totakura
2014-01-08- fixesSree Harsha Totakura
2014-01-08- fixSree Harsha Totakura
2014-01-08-fixesSree Harsha Totakura