aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regex_internal.c
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
2016-08-11-fix more shift errorsChristian Grothoff
2016-07-08-avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff
2016-07-06misc fixesChristian Grothoff
2016-07-06-fix misc issuesChristian Grothoff
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-02-07-bringing copyright tags up to FSF standardChristian Grothoff
2013-12-19malloc -> newLRN
2013-10-06-remove trailing whitespaceChristian Grothoff
2013-09-26-fixBart Polot
2013-09-26- indentation, styleBart Polot
2013-09-26- fixBart Polot
2013-09-26Add REGEX_INTERNAL_iterate_reachable_edges which only reveals edges ↵Bart Polot
reachable from states with proof longer or equal to REGEX_INITIAL_BYTES
2013-08-19Fix 'way too many REGEX PUTs' issue.Maximilian Szengel
2013-07-02-implementing regex testChristian Grothoff
2013-06-26-moving REGEX_INTERNAL_check_proof to libgnunetregexblock, integrating proof ↵Christian Grothoff
check into block plugin
2013-06-26-renaming symbols of the block library to use the REGEX_BLOCK_ prefix and ↵Christian Grothoff
not the REGEX_INTERNAL_ prefix
2013-06-20renaming symbols from libgnunetregextest to have the prefix REGEX_TESTChristian Grothoff
2013-06-20moving functions for testing and evaluation and experiments to the test ↵Christian Grothoff
library, minimizing the internal library, renaming files according to which library they belong to