aboutsummaryrefslogtreecommitdiff
path: root/src/regex/test_regex_eval_api.c
Commit message (Collapse)AuthorAge
* tighten formatting rulesChristian Grothoff2019-10-31
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* Revert "integrate dnsparser and dnsstub and tun with libgnunetutil"lurchi2018-06-25
| | | | This reverts commit 7da98cf076e9c5101244dfbbf8c3ddff045d298e.
* integrate dnsparser and dnsstub and tun with libgnunetutilChristian Grothoff2018-06-25
|
* 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
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* 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
* -fixesChristian Grothoff2012-12-19
|
* Cleaup, indentation, comments etc.Maximilian Szengel2012-11-16
|
* - 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)
* fixMaximilian Szengel2012-09-27
|
* testsMaximilian Szengel2012-09-27
|
* fixed leakMaximilian Szengel2012-09-23
|
* coverityMaximilian Szengel2012-09-17
|
* coverageMaximilian Szengel2012-09-07
|
* - added check for automaton traversalMaximilian Szengel2012-08-23
| | | | | | - fixed a bug that caused nfa's state_count to be incorrect for certain regexes - only compute scc's when coloring option is set
* Fixed eval test case and stack smashing protectionMaximilian Szengel2012-08-17
|
* Summary: regex cleanup and bugfixesMaximilian Szengel2012-07-04
| | | | | Author: szengel
* regex bugfixesMaximilian Szengel2012-07-02
|
* new and improved testsMaximilian Szengel2012-06-27
|
* doxygen fixesMaximilian Szengel2012-06-26
|
* -optimizing regexChristian Grothoff2012-06-25
|
* regex simplification wipMaximilian Szengel2012-06-25
|
* Updated testcase to use fewer random regexes.Maximilian Szengel2012-06-21
|
* simplified regex/proof generationMaximilian Szengel2012-06-11
|
* Test for computed regex.Maximilian Szengel2012-06-06
|
* - State merging fixMaximilian Szengel2012-05-07
| | | | | - Proof creation WIP
* dfa minimization fixMaximilian Szengel2012-04-19
|
* test updateMaximilian Szengel2012-04-18