| Commit message (Expand) | Author | Age | Files | Lines |
* | * Add function "raw_header_exists" for finding headers that are not parsed by... | Vsevolod Stakhov | 2009-06-11 | 1 | -8/+0 |
* | * Add simple html parser and tag balancing detector | Vsevolod Stakhov | 2009-05-15 | 1 | -0/+91 |
* | * Fix memory leak when ref'ing message mime part without unrefing it | Vsevolod Stakhov | 2009-05-08 | 1 | -6/+9 |
* | * Improve logging | Vsevolod Stakhov | 2009-05-06 | 1 | -1/+1 |
* | * Fix error in regexps results hashing | Vsevolod Stakhov | 2009-05-04 | 1 | -5/+15 |
* | * Add counters for rspamd symbols | Vsevolod Stakhov | 2009-05-04 | 1 | -1/+1 |
* | * Fix function get_transfer_encoding | Vsevolod Stakhov | 2009-04-27 | 1 | -1/+1 |
* | * Add expression parser utility | Vsevolod Stakhov | 2009-04-27 | 1 | -1/+1 |
* | * Also try to search for headers in raw headers | Vsevolod Stakhov | 2009-04-23 | 1 | -1/+9 |
* | * Some more bugs are (hopefuly) fixed | Vsevolod Stakhov | 2009-04-23 | 1 | -5/+8 |
* | * Handle parsed regexp as not-parsed regexps in expressions | Vsevolod Stakhov | 2009-04-23 | 1 | -2/+2 |
* | * Another try | Vsevolod Stakhov | 2009-04-23 | 1 | -1/+1 |
* | * Try to correctly read regexps | Vsevolod Stakhov | 2009-04-23 | 1 | -1/+1 |
* | * Another fix to regexps parser | Vsevolod Stakhov | 2009-04-23 | 1 | -2/+2 |
* | * Fix regexp_match_number function | Vsevolod Stakhov | 2009-04-23 | 1 | -2/+3 |
* | * Fix expression parser: make it recursive and allow expressions inside funct... | Vsevolod Stakhov | 2009-04-23 | 1 | -45/+143 |
* | * Add raw mode flag for improving performance by avoiding expensive utf8 tran... | Vsevolod Stakhov | 2009-04-21 | 1 | -6/+10 |
* | * Add function compare_transfer_encoding for checking message content transfe... | Vsevolod Stakhov | 2009-04-21 | 1 | -0/+39 |
* | * Add some debug | Vsevolod Stakhov | 2009-04-20 | 1 | -0/+2 |
* | * Threat raw header regexps as raw regexps | Vsevolod Stakhov | 2009-04-16 | 1 | -2/+11 |
* | * For mime parts set flag 'raw' and if we cannot determine charset of part or... | Vsevolod Stakhov | 2009-04-15 | 1 | -1/+9 |
* | * Fix addresses filling in compare_distance function | Vsevolod Stakhov | 2009-04-06 | 1 | -4/+2 |
* | * Parse function's regexp using not temporary task pools, but permament confi... | Vsevolod Stakhov | 2009-04-06 | 1 | -5/+5 |
* | * When parse regexp save it to cache to make unique link between | Vsevolod Stakhov | 2009-04-05 | 1 | -2/+19 |
* | * Add per-task regexp results cache, that would optimize regexp engine perfor... | Vsevolod Stakhov | 2009-04-05 | 1 | -14/+78 |
* | * Check mime regexp only in text and html parts | Vsevolod Stakhov | 2009-04-03 | 1 | -1/+187 |
* | * Fix comparing of internet addresses | Vsevolod Stakhov | 2009-03-31 | 1 | -11/+14 |
* | * Fix order of functions arguments | Vsevolod Stakhov | 2009-03-31 | 1 | -2/+2 |
* | * Fix misprint | Vsevolod Stakhov | 2009-03-30 | 1 | -0/+1 |
* | * Try to fix expression parser to support ',' inside regexp arguments of func... | Vsevolod Stakhov | 2009-03-30 | 1 | -35/+44 |
* | * Add 3 functions: | Vsevolod Stakhov | 2009-03-30 | 1 | -0/+144 |
* | * Make regexp cache functions public for using them in other places | Vsevolod Stakhov | 2009-03-29 | 1 | -2/+2 |
* | * Add ability for plugins to register its own functions in expression's parser | Vsevolod Stakhov | 2009-03-28 | 1 | -4/+26 |
* | * Fix error in parser when parsing last ')' we need to remove '(' from stack ... | Vsevolod Stakhov | 2009-03-27 | 1 | -0/+3 |
* | * Fix parsing regexp with '=' symbol inside | Vsevolod Stakhov | 2009-03-27 | 1 | -2/+14 |
* | * Fix 2 memory leaks | Vsevolod Stakhov | 2009-03-27 | 1 | -68/+92 |
* | * Fix bug in expressions parser and optimizer | Vsevolod Stakhov | 2009-03-24 | 1 | -4/+1 |
* | * Fix many compile time warnings and polish code | Vsevolod Stakhov | 2009-03-24 | 1 | -1/+0 |
* | * Fix obtaining of content-type | Vsevolod Stakhov | 2009-03-24 | 1 | -13/+28 |
* | * Add functions to operate with content-type header and describe them in docu... | Vsevolod Stakhov | 2009-03-24 | 1 | -0/+192 |
* | * Use pool allocator for temp strings in headers | Vsevolod Stakhov | 2009-03-24 | 1 | -1/+1 |
* | * Add smart handling of message headers | Vsevolod Stakhov | 2009-03-24 | 1 | -5/+8 |
* | * Fix error in expression parser that causes bad errors with expressions that... | Vsevolod Stakhov | 2009-03-23 | 1 | -4/+60 |
* | * Add functions support to rspamd regexps | Vsevolod Stakhov | 2009-03-19 | 1 | -0/+598 |