aboutsummaryrefslogtreecommitdiff
path: root/src/testing
AgeCommit message (Collapse)Author
2018-06-07paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX
2018-06-07glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX
2018-06-05first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX
2018-05-06Switch to $GNUNET_TMP in all configuration files.Nils Gillmann
Signed-off-by: Nils Gillmann <ng0@n0.is>
2017-03-25rename GNUNET_GETOPT functions to achieve better consistencyChristian Grothoff
2017-03-15Porting 'nat'.Marcello Stanisci
2017-03-10add assertion to make static analysis happyChristian Grothoff
2017-02-23fix indentationChristian Grothoff
2017-01-27unset XDG environment variable during testcases, as they can screw things up ↵Christian Grothoff
badly
2017-01-08exclude more testsChristian Grothoff
2016-11-09- add subdirectory gitignore filesBart Polot
2016-09-30-eliminate dead codeChristian Grothoff
2016-07-08-avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff
2016-06-23refactoring ARM api to use new MQChristian Grothoff
2016-04-30implementing new scheduler shutdown semanticsChristian Grothoff
2016-04-09small API change: do no longer pass rarely needed ↵Christian Grothoff
GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
2016-01-19-fix (C) noticesChristian Grothoff
2015-10-27-doxygenChristian Grothoff
2015-06-30fix #3869: outdated FSF addressChristian 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
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-10moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing ↵Christian Grothoff
#3565 indirectly
2014-09-13fixing parallel build, getting rid of useless _DEPENDENCIES declarationsChristian Grothoff
2014-05-07- rename also contents of config files, update config filesBart Polot
2014-03-07- Copy PATHS section as the shared service configuration may refer to ↵Sree Harsha Totakura
options from here.
2014-02-20Allow redirection of STDERR when starting processes.Sree Harsha Totakura
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-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-08- utility to list peer ids from a given hostkeys fileSree Harsha Totakura
2013-12-19malloc -> newLRN
2013-12-05-always initialize emsg_Christian Grothoff
2013-11-29- move do_start_process to util/Sree Harsha Totakura
2013-11-28Fix compilationBruno Cabral
2013-11-28- write PEERID to PATHS so that it can be used for dollar expansionSree Harsha Totakura
2013-11-28- support PREFIX strings with argumentsSree Harsha Totakura
2013-10-17- use get_value_filename when retrieving filenames and pathsSree Harsha Totakura
2013-10-12- change --enable-ll to --enable-supermucSree Harsha Totakura
- define a system wide termination signal GNUNET_TERM_SIG. Set this to SIGUSR1 only when building for SuperMUC
2013-10-10separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff
2013-10-10- ignore GNUNET_TESTING_PREFIX in testbed helperSree Harsha Totakura
2013-10-09-switching (again) to named sockets, see #2887Christian Grothoff
2013-10-09last XDG change: use GNUNET_RUNTIME_DIR instead of /tmp for UNIXPATHs by defaultChristian Grothoff
2013-10-09more work towards XDG spec (#3000) -- config file locationChristian Grothoff
2013-10-09migrating towards XDG configuration specification (#3000)Christian Grothoff
2013-10-09- docSree Harsha Totakura
2013-10-09- fix and docSree Harsha Totakura
2013-10-09- prefix env variable for specifying the tmp dir testbed/testing uses for ↵Sree Harsha Totakura
dumping generated peer config files
2013-10-06-remove trailing whitespaceChristian Grothoff