summaryrefslogtreecommitdiffstats
path: root/src/libserver/re_cache.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix serializing of hyperscan regexpsVsevolod Stakhov2015-12-071-10/+24
* Add hyperscan compilation supportVsevolod Stakhov2015-12-071-0/+163
* Add hyperscan initializationVsevolod Stakhov2015-12-071-0/+44
* More fixes for SA plugin to deal with the new cacheVsevolod Stakhov2015-12-071-0/+3
* Add routine to convert string to re_class typeVsevolod Stakhov2015-12-071-1/+34
* Add re class to match all headersVsevolod Stakhov2015-12-071-0/+12
* As we store re_class within re avoid extra lookupVsevolod Stakhov2015-12-071-3/+2
* Fix re cache replacement methodVsevolod Stakhov2015-12-061-7/+8
* Fix headers iterationVsevolod Stakhov2015-12-051-0/+2
* Fix more issues in the new re cacheVsevolod Stakhov2015-12-051-5/+9
* Add replacement method for expressions in the confiVsevolod Stakhov2015-12-051-18/+42
* Fix code for the new cacheVsevolod Stakhov2015-12-031-0/+26
* Start new era of regexp cacheVsevolod Stakhov2015-12-031-20/+53
* Implement real checks in re_cacheVsevolod Stakhov2015-12-031-10/+202
* Add more logic for the new re cache systemVsevolod Stakhov2015-12-031-27/+139
* Start new regexp cache optimizerVsevolod Stakhov2015-12-011-0/+138