aboutsummaryrefslogtreecommitdiff
path: root/src/regex/test_regex_integration.c
AgeCommit message (Collapse)Author
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-06-30fix #3869: outdated FSF addressChristian Grothoff
2015-05-22add logging and in particular checks to make sure no '.' wildcards are ↵Christian Grothoff
during initial transitions of the DFA
2015-05-22-improving testcaseChristian Grothoff
2015-05-22-adding integration testChristian Grothoff