aboutsummaryrefslogtreecommitdiff
path: root/src/regex/test_regex_proofs.c
AgeCommit message (Collapse)Author
2015-06-30fix #3869: outdated FSF addressChristian Grothoff
2015-02-07-bringing copyright tags up to FSF standardChristian Grothoff
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
2013-06-20continuing refactoring of regex library structure, disambiguating symbol ↵Christian Grothoff
names between old regex library which is now internal and the public API; moving IP-to-regex conversion functions to tun library, as only vpn is using those to begin with
2012-12-14-minor fixesChristian Grothoff
2012-10-26- Added path compression parameter to DFA construction APIMaximilian Szengel
- Moved NFA construction to internal header - Added regex simulation profiler (for profiling the NFA, that results by merging several DFAs in the DHT, in a database)
2012-09-27testsMaximilian Szengel
2012-07-04Summary: regex cleanup and bugfixesMaximilian Szengel
Author: szengel
2012-07-02regex bugfixesMaximilian Szengel
2012-06-27new and improved testsMaximilian Szengel
2012-06-26doxygen fixesMaximilian Szengel
2012-06-25new test for regexMaximilian Szengel