Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor fixes | Vsevolod Stakhov | 2015-12-22 | 1 | -0/+2 |
* | Assume empty input as failed scan | Vsevolod Stakhov | 2015-12-14 | 1 | -5/+8 |
* | Improve logging of hyperscan cache | Vsevolod Stakhov | 2015-12-10 | 1 | -3/+9 |
* | Another fix for maxhits regexps | Vsevolod Stakhov | 2015-12-10 | 1 | -9/+7 |
* | Unbreak hyperscan-less build | Vsevolod Stakhov | 2015-12-10 | 1 | -0/+2 |
* | Allow to disable hyperscan and use pcre only | Vsevolod Stakhov | 2015-12-10 | 1 | -3/+9 |
* | Fix maxhits for pcre | Vsevolod Stakhov | 2015-12-10 | 1 | -17/+25 |
* | Add pcre_only option to re_cache registration | Vsevolod Stakhov | 2015-12-10 | 1 | -1/+2 |
* | Add special flag to disable hyperscan for particular expressions | Vsevolod Stakhov | 2015-12-10 | 1 | -1/+10 |
* | Fix type string | Vsevolod Stakhov | 2015-12-10 | 1 | -1/+1 |
* | Improve statistics for re_cache | Vsevolod Stakhov | 2015-12-10 | 1 | -19/+29 |
* | Support re_cache statistics | Vsevolod Stakhov | 2015-12-10 | 1 | -0/+21 |
* | Allow tuning for maximum compile time for hyperscan | Vsevolod Stakhov | 2015-12-10 | 1 | -5/+6 |
* | Include maxhits in re hash | Vsevolod Stakhov | 2015-12-09 | 1 | -2/+10 |
* | Add rawmime class | Vsevolod Stakhov | 2015-12-09 | 1 | -1/+9 |
* | Fix pcre post-filtering | Vsevolod Stakhov | 2015-12-09 | 1 | -29/+41 |
* | Add silent mode for hyperscan validity checks | Vsevolod Stakhov | 2015-12-09 | 1 | -6/+11 |
* | Use flags in class hashes | Vsevolod Stakhov | 2015-12-09 | 1 | -1/+11 |
* | Use hits from the cache in re cache | Vsevolod Stakhov | 2015-12-09 | 1 | -27/+31 |
* | Honor pcre flags in hyperscan expressions | Vsevolod Stakhov | 2015-12-09 | 1 | -7/+16 |
* | Some more fixes to hyperscan match | Vsevolod Stakhov | 2015-12-09 | 1 | -7/+9 |
* | More rework of hyperscan matching | Vsevolod Stakhov | 2015-12-08 | 1 | -29/+43 |
* | Implement matching using hyperscan | Vsevolod Stakhov | 2015-12-08 | 1 | -32/+133 |
* | Implement hyperscan loading by receiving signal | Vsevolod Stakhov | 2015-12-08 | 1 | -2/+2 |
* | Add event for loading of hyperscan files | Vsevolod Stakhov | 2015-12-08 | 1 | -1/+4 |
* | Cleanup hs structures on cache destroy | Vsevolod Stakhov | 2015-12-08 | 1 | -0/+8 |
* | Add function to load hyperscan databases from caches | Vsevolod Stakhov | 2015-12-08 | 1 | -1/+106 |
* | Add logic to watch hyperscan compilation | Vsevolod Stakhov | 2015-12-08 | 1 | -15/+82 |
* | Fix replacing regexps in the cache | Vsevolod Stakhov | 2015-12-08 | 1 | -21/+20 |
* | Save platform info as well | Vsevolod Stakhov | 2015-12-08 | 1 | -13/+41 |
* | Fix re-using of hyperscan files | Vsevolod Stakhov | 2015-12-08 | 1 | -33/+66 |
* | Fix re-using of hyperscan hashes | Vsevolod Stakhov | 2015-12-08 | 1 | -7/+33 |
* | Add function to check validity of hyperscan cache | Vsevolod Stakhov | 2015-12-08 | 1 | -0/+69 |
* | Store regexps into id indexed array | Vsevolod Stakhov | 2015-12-08 | 1 | -1/+38 |
* | Implement re cache specific logger helpers | Vsevolod Stakhov | 2015-12-07 | 1 | -5/+32 |
* | Fix serializing of hyperscan regexps | Vsevolod Stakhov | 2015-12-07 | 1 | -10/+24 |
* | Add hyperscan compilation support | Vsevolod Stakhov | 2015-12-07 | 1 | -0/+163 |
* | Add hyperscan initialization | Vsevolod Stakhov | 2015-12-07 | 1 | -0/+44 |
* | More fixes for SA plugin to deal with the new cache | Vsevolod Stakhov | 2015-12-07 | 1 | -0/+3 |
* | Add routine to convert string to re_class type | Vsevolod Stakhov | 2015-12-07 | 1 | -1/+34 |
* | Add re class to match all headers | Vsevolod Stakhov | 2015-12-07 | 1 | -0/+12 |
* | As we store re_class within re avoid extra lookup | Vsevolod Stakhov | 2015-12-07 | 1 | -3/+2 |
* | Fix re cache replacement method | Vsevolod Stakhov | 2015-12-06 | 1 | -7/+8 |
* | Fix headers iteration | Vsevolod Stakhov | 2015-12-05 | 1 | -0/+2 |
* | Fix more issues in the new re cache | Vsevolod Stakhov | 2015-12-05 | 1 | -5/+9 |
* | Add replacement method for expressions in the confi | Vsevolod Stakhov | 2015-12-05 | 1 | -18/+42 |
* | Fix code for the new cache | Vsevolod Stakhov | 2015-12-03 | 1 | -0/+26 |
* | Start new era of regexp cache | Vsevolod Stakhov | 2015-12-03 | 1 | -20/+53 |
* | Implement real checks in re_cache | Vsevolod Stakhov | 2015-12-03 | 1 | -10/+202 |
* | Add more logic for the new re cache system | Vsevolod Stakhov | 2015-12-03 | 1 | -27/+139 |