| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 | 7 | -5/+160 |
* | * Add message handling functions to lua API | Vsevolod Stakhov | 2009-03-30 | 9 | -39/+406 |
* | * Make regexp cache functions public for using them in other places | Vsevolod Stakhov | 2009-03-29 | 3 | -2/+62 |
* | * Add ability for plugins to register its own functions in expression's parser | Vsevolod Stakhov | 2009-03-28 | 2 | -4/+34 |
* | * Fix error in parser when parsing last ')' we need to remove '(' from stack ... | Vsevolod Stakhov | 2009-03-27 | 1 | -0/+3 |
* | * Another fix of uptime command | Vsevolod Stakhov | 2009-03-27 | 1 | -2/+2 |
* | * Fix variables substitution | Vsevolod Stakhov | 2009-03-27 | 4 | -13/+91 |
* | * Add initial LUA filters support | Vsevolod Stakhov | 2009-03-27 | 5 | -3/+218 |
* | * Fix parsing regexp with '=' symbol inside | Vsevolod Stakhov | 2009-03-27 | 2 | -3/+15 |
* | * Add ability to build rspamd without perl support | Vsevolod Stakhov | 2009-03-27 | 6 | -8/+31 |
* | * Fix 2 memory leaks | Vsevolod Stakhov | 2009-03-27 | 4 | -69/+96 |
* | * Add statictics for all allocated pools | Vsevolod Stakhov | 2009-03-26 | 3 | -2/+14 |
* | * Unref wrapper as well | Vsevolod Stakhov | 2009-03-26 | 1 | -0/+2 |
* | * Do not try to process empty parts | Vsevolod Stakhov | 2009-03-26 | 1 | -21/+24 |
* | * Unref stream to avoid memory leaking | Vsevolod Stakhov | 2009-03-25 | 1 | -1/+5 |
* | * Fix using of local variable | Vsevolod Stakhov | 2009-03-25 | 2 | -2/+6 |
* | * Fix log line | Vsevolod Stakhov | 2009-03-25 | 1 | -1/+1 |
* | * More accurate work with clock | Vsevolod Stakhov | 2009-03-25 | 6 | -9/+44 |
* | * Log scan time and scan length of messages | Vsevolod Stakhov | 2009-03-25 | 6 | -1/+23 |
* | * Fix multiply accept issues | Vsevolod Stakhov | 2009-03-24 | 2 | -2/+14 |
* | * Polish socket utility functions | Vsevolod Stakhov | 2009-03-24 | 1 | -22/+16 |
* | * Fix bug in expressions parser and optimizer | Vsevolod Stakhov | 2009-03-24 | 2 | -6/+4 |
* | * Fix many compile time warnings and polish code | Vsevolod Stakhov | 2009-03-24 | 16 | -36/+62 |
* | * 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 |
* | * Fix expression optimizator | Vsevolod Stakhov | 2009-03-24 | 1 | -1/+4 |
* | * Fix XS module to work with current type of memory allocation | Vsevolod Stakhov | 2009-03-24 | 1 | -3/+19 |
* | * Use pool allocator for temp strings in headers | Vsevolod Stakhov | 2009-03-24 | 4 | -13/+14 |
* | * Add smart handling of message headers | Vsevolod Stakhov | 2009-03-24 | 4 | -17/+289 |
* | * Fix variable substitution | Vsevolod Stakhov | 2009-03-24 | 2 | -27/+64 |
* | * Fix error in expression parser that causes bad errors with expressions that... | Vsevolod Stakhov | 2009-03-23 | 8 | -13/+110 |
* | * Add fuzzy hashes implementation (with adler-32 roll hash and FNV-32 hash) | Vsevolod Stakhov | 2009-03-20 | 2 | -0/+313 |
* | * Misprint in optimizer function | Vsevolod Stakhov | 2009-03-19 | 1 | -2/+2 |
* | * Fix bug in redirector | Vsevolod Stakhov | 2009-03-19 | 2 | -1/+2 |
* | * Add optimization support for regexps | Vsevolod Stakhov | 2009-03-19 | 1 | -2/+45 |
* | * Add functions support to rspamd regexps | Vsevolod Stakhov | 2009-03-19 | 10 | -362/+683 |
* | * While printing symbols list on log strip last ',' from logline | Vsevolod Stakhov | 2009-03-19 | 1 | -0/+4 |
* | * With flag -t syntax of modules variables is also inspected | Vsevolod Stakhov | 2009-03-19 | 3 | -19/+47 |
* | * Allow escaped quotes in quoted strings, for example "\"some string\"" | Vsevolod Stakhov | 2009-03-18 | 4 | -2/+35 |
* | * Add ability to match raw headers | Vsevolod Stakhov | 2009-03-17 | 5 | -4/+63 |
* | * Add functions to parse headers and urls into statfile tokens | Vsevolod Stakhov | 2009-03-16 | 3 | -13/+121 |
* | * Fix reload logic | Vsevolod Stakhov | 2009-03-13 | 8 | -109/+152 |
* | * Add ability to configure sections in statfiles | Vsevolod Stakhov | 2009-03-13 | 5 | -1/+105 |
* | * Some fixes to regexp module | Vsevolod Stakhov | 2009-03-12 | 3 | -11/+26 |
* | * Add sections support to rspamd statfiles API | Vsevolod Stakhov | 2009-03-12 | 2 | -26/+190 |
* | * Add log line for each message in SA style | Vsevolod Stakhov | 2009-03-11 | 4 | -19/+49 |
* | * Fix redirector connection procedure | Vsevolod Stakhov | 2009-03-10 | 5 | -10/+42 |
* | * Not increase save point counter when we actually do not send requests | Vsevolod Stakhov | 2009-03-10 | 1 | -1/+1 |