aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regex_internal.h
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
* reduce reallocing to improve performanceChristian Grothoff2012-12-13
|
* -eliminating mallocing of state setsChristian Grothoff2012-12-13
|
* -stuffChristian Grothoff2012-12-13
|
* Cleaup, indentation, comments etc.Maximilian Szengel2012-11-16
|
* optimizationsMaximilian Szengel2012-11-13
|
* - 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
|
* refactoringMaximilian Szengel2012-09-23
|
* DFA path compressionMaximilian Szengel2012-09-23
|
* commentsMaximilian Szengel2012-09-13
|
* FixesMaximilian Szengel2012-08-27
|
* - 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
* Added multi-striding capabilities to regex.Maximilian Szengel2012-08-17
|
* using strings as labelsMaximilian Szengel2012-08-13
|
* Summary: regex cleanup and bugfixesMaximilian Szengel2012-07-04
| | | | | Author: szengel
* new and improved testsMaximilian Szengel2012-06-27