| Commit message (Expand) | Author | Age | Files | Lines |
* | * Use murmur hash for all hashes as it is more efficient and provides more un... | Vsevolod Stakhov | 2012-10-08 | 1 | -1/+1 |
* | 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 |
* | * Rework thread pools locking logic to avoid global lua mutex usage. | Vsevolod Stakhov | 2012-08-22 | 1 | -0/+1 |
* | * Fix spf plugin that was broken in 0.4.7 | Vsevolod Stakhov | 2012-04-20 | 1 | -3/+12 |
* | Do not try to mmap empty cache. | Vsevolod Stakhov | 2011-11-02 | 1 | -25/+27 |
* | Fix signness in arithmetic operations. | Vsevolod Stakhov | 2011-08-04 | 1 | -10/+11 |
* | * Fix build under CentOS 5 with old glib 2.12 | Vsevolod Stakhov | 2011-07-29 | 1 | -0/+2 |
* | Move hash table creation to the proper place. | Vsevolod Stakhov | 2011-07-26 | 1 | -3/+2 |
* | Fix very bad bug in a memory pool allocator. | Vsevolod Stakhov | 2011-07-26 | 1 | -1/+8 |
* | * Rework build process: | Vsevolod Stakhov | 2011-05-10 | 1 | -2/+2 |
* | Do not re-create symbols cache while doing dump of cache. | Vsevolod Stakhov | 2011-03-22 | 1 | -46/+49 |
* | * Add strict priority rules | Vsevolod Stakhov | 2011-03-18 | 1 | -12/+40 |
* | Fix misprint in multimap module. | Vsevolod Stakhov | 2011-03-18 | 1 | -8/+8 |
* | * Introduce new system of configuration checks: | Vsevolod Stakhov | 2010-12-20 | 1 | -3/+135 |
* | Make own strlcpy that does not calculate remaining string length (faster and ... | Vsevolod Stakhov | 2010-11-16 | 1 | -2/+2 |
* | Fixes types (use glib ones) no functional change. | Vsevolod Stakhov | 2010-10-06 | 1 | -16/+16 |
* | * Fix error with writing symbols cache file | Vsevolod Stakhov | 2010-07-28 | 1 | -5/+5 |
* | * Add rspamd_log variable to lua plugins to access logging functions | Vsevolod Stakhov | 2010-07-25 | 1 | -1/+25 |
* | * Make valgrind happy about comparing symbols | Vsevolod Stakhov | 2010-07-15 | 1 | -1/+1 |
* | * Fix -lintl detection | Vsevolod Stakhov | 2010-06-23 | 1 | -2/+2 |
* | * Rewrite buffered input for line policy (again) | Vsevolod Stakhov | 2010-06-22 | 1 | -6/+26 |
* | * Get weights of symbol from default metric for symbols cache | Vsevolod Stakhov | 2010-06-18 | 1 | -4/+21 |
* | * Clean up cache items correctly | Vsevolod Stakhov | 2010-06-09 | 1 | -0/+2 |
* | * Add more logic for dynamic rules | Vsevolod Stakhov | 2010-06-08 | 1 | -13/+91 |
* | * Add experimental support of dynamic rules to regexp module | Vsevolod Stakhov | 2010-06-01 | 1 | -26/+19 |
* | * Fix strict aliasing while compiling with optimization | Vsevolod Stakhov | 2010-05-31 | 1 | -1/+1 |
* | * New symbols sorter: | Vsevolod Stakhov | 2010-05-28 | 1 | -74/+331 |
* | * Low log level for debug messages | Vsevolod Stakhov | 2010-05-13 | 1 | -1/+1 |
* | * Fix config reloading | Vsevolod Stakhov | 2010-05-13 | 1 | -7/+44 |
* | * Introduce new logging system: | Vsevolod Stakhov | 2009-12-22 | 1 | -14/+14 |
* | * Retab, no functional changes | Vsevolod Stakhov | 2009-10-02 | 1 | -60/+56 |
* | * New system of classifiers interface and statfiles processing | Vsevolod Stakhov | 2009-09-14 | 1 | -0/+3 |
* | * Fix integer division | Vsevolod Stakhov | 2009-08-26 | 1 | -4/+6 |
* | * Change symbols planner sort logic to take into consideration not frequenses... | Vsevolod Stakhov | 2009-08-26 | 1 | -4/+18 |
* | * Fix stupid error with memory copying | Vsevolod Stakhov | 2009-07-16 | 1 | -1/+1 |
* | * Add -C flag to dump cache content | Vsevolod Stakhov | 2009-07-15 | 1 | -1/+1 |
* | * Fix type for g_checksum length | Vsevolod Stakhov | 2009-07-14 | 1 | -2/+3 |
* | * Fix symbol planning, add cache_file directive to config file | Vsevolod Stakhov | 2009-07-14 | 1 | -33/+25 |
* | * Rework the whole filters system | Vsevolod Stakhov | 2009-07-13 | 1 | -0/+389 |