| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix critical bug with lua stack cleaning that caused heavy memory leaks.0.4.3 | Vsevolod Stakhov | 2011-08-12 | 1 | -2/+7 |
* | Fix signness in arithmetic operations. | Vsevolod Stakhov | 2011-08-04 | 1 | -4/+4 |
* | * Fix build under CentOS 5 with old glib 2.12 | Vsevolod Stakhov | 2011-07-29 | 1 | -12/+12 |
* | Update a sample config file.0.4.1 | Vsevolod Stakhov | 2011-07-26 | 1 | -0/+4 |
* | * Add option max_size for regexp module to skip expensive regexp on long mess... | Vsevolod Stakhov | 2011-07-26 | 1 | -2/+20 |
* | Add workaround for clang under linux. | Vsevolod Stakhov | 2011-07-21 | 1 | -10/+11 |
* | Rework http chunked encoding parsing. | Vsevolod Stakhov | 2011-07-20 | 1 | -5/+5 |
* | * Fixes to fuzzy hashing logic, skip urls while estimating fuzzy hash | Vsevolod Stakhov | 2011-06-23 | 1 | -25/+10 |
* | * Fix error in raw headers parsing | Vsevolod Stakhov | 2011-05-24 | 1 | -12/+1 |
* | Fix memory access. | Vsevolod Stakhov | 2011-03-05 | 1 | -1/+1 |
* | Try to fix memory issues. | Vsevolod Stakhov | 2011-03-02 | 1 | -1/+1 |
* | Fix several memory leaks in rspamd. | Vsevolod Stakhov | 2011-02-24 | 1 | -1/+1 |
* | * Process raw headers by FSM. | Vsevolod Stakhov | 2011-02-21 | 1 | -94/+67 |
* | * Add ability to call lua function from regexp expressions | Vsevolod Stakhov | 2011-02-21 | 1 | -0/+33 |
* | * Add function regexp_occurs_number that allows to test how much occurs of re... | Vsevolod Stakhov | 2011-02-18 | 1 | -22/+214 |
* | * Add ability to specify 'S' flag to regexp that means that headers checks mu... | Vsevolod Stakhov | 2011-02-15 | 1 | -1/+1 |
* | Call lua functions correctly as well. | Vsevolod Stakhov | 2011-02-08 | 1 | -1/+1 |
* | * Many fixes to fuzzy hashes logic and tokenization. | Vsevolod Stakhov | 2011-01-24 | 1 | -2/+4 |
* | Implement checking options for modules | Vsevolod Stakhov | 2010-12-13 | 1 | -0/+3 |
* | Add add_header action to smtp proxy. | Vsevolod Stakhov | 2010-10-26 | 1 | -2/+11 |
* | Fixes bugs found with clang-static analyser. | Vsevolod Stakhov | 2010-10-11 | 1 | -1/+1 |
* | Init regexp library statically. | Vsevolod Stakhov | 2010-10-06 | 1 | -2/+1 |
* | * Add ability to check rspamd regexp from lua modules | Vsevolod Stakhov | 2010-10-06 | 1 | -1/+51 |
* | Fixes types (use glib ones) no functional change. | Vsevolod Stakhov | 2010-10-06 | 1 | -50/+50 |
* | * Add error handling for regexps0.3.1 | Vsevolod Stakhov | 2010-07-29 | 1 | -6/+22 |
* | * Another try to save regexps in cache correctly | Vsevolod Stakhov | 2010-07-28 | 1 | -32/+38 |
* | * Fix check_smtp_data function | Vsevolod Stakhov | 2010-07-15 | 1 | -6/+38 |
* | * Remove evdns and use only rspamd resolver | Vsevolod Stakhov | 2010-07-09 | 1 | -1/+0 |
* | * Add ability to test regexp with 'T' flag | Vsevolod Stakhov | 2010-07-06 | 1 | -1/+40 |
* | * Fix -lintl detection | Vsevolod Stakhov | 2010-06-23 | 1 | -1/+6 |
* | * Fix compatibility issues | Vsevolod Stakhov | 2010-06-23 | 1 | -1/+1 |
* | * Change metric logic | Vsevolod Stakhov | 2010-06-16 | 1 | -34/+7 |
* | * Add more logic for dynamic rules | Vsevolod Stakhov | 2010-06-08 | 1 | -0/+24 |
* | * Add experimental support of dynamic rules to regexp module | Vsevolod Stakhov | 2010-06-01 | 1 | -16/+295 |
* | * Fix config reloading | Vsevolod Stakhov | 2010-05-13 | 1 | -2/+2 |
* | * Insert fuzzy check symbol correctly as it depends not only on factor but al... | Vsevolod Stakhov | 2010-04-08 | 1 | -1/+10 |
* | * Regexp module now can understand lua variables and functions | Vsevolod Stakhov | 2010-04-08 | 1 | -5/+27 |
* | * Fix freeing of module parameters (they should NOT be freed) | Vsevolod Stakhov | 2010-03-23 | 1 | -2/+0 |
* | * Add ability to add normalizers for statfiles (custom functions written in l... | cebka@lenovo-laptop | 2010-01-13 | 1 | -1/+1 |
* | * Introduce new logging system: | Vsevolod Stakhov | 2009-12-22 | 1 | -38/+38 |
* | * Add check_smtp_data function for checking some fields from SMTP dialog | Vsevolod Stakhov | 2009-11-22 | 1 | -5/+140 |
* | * Add ability to register rspamd functions from LUA | Vsevolod Stakhov | 2009-10-13 | 1 | -6/+6 |
* | * Retab, no functional changes | Vsevolod Stakhov | 2009-10-02 | 1 | -238/+240 |
* | * Fix some memory issues with lua (strings that are returned from lua can be ... | Vsevolod Stakhov | 2009-10-02 | 1 | -0/+2 |
* | * Add time out for sync IO as it can cause unpredictable errors | Vsevolod Stakhov | 2009-09-21 | 1 | -2/+1 |
* | * Fix processing of empty parts | Vsevolod Stakhov | 2009-08-21 | 1 | -11/+2 |
* | * Fix bug with parsing raw headers for messages that have mixed line ending s... | Vsevolod Stakhov | 2009-08-10 | 1 | -1/+3 |
* | * Fix some more bugs with empty parts | Vsevolod Stakhov | 2009-07-30 | 1 | -4/+4 |
* | * Add support for empty text or html parts | Vsevolod Stakhov | 2009-07-29 | 1 | -0/+10 |
* | * Fix symbol planning, add cache_file directive to config file | Vsevolod Stakhov | 2009-07-14 | 1 | -2/+2 |