Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow tuning for maximum compile time for hyperscan | Vsevolod Stakhov | 2015-12-10 | 3 | -7/+16 |
* | Include maxhits in re hash | Vsevolod Stakhov | 2015-12-09 | 1 | -2/+10 |
* | Add rawmime class | Vsevolod Stakhov | 2015-12-09 | 6 | -3/+25 |
* | Fix pcre post-filtering | Vsevolod Stakhov | 2015-12-09 | 3 | -31/+66 |
* | Fix a stupid misprint | Vsevolod Stakhov | 2015-12-09 | 1 | -0/+1 |
* | Add silent mode for hyperscan validity checks | Vsevolod Stakhov | 2015-12-09 | 3 | -8/+13 |
* | Use flags in class hashes | Vsevolod Stakhov | 2015-12-09 | 1 | -1/+11 |
* | Fix setting limit for malformed regexps | Vsevolod Stakhov | 2015-12-09 | 1 | -7/+10 |
* | Fix SA plugin for multiple regexps | Vsevolod Stakhov | 2015-12-09 | 1 | -3/+17 |
* | Use hits from the cache in re cache | Vsevolod Stakhov | 2015-12-09 | 4 | -40/+45 |
* | Store max hits inside rspamd_regexp_t | Vsevolod Stakhov | 2015-12-09 | 3 | -0/+57 |
* | Honor pcre flags in hyperscan expressions | Vsevolod Stakhov | 2015-12-09 | 1 | -7/+16 |
* | Add methods to get re flags | Vsevolod Stakhov | 2015-12-09 | 2 | -0/+27 |
* | Some more fixes to hyperscan match | Vsevolod Stakhov | 2015-12-09 | 1 | -7/+9 |
* | Fix failing of upstream when connection failure | Vsevolod Stakhov | 2015-12-09 | 1 | -0/+1 |
* | 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 | 2 | -2/+34 |
* | Send notifications by hs_helper process | Vsevolod Stakhov | 2015-12-08 | 1 | -11/+55 |
* | Add event for loading of hyperscan files | Vsevolod Stakhov | 2015-12-08 | 3 | -39/+103 |
* | 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 | 2 | -1/+112 |
* | Do not assume invalid header regexps by default | Vsevolod Stakhov | 2015-12-08 | 1 | -1/+6 |
* | 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 | 2 | -11/+40 |
* | Add routine to compare to rspamd_regexp_t | Vsevolod Stakhov | 2015-12-08 | 2 | -0/+13 |
* | Add function to check validity of hyperscan cache | Vsevolod Stakhov | 2015-12-08 | 2 | -0/+75 |
* | 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 | 3 | -13/+31 |
* | Fix hs_helper startup | Vsevolod Stakhov | 2015-12-07 | 1 | -6/+7 |
* | Implement starting of hs_helper process | Vsevolod Stakhov | 2015-12-07 | 1 | -21/+70 |
* | Add hyperscan compilation support | Vsevolod Stakhov | 2015-12-07 | 2 | -0/+170 |
* | Add hyperscan helper worker | Vsevolod Stakhov | 2015-12-07 | 6 | -2/+182 |
* | Add hyperscan initialization | Vsevolod Stakhov | 2015-12-07 | 3 | -1/+50 |
* | Fix cache initialization | Vsevolod Stakhov | 2015-12-07 | 1 | -3/+3 |
* | Start hyperscan support | Vsevolod Stakhov | 2015-12-07 | 1 | -0/+4 |
* | Add LPeg support to rspamd | Vsevolod Stakhov | 2015-12-07 | 1 | -0/+1 |
* | Fix error on adjusting url lengths after decoding | Vsevolod Stakhov | 2015-12-07 | 1 | -6/+0 |
* | Add support of 'special' SA headers to 'exists' function | Vsevolod Stakhov | 2015-12-07 | 1 | -2/+17 |
* | Add support for Mail::SpamAssassin::Plugin::MIMEHeader | Vsevolod Stakhov | 2015-12-07 | 1 | -3/+27 |
* | More fixes for SA plugin to deal with the new cache | Vsevolod Stakhov | 2015-12-07 | 2 | -9/+74 |
* | Add routine to convert string to re_class type | Vsevolod Stakhov | 2015-12-07 | 4 | -32/+43 |
* | Add re class to match all headers | Vsevolod Stakhov | 2015-12-07 | 2 | -0/+13 |
* | As we store re_class within re avoid extra lookup | Vsevolod Stakhov | 2015-12-07 | 1 | -3/+2 |
* | Fix replacements in spamassassin plugin | Vsevolod Stakhov | 2015-12-06 | 1 | -2/+5 |
* | Fix re cache replacement method | Vsevolod Stakhov | 2015-12-06 | 3 | -52/+13 |