aboutsummaryrefslogtreecommitdiff
path: root/src/testbed
Commit message (Collapse)AuthorAge
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* Partial application of diff send in beberking, Issue #5476Nils Gillmann2018-11-13
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* tests: use port numbers that are unlikely to collide with user ports (just ↵psyc://loupsycedyglgamf.onion/~lynX1984-04-04
| | | | happened)
* fix https://gnunet.org/bugs/view.php?id=4904Schanzenbach, Martin2018-06-24
|
* rename FORCESTART into IMMEDIATE_START (#4547b)psyc://loupsycedyglgamf.onion/~lynX1984-04-04
|
* AUTOSTART renamed into START_ON_DEMAND (#4547a)psyc://loupsycedyglgamf.onion/~lynX1984-04-04
|
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* testbed/buildvars.py: flake8Nils Gillmann2018-05-22
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* follow-up, fix conf locationsNils Gillmann2018-05-19
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* Switch to $GNUNET_TMP in all configuration files.Nils Gillmann2018-05-06
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* fix memory leakChristian Grothoff2018-01-04
|
* fix more 'make dist' issuesChristian Grothoff2018-01-02
|
* Merge branch 'fix_social'lurchi2017-12-30
|\
| * allow MST callback to distinguish between disconnect and parse error ↵Christian Grothoff2017-10-29
| | | | | | | | situations, and only log for the hard errors
* | unset environment variables that will break testbed, indentation and comment ↵Christian Grothoff2017-12-27
| | | | | | | | typo fixes
* | fix leakChristian Grothoff2017-10-06
|/
* fix configuration parsing issue with inlines from configuration not in cwdChristian Grothoff2017-06-25
|
* fix misc linker issuesChristian Grothoff2017-04-02
|
* rename GNUNET_GETOPT functions to achieve better consistencyChristian Grothoff2017-03-25
|
* fix #4957Christian Grothoff2017-03-17
|
* more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff2017-03-17
|
* Merge branch 'master' into getoptChristian Grothoff2017-03-17
|\
| * removing dead/legacy server/connection logic, except for in tcp/wlan/bt ↵Christian Grothoff2017-03-16
| | | | | | | | plugins (which will be updated 'later')
* | Still porting to new getopt API.Marcello Stanisci2017-03-15
|/
* link against libz explicitly, as we use it directlyChristian Grothoff2017-03-14
|
* fix potential NPEChristian Grothoff2017-03-10
|
* fix out-of-bounds case in parserChristian Grothoff2017-03-10
|
* fix commentChristian Grothoff2017-03-10
|
* remove dead enum valuesChristian Grothoff2017-03-08
|
* indentation fixesChristian Grothoff2017-01-27
|
* unset XDG environment variable during testcases, as they can screw things up ↵Christian Grothoff2017-01-27
| | | | badly
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
|
* exclude more testsChristian Grothoff2017-01-08
|
* - add subdirectory gitignore filesBart Polot2016-11-09
|
* disable more unnecessary services in testcasesSree Harsha Totakura2016-10-27
|
* propagate barrier status messages to sub controllersSree Harsha Totakura2016-10-27
|
* Fix #4718: Do not echo BARRIER_STATUS messages back to the main ↵Sree Harsha Totakura2016-10-27
| | | | controller/test driverAlso add a few FIXMEs to be fixed and fix testcase logic to accommodate new scheduler shutdown semantics
* testbed: do not start unnecessary servicesSree Harsha Totakura2016-10-27
|
* Avoid double constDavid Barksdale2016-10-26
|
* avoid using dying type for functionChristian Grothoff2016-10-23
|
* migrating testbed to new service APIChristian Grothoff2016-10-10
|
* use new MST API in helperChristian Grothoff2016-10-07
|
* fix #4703Christian Grothoff2016-10-06
|
* -removing pointless NULL cmpChristian Grothoff2016-08-27
|
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
| | | | | This change lets us compile with clang again.
* fix star topology generationChristian Grothoff2016-08-13
|
* -use new_array where appropriate, fix indentationChristian Grothoff2016-08-13
|
* -fix bug introduced when STAR topology was added, STAR must only be once in ↵Christian Grothoff2016-08-13
| | | | the topology_strings[]-array