aboutsummaryrefslogtreecommitdiff
path: root/src/regex/test_regex_graph_api.c
Commit message (Collapse)AuthorAge
* renaming symbols from libgnunetregextest to have the prefix REGEX_TESTChristian Grothoff2013-06-20
|
* moving functions for testing and evaluation and experiments to the test ↵Christian Grothoff2013-06-20
| | | | library, minimizing the internal library, renaming files according to which library they belong to
* continuing refactoring of regex library structure, disambiguating symbol ↵Christian Grothoff2013-06-20
| | | | 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
* Cleaup, indentation, comments etc.Maximilian Szengel2012-11-16
|
* -misc bugfixes, travel hackingChristian Grothoff2012-11-04
|
* - Added path compression parameter to DFA construction APIMaximilian Szengel2012-10-26
| | | | | | | - 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)
* renamed test_regex_big / fixesMaximilian Szengel2012-10-15
|
* testsMaximilian Szengel2012-09-27
|
* coverityMaximilian Szengel2012-09-17
|
* removing temp file in graph testMaximilian Szengel2012-09-10
|
* coverageMaximilian Szengel2012-09-07