Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use regexp hash functions for task re_cache. | Vsevolod Stakhov | 2015-03-19 | 1 | -2/+2 |
* | Fix flags in pcre jit fast path. | Vsevolod Stakhov | 2015-03-10 | 1 | -1/+2 |
* | Allow storage of auxiliary userdata inside regexp structure. | Vsevolod Stakhov | 2015-03-07 | 1 | -0/+36 |
* | Start moving to the rspamd regexps. | Vsevolod Stakhov | 2015-03-07 | 1 | -0/+4 |
* | Implement lua regexp split, write test case. | Vsevolod Stakhov | 2015-03-06 | 1 | -0/+15 |
* | Fix some issues in rspamd_regexp. | Vsevolod Stakhov | 2015-03-06 | 1 | -5/+5 |
* | m,, regexps are to be treated as strict match. | Vsevolod Stakhov | 2015-03-06 | 1 | -1/+11 |
* | More fixes to regexp module. | Vsevolod Stakhov | 2015-03-06 | 1 | -6/+18 |
* | pcre_free_study is only valid when JIT is supported. | Vsevolod Stakhov | 2015-03-05 | 1 | -2/+6 |
* | Adopt lua regexps for rspamd_regexp. | Vsevolod Stakhov | 2015-03-05 | 1 | -1/+9 |
* | Fix study invocation. | Vsevolod Stakhov | 2015-03-05 | 1 | -6/+26 |
* | Implement match. | Vsevolod Stakhov | 2015-03-05 | 1 | -1/+9 |
* | Implement regexp search. | Vsevolod Stakhov | 2015-03-05 | 1 | -1/+74 |
* | Initialization code for JIT regexps. | Vsevolod Stakhov | 2015-03-05 | 1 | -4/+199 |
* | Implement cache functions. | Vsevolod Stakhov | 2015-03-05 | 1 | -5/+93 |
* | Write skeleton of rspamd fast regexps. | Vsevolod Stakhov | 2015-03-04 | 1 | -0/+101 |