Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Allow raw matching of regexps from lua. | Vsevolod Stakhov | 2015-03-31 | 1 | -2/+9 | |
| | ||||||
* | Remove expressions pollutions from parts of rspamd. | Vsevolod Stakhov | 2015-03-19 | 1 | -1/+0 | |
| | ||||||
* | Implement lua regexp split, write test case. | Vsevolod Stakhov | 2015-03-06 | 1 | -14/+17 | |
| | ||||||
* | Distinguish match and search in lua regexp. | Vsevolod Stakhov | 2015-03-06 | 1 | -5/+45 | |
| | ||||||
* | More fixes to regexp module. | Vsevolod Stakhov | 2015-03-06 | 1 | -4/+11 | |
| | ||||||
* | Adopt lua regexps for rspamd_regexp. | Vsevolod Stakhov | 2015-03-05 | 1 | -106/+27 | |
| | ||||||
* | Fix initialization. | Vsevolod Stakhov | 2015-03-05 | 1 | -0/+1 | |
| | ||||||
* | Fix match behaviour. | Vsevolod Stakhov | 2015-03-04 | 1 | -6/+15 | |
| | ||||||
* | Support m,, patterns in lua regexps. | Vsevolod Stakhov | 2015-03-04 | 1 | -1/+12 | |
| | ||||||
* | Stop regexp flags parsing on the first bad flag. | Vsevolod Stakhov | 2015-02-17 | 1 | -1/+2 | |
| | ||||||
* | Fix regexp creating from // pattern. | Vsevolod Stakhov | 2015-02-17 | 1 | -2/+2 | |
| | ||||||
* | Update regexp documentation. | Vsevolod Stakhov | 2014-08-27 | 1 | -4/+4 | |
| | ||||||
* | Add documentation for regexp. | Vsevolod Stakhov | 2014-08-26 | 1 | -5/+89 | |
| | ||||||
* | Add create_cached for rspamd_regexp. | Vsevolod Stakhov | 2014-08-26 | 1 | -0/+22 | |
| | ||||||
* | Add rspamd_ prefix to regexp module. | Vsevolod Stakhov | 2014-08-25 | 1 | -1/+1 | |
| | ||||||
* | Use modules preload for lua. | Vsevolod Stakhov | 2014-08-25 | 1 | -5/+12 | |
| | ||||||
* | Support slashed re in lua_regexp. | Vsevolod Stakhov | 2014-08-19 | 1 | -5/+23 | |
| | | | | | | | It is now possible to add slashed regexp to lua_regexp library, for example: /^something.+$/i | |||||
* | Rework lua function names to avoid ambiguity. | Vsevolod Stakhov | 2014-08-17 | 1 | -3/+3 | |
| | ||||||
* | Unify style without sorting headers. | Vsevolod Stakhov | 2014-07-23 | 1 | -27/+29 | |
| | ||||||
* | Revert "Unify code style." | Vsevolod Stakhov | 2014-07-23 | 1 | -30/+28 | |
| | | | | This reverts commit e0483657ff6cf1adc828ccce457814d61fe90a0d. | |||||
* | Unify code style. | Vsevolod Stakhov | 2014-07-23 | 1 | -28/+30 | |
| | ||||||
* | Refactor memory pool naming. | Vsevolod Stakhov | 2014-04-20 | 1 | -2/+2 | |
| | ||||||
* | Adopt to lua 5.2. | Vsevolod Stakhov | 2013-06-08 | 1 | -2/+2 | |
| | ||||||
* | Update copyright (required by debian). | Vsevolod Stakhov | 2012-09-04 | 1 | -1/+1 | |
| | ||||||
* | Fix stupid glib error with G_REGEX_RAW flag which is actually ~PCRE_UTF8. | Vsevolod Stakhov | 2011-12-07 | 1 | -21/+39 | |
| | ||||||
* | Compatibility with old glib versions. | Vsevolod Stakhov | 2011-11-02 | 1 | -0/+2 | |
| | ||||||
* | Check utf8 characters before gregex checks as they assume input to be a utf8 ↵ | Vsevolod Stakhov | 2011-10-17 | 1 | -0/+7 | |
| | | | | valid string. | |||||
* | * Fix build under CentOS 5 with old glib 2.12 | Vsevolod Stakhov | 2011-07-29 | 1 | -1/+1 | |
| | | | | | * Fix build of rspamd with CMAKE_BINARY_DIR differs from CMAKE_SOURCE_DIR Rework include style. | |||||
* | Add workaround for clang under linux. | Vsevolod Stakhov | 2011-07-21 | 1 | -1/+1 | |
| | | | | Fix problems found by static analyzing. | |||||
* | * Add new lua module regexp for using glib regular expressions (pcre compatible) | Vsevolod Stakhov | 2011-02-15 | 1 | -0/+248 | |