aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver
Commit message (Expand)AuthorAgeFilesLines
...
* Allow fd attaching to control repliesVsevolod Stakhov2015-12-141-3/+22
* Assume empty input as failed scanVsevolod Stakhov2015-12-141-5/+8
* Allow multiple values for rcl parsersVsevolod Stakhov2015-12-132-8/+27
* Fix signature slightlyVsevolod Stakhov2015-12-132-12/+12
* Enable core files limits for rspamdVsevolod Stakhov2015-12-111-5/+17
* Add options to limit cores for rspamdVsevolod Stakhov2015-12-112-0/+18
* Improve logging of hyperscan cacheVsevolod Stakhov2015-12-101-3/+9
* Another fix for maxhits regexpsVsevolod Stakhov2015-12-101-9/+7
* Unbreak hyperscan-less buildVsevolod Stakhov2015-12-101-0/+2
* Allow to disable hyperscan and use pcre onlyVsevolod Stakhov2015-12-105-5/+19
* Fix maxhits for pcreVsevolod Stakhov2015-12-101-17/+25
* Add pcre_only option to re_cache registrationVsevolod Stakhov2015-12-101-1/+2
* Add special flag to disable hyperscan for particular expressionsVsevolod Stakhov2015-12-101-1/+10
* Allow logging of re_cache statisticsVsevolod Stakhov2015-12-103-0/+19
* Fix type stringVsevolod Stakhov2015-12-101-1/+1
* Improve statistics for re_cacheVsevolod Stakhov2015-12-101-19/+29
* Support re_cache statisticsVsevolod Stakhov2015-12-102-0/+34
* Allow tuning for maximum compile time for hyperscanVsevolod Stakhov2015-12-102-6/+7
* Include maxhits in re hashVsevolod Stakhov2015-12-091-2/+10
* Add rawmime classVsevolod Stakhov2015-12-092-1/+10
* Fix pcre post-filteringVsevolod Stakhov2015-12-091-29/+41
* Add silent mode for hyperscan validity checksVsevolod Stakhov2015-12-092-7/+12
* Use flags in class hashesVsevolod Stakhov2015-12-091-1/+11
* Use hits from the cache in re cacheVsevolod Stakhov2015-12-092-30/+32
* Honor pcre flags in hyperscan expressionsVsevolod Stakhov2015-12-091-7/+16
* Some more fixes to hyperscan matchVsevolod Stakhov2015-12-091-7/+9
* More rework of hyperscan matchingVsevolod Stakhov2015-12-081-29/+43
* Implement matching using hyperscanVsevolod Stakhov2015-12-081-32/+133
* Implement hyperscan loading by receiving signalVsevolod Stakhov2015-12-081-2/+2
* Add event for loading of hyperscan filesVsevolod Stakhov2015-12-083-39/+103
* Cleanup hs structures on cache destroyVsevolod Stakhov2015-12-081-0/+8
* Add function to load hyperscan databases from cachesVsevolod Stakhov2015-12-082-1/+112
* Add logic to watch hyperscan compilationVsevolod Stakhov2015-12-081-15/+82
* Fix replacing regexps in the cacheVsevolod Stakhov2015-12-081-21/+20
* Save platform info as wellVsevolod Stakhov2015-12-081-13/+41
* Fix re-using of hyperscan filesVsevolod Stakhov2015-12-081-33/+66
* Fix re-using of hyperscan hashesVsevolod Stakhov2015-12-081-7/+33
* Add function to check validity of hyperscan cacheVsevolod Stakhov2015-12-082-0/+75
* Store regexps into id indexed arrayVsevolod Stakhov2015-12-081-1/+38
* Implement re cache specific logger helpersVsevolod Stakhov2015-12-071-5/+32
* Fix serializing of hyperscan regexpsVsevolod Stakhov2015-12-072-11/+25
* Add hyperscan compilation supportVsevolod Stakhov2015-12-072-0/+170
* Add hyperscan helper workerVsevolod Stakhov2015-12-072-0/+20
* Add hyperscan initializationVsevolod Stakhov2015-12-071-0/+44
* Fix cache initializationVsevolod Stakhov2015-12-071-3/+3
* Fix error on adjusting url lengths after decodingVsevolod Stakhov2015-12-071-6/+0
* 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-072-2/+41
* Add re class to match all headersVsevolod Stakhov2015-12-072-0/+13
* As we store re_class within re avoid extra lookupVsevolod Stakhov2015-12-071-3/+2