| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Allow multiply statfiles with a same label. | Vsevolod Stakhov | 2012-10-02 | 1 | -1/+1 |
* | * Add dynamic configuration dumping. | Vsevolod Stakhov | 2012-10-01 | 1 | -0/+4 |
* | * Add map_watch_interval configurable. | Vsevolod Stakhov | 2012-09-19 | 1 | -3/+3 |
* | Avoid global variables in map logic. | Vsevolod Stakhov | 2012-09-19 | 1 | -0/+5 |
* | Another debian license fix. | Vsevolod Stakhov | 2012-09-10 | 1 | -1/+1 |
* | Update copyright (required by debian). | Vsevolod Stakhov | 2012-09-04 | 1 | -3/+3 |
* | * DKIM module now check only first signature as others must be rejected or sk... | Vsevolod Stakhov | 2012-06-05 | 1 | -13/+35 |
* | Parse big limits on 32 bits machine (for file sizes). | Vsevolod Stakhov | 2012-03-28 | 1 | -3/+3 |
* | * Add lua bindings for upstream API. | Vsevolod Stakhov | 2012-03-26 | 1 | -13/+45 |
* | Use DB_HASH access method for bdb backend. | Vsevolod Stakhov | 2012-03-01 | 1 | -1/+1 |
* | * Introduce new system of worker's and modules initialization: | Vsevolod Stakhov | 2012-01-16 | 1 | -4/+6 |
* | More cleanups and fixes for compiler warnings.0.4.6 | Vsevolod Stakhov | 2011-12-20 | 1 | -1/+1 |
* | * Add <fsync> option to turn on explicit fsync for file backend. | Vsevolod Stakhov | 2011-11-24 | 1 | -4/+4 |
* | Fix static build. | Vsevolod Stakhov | 2011-11-11 | 1 | -1/+1 |
* | * Implement basic functionality of key value storage | Vsevolod Stakhov | 2011-10-31 | 1 | -0/+2 |
* | * Add configuration utils for kvstorage | Vsevolod Stakhov | 2011-10-17 | 1 | -5/+6 |
* | Fix signness in arithmetic operations. | Vsevolod Stakhov | 2011-08-04 | 1 | -1/+1 |
* | * Fix build under CentOS 5 with old glib 2.12 | Vsevolod Stakhov | 2011-07-29 | 1 | -1/+1 |
* | Fix statfiles class determination euristic. | Vsevolod Stakhov | 2011-07-18 | 1 | -3/+3 |
* | * Add new algorithm based on diff algorithm to compare relatively short text ... | Vsevolod Stakhov | 2011-07-13 | 1 | -0/+3 |
* | Add validity detector for statfiles inside classifier. | Vsevolod Stakhov | 2011-07-13 | 1 | -0/+56 |
* | * First commit to implement multi-statfile filter system with new learning me... | Vsevolod Stakhov | 2011-07-12 | 1 | -1/+39 |
* | * Welcome 0.4.0 | Vsevolod Stakhov | 2011-06-24 | 1 | -0/+3 |
* | * Rework build process: | Vsevolod Stakhov | 2011-05-10 | 1 | -4/+6 |
* | * Add throttling detection mechanic for dns resolver | Vsevolod Stakhov | 2011-03-23 | 1 | -1/+3 |
* | * Add ability to add descriptions for symbols | Vsevolod Stakhov | 2011-02-15 | 1 | -0/+2 |
* | * Introduce new system of configuration checks: | Vsevolod Stakhov | 2010-12-20 | 1 | -0/+14 |
* | * Implement ability to add conditional rules to rspamd.xml | Vsevolod Stakhov | 2010-12-15 | 1 | -0/+6 |
* | Implement checking options for modules | Vsevolod Stakhov | 2010-12-13 | 1 | -5/+43 |
* | Add module options checker | Vsevolod Stakhov | 2010-12-08 | 1 | -10/+90 |
* | Make own strlcpy that does not calculate remaining string length (faster and ... | Vsevolod Stakhov | 2010-11-16 | 1 | -4/+4 |
* | Fixes bugs found with clang-static analyser. | Vsevolod Stakhov | 2010-10-11 | 1 | -11/+7 |
* | Fixes types (use glib ones) no functional change. | Vsevolod Stakhov | 2010-10-06 | 1 | -16/+16 |
* | * More debug | Vsevolod Stakhov | 2010-07-25 | 1 | -2/+2 |
* | * Add resolv.conf parsing into dns.c | Vsevolod Stakhov | 2010-07-01 | 1 | -0/+3 |
* | * Rewrite buffered input for line policy (again) | Vsevolod Stakhov | 2010-06-22 | 1 | -3/+11 |
* | * Change metric logic | Vsevolod Stakhov | 2010-06-16 | 1 | -44/+27 |
* | * Fix strict aliasing while compiling with optimization | Vsevolod Stakhov | 2010-05-31 | 1 | -0/+8 |
* | * Convert statistic sums to use long double for counters | Vsevolod Stakhov | 2010-05-27 | 1 | -14/+5 |
* | * Bugfixes: | Vsevolod Stakhov | 2010-04-20 | 1 | -1/+1 |
* | * Wellcome to the XML world | Vsevolod Stakhov | 2010-04-07 | 1 | -1/+1 |
* | * Add initial version of lua configuration system | Vsevolod Stakhov | 2010-04-05 | 1 | -2/+29 |
* | * Add dumper to XML file (not all sections yet) | Vsevolod Stakhov | 2010-04-01 | 1 | -1/+35 |
* | * New syntax parser that should make syntax check of XML configs | Vsevolod Stakhov | 2010-03-27 | 1 | -38/+38 |
* | * Initial add of xml parser for rspamd configuration | Vsevolod Stakhov | 2010-03-25 | 1 | -1/+50 |
* | * Fix misprint | cebka@lenovo-laptop | 2010-01-14 | 1 | -1/+1 |
* | * Add ability to add normalizers for statfiles (custom functions written in l... | cebka@lenovo-laptop | 2010-01-13 | 1 | -0/+107 |
* | * Introduce new logging system: | Vsevolod Stakhov | 2009-12-22 | 1 | -4/+4 |
* | * Add limits support to each worker (max open files and max core size) | Vsevolod Stakhov | 2009-12-18 | 1 | -0/+5 |
* | * Fix parsing '*' as hostname in bind lines | Vsevolod Stakhov | 2009-11-10 | 1 | -6/+12 |