summaryrefslogtreecommitdiffstats
path: root/src/libserver
Commit message (Expand)AuthorAgeFilesLines
* Show storage id in fuzzy stat commandVsevolod Stakhov2015-12-162-0/+10
* Store fuzzy backend id based on path to fileVsevolod Stakhov2015-12-162-0/+20
* Fix const qualifier usageVsevolod Stakhov2015-12-161-1/+1
* Allow multiple workers of the same type to be configuredVsevolod Stakhov2015-12-164-34/+81
* Fix some border cases in control logicVsevolod Stakhov2015-12-161-1/+8
* Fix errors processing in fuzzy checkVsevolod Stakhov2015-12-151-17/+31
* Another fix for old libeventVsevolod Stakhov2015-12-151-1/+1
* Fix build with old sqliteVsevolod Stakhov2015-12-151-1/+2
* Remove unused attribute from rspamd_lua_initVsevolod Stakhov2015-12-141-1/+1
* Fix hyperscan command broadcastVsevolod Stakhov2015-12-141-0/+2
* Some fixes to fuzzystatVsevolod Stakhov2015-12-141-2/+26
* Add support for fuzzystat commandVsevolod Stakhov2015-12-142-0/+41
* 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