aboutsummaryrefslogtreecommitdiffstats
path: root/src/libutil/regexp.h
Commit message (Expand)AuthorAgeFilesLines
* [Project] Add `L` flag for regexps to save start of the match in HyperscanVsevolod Stakhov2020-07-281-0/+1
* [Rework] Rework initialisation to reduce static leaks countVsevolod Stakhov2019-09-271-5/+0
* [Rework] Add C++ guards to all headersVsevolod Stakhov2019-07-081-19/+29
* [Minor] Store the fact that we have utf8 only regexps in corpusVsevolod Stakhov2018-11-281-0/+1
* [Minor] Try to allow disabling JIT in PCREVsevolod Stakhov2018-05-041-1/+3
* [Feature] Add method to create regexp from a glob patternVsevolod Stakhov2016-12-181-0/+8
* Fix pcre jit fast path (one more time)Vsevolod Stakhov2016-02-231-0/+1
* Pcre2 compilation supportVsevolod Stakhov2016-02-091-0/+9
* Switch the rest to apache 2Vsevolod Stakhov2016-02-041-20/+11
* Add special flag to disable hyperscan for particular expressionsVsevolod Stakhov2015-12-101-0/+9
* Store max hits inside rspamd_regexp_tVsevolod Stakhov2015-12-091-0/+10
* Add methods to get re flagsVsevolod Stakhov2015-12-091-0/+9
* Add routine to compare to rspamd_regexp_tVsevolod Stakhov2015-12-081-0/+5
* Add method to set re class for any rspamd regexpVsevolod Stakhov2015-12-061-0/+11
* Add cache id support for regexpVsevolod Stakhov2015-12-031-0/+12
* Add routines to get count of captures and backrefsVsevolod Stakhov2015-12-011-0/+10
* Improve regexp captures.Vsevolod Stakhov2015-06-301-1/+8
* Use regexp hash functions for task re_cache.Vsevolod Stakhov2015-03-191-0/+22
* Allow storage of auxiliary userdata inside regexp structure.Vsevolod Stakhov2015-03-071-0/+25
* Implement lua regexp split, write test case.Vsevolod Stakhov2015-03-061-0/+9
* Adopt lua regexps for rspamd_regexp.Vsevolod Stakhov2015-03-051-0/+7
* Implement regexp search.Vsevolod Stakhov2015-03-051-1/+4
* Initialization code for JIT regexps.Vsevolod Stakhov2015-03-051-2/+4
* Implement cache functions.Vsevolod Stakhov2015-03-051-0/+10
* Write skeleton of rspamd fast regexps.Vsevolod Stakhov2015-03-041-0/+108