aboutsummaryrefslogtreecommitdiffstats
path: root/src/expressions.c
Commit message (Expand)AuthorAgeFilesLines
* * Fix comparing of internet addressesVsevolod Stakhov2009-03-311-11/+14
* * Fix order of functions argumentsVsevolod Stakhov2009-03-311-2/+2
* * Fix misprintVsevolod Stakhov2009-03-301-0/+1
* * Try to fix expression parser to support ',' inside regexp arguments of func...Vsevolod Stakhov2009-03-301-35/+44
* * Add 3 functions:Vsevolod Stakhov2009-03-301-0/+144
* * Make regexp cache functions public for using them in other placesVsevolod Stakhov2009-03-291-2/+2
* * Add ability for plugins to register its own functions in expression's parserVsevolod Stakhov2009-03-281-4/+26
* * Fix error in parser when parsing last ')' we need to remove '(' from stack ...Vsevolod Stakhov2009-03-271-0/+3
* * Fix parsing regexp with '=' symbol insideVsevolod Stakhov2009-03-271-2/+14
* * Fix 2 memory leaksVsevolod Stakhov2009-03-271-68/+92
* * Fix bug in expressions parser and optimizerVsevolod Stakhov2009-03-241-4/+1
* * Fix many compile time warnings and polish codeVsevolod Stakhov2009-03-241-1/+0
* * Fix obtaining of content-typeVsevolod Stakhov2009-03-241-13/+28
* * Add functions to operate with content-type header and describe them in docu...Vsevolod Stakhov2009-03-241-0/+192
* * Use pool allocator for temp strings in headersVsevolod Stakhov2009-03-241-1/+1
* * Add smart handling of message headersVsevolod Stakhov2009-03-241-5/+8
* * Fix error in expression parser that causes bad errors with expressions that...Vsevolod Stakhov2009-03-231-4/+60
* * Add functions support to rspamd regexpsVsevolod Stakhov2009-03-191-0/+598