aboutsummaryrefslogtreecommitdiffstats
path: root/src/expressions.h
Commit message (Expand)AuthorAgeFilesLines
* * Add new lua module regexp for using glib regular expressions (pcre compatible)Vsevolod Stakhov2011-02-151-2/+8
* Fixes types (use glib ones) no functional change.Vsevolod Stakhov2010-10-061-9/+9
* * Add ability to test regexp with 'T' flagVsevolod Stakhov2010-07-061-0/+1
* * Fix config reloadingVsevolod Stakhov2010-05-131-2/+2
* * Add classifiers and composites sections to dumpVsevolod Stakhov2010-04-061-0/+1
* * Add ability to register rspamd functions from LUAVsevolod Stakhov2009-10-131-2/+2
* * Fix error in regexps results hashingVsevolod Stakhov2009-05-041-2/+2
* * Another fix to regexps parserVsevolod Stakhov2009-04-231-1/+7
* * Fix regexp_match_number functionVsevolod Stakhov2009-04-231-0/+1
* * Fix expression parser: make it recursive and allow expressions inside funct...Vsevolod Stakhov2009-04-231-1/+10
* * Add raw mode flag for improving performance by avoiding expensive utf8 tran...Vsevolod Stakhov2009-04-211-1/+1
* * Add per-task regexp results cache, that would optimize regexp engine perfor...Vsevolod Stakhov2009-04-051-0/+16
* * Make regexp cache functions public for using them in other placesVsevolod Stakhov2009-03-291-0/+14
* * Add ability for plugins to register its own functions in expression's parserVsevolod Stakhov2009-03-281-0/+8
* * Add functions support to rspamd regexpsVsevolod Stakhov2009-03-191-0/+69