| Commit message (Expand) | Author | Age | Files | Lines |
* | * Add new lua module regexp for using glib regular expressions (pcre compatible) | Vsevolod Stakhov | 2011-02-15 | 1 | -2/+8 |
* | Fixes types (use glib ones) no functional change. | Vsevolod Stakhov | 2010-10-06 | 1 | -9/+9 |
* | * Add ability to test regexp with 'T' flag | Vsevolod Stakhov | 2010-07-06 | 1 | -0/+1 |
* | * Fix config reloading | Vsevolod Stakhov | 2010-05-13 | 1 | -2/+2 |
* | * Add classifiers and composites sections to dump | Vsevolod Stakhov | 2010-04-06 | 1 | -0/+1 |
* | * Add ability to register rspamd functions from LUA | Vsevolod Stakhov | 2009-10-13 | 1 | -2/+2 |
* | * Fix error in regexps results hashing | Vsevolod Stakhov | 2009-05-04 | 1 | -2/+2 |
* | * Another fix to regexps parser | Vsevolod Stakhov | 2009-04-23 | 1 | -1/+7 |
* | * Fix regexp_match_number function | Vsevolod Stakhov | 2009-04-23 | 1 | -0/+1 |
* | * Fix expression parser: make it recursive and allow expressions inside funct... | Vsevolod Stakhov | 2009-04-23 | 1 | -1/+10 |
* | * Add raw mode flag for improving performance by avoiding expensive utf8 tran... | Vsevolod Stakhov | 2009-04-21 | 1 | -1/+1 |
* | * Add per-task regexp results cache, that would optimize regexp engine perfor... | Vsevolod Stakhov | 2009-04-05 | 1 | -0/+16 |
* | * Make regexp cache functions public for using them in other places | Vsevolod Stakhov | 2009-03-29 | 1 | -0/+14 |
* | * Add ability for plugins to register its own functions in expression's parser | Vsevolod Stakhov | 2009-03-28 | 1 | -0/+8 |
* | * Add functions support to rspamd regexps | Vsevolod Stakhov | 2009-03-19 | 1 | -0/+69 |