summaryrefslogtreecommitdiffstats
path: root/src/libutil/regexp.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Use regexp hash functions for task re_cache.Vsevolod Stakhov2015-03-191-2/+2
|
* Fix flags in pcre jit fast path.Vsevolod Stakhov2015-03-101-1/+2
|
* Allow storage of auxiliary userdata inside regexp structure.Vsevolod Stakhov2015-03-071-0/+36
|
* Start moving to the rspamd regexps.Vsevolod Stakhov2015-03-071-0/+4
|
* Implement lua regexp split, write test case.Vsevolod Stakhov2015-03-061-0/+15
|
* Fix some issues in rspamd_regexp.Vsevolod Stakhov2015-03-061-5/+5
|
* m,, regexps are to be treated as strict match.Vsevolod Stakhov2015-03-061-1/+11
|
* More fixes to regexp module.Vsevolod Stakhov2015-03-061-6/+18
|
* pcre_free_study is only valid when JIT is supported.Vsevolod Stakhov2015-03-051-2/+6
|
* Adopt lua regexps for rspamd_regexp.Vsevolod Stakhov2015-03-051-1/+9
|
* Fix study invocation.Vsevolod Stakhov2015-03-051-6/+26
|
* Implement match.Vsevolod Stakhov2015-03-051-1/+9
|
* Implement regexp search.Vsevolod Stakhov2015-03-051-1/+74
|
* Initialization code for JIT regexps.Vsevolod Stakhov2015-03-051-4/+199
|
* Implement cache functions.Vsevolod Stakhov2015-03-051-5/+93
|
* Write skeleton of rspamd fast regexps.Vsevolod Stakhov2015-03-041-0/+101