| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove statfile pool size as it was broken. | Vsevolod Stakhov | 2013-11-15 | 1 | -3/+1 |
* | Make mlock option as tunable. | Vsevolod Stakhov | 2012-10-08 | 1 | -1/+1 |
* | * Use mlock to speed up classifiers by locking statfiles in the RAM. | Vsevolod Stakhov | 2012-10-05 | 1 | -0/+7 |
* | Reorganize util.c as it should contain only common utilities. | Vsevolod Stakhov | 2011-12-07 | 1 | -0/+15 |
* | * Add correcting factor to statistics. | Vsevolod Stakhov | 2011-06-28 | 1 | -0/+8 |
* | Fixes types (use glib ones) no functional change. | Vsevolod Stakhov | 2010-10-06 | 1 | -29/+29 |
* | * Fix shared usage of statfiles | Vsevolod Stakhov | 2010-09-16 | 1 | -0/+11 |
* | * Many fixes to statfile syncronization system | Vsevolod Stakhov | 2010-09-02 | 1 | -1/+1 |
* | * Fix symbols cache (init lua filters before symbols cache initialization) | Vsevolod Stakhov | 2009-12-14 | 1 | -1/+0 |
* | * Many major fixes to statfiles: | Vsevolod Stakhov | 2009-12-03 | 1 | -6/+19 |
* | * Write revision and revision time to statfile | Vsevolod Stakhov | 2009-11-12 | 1 | -2/+3 |
* | * New version of rspamd statfiles that can be used in sync | Vsevolod Stakhov | 2009-11-12 | 1 | -2/+25 |
* | * Add ability to change statfile size limit in config and allow reindexing of... | Vsevolod Stakhov | 2009-10-16 | 1 | -1/+1 |
* | * Fix another race | Vsevolod Stakhov | 2009-09-30 | 1 | -0/+1 |
* | * Fix race between learn and classify | Vsevolod Stakhov | 2009-09-28 | 1 | -3/+7 |
* | * Rework structure and API of statfiles functions to improve performance and ... | Vsevolod Stakhov | 2009-07-02 | 1 | -12/+12 |
* | * Add deadlock detection for memory pool locks and imporve mutexes API | Vsevolod Stakhov | 2009-05-21 | 1 | -1/+1 |
* | * Validate utf8 chars to avoid crashes | Vsevolod Stakhov | 2009-04-24 | 1 | -0/+1 |
* | * Add ability to configure sections in statfiles | Vsevolod Stakhov | 2009-03-13 | 1 | -0/+10 |
* | * Add sections support to rspamd statfiles API | Vsevolod Stakhov | 2009-03-12 | 1 | -1/+43 |
* | * Prepare to migrate to cmake (still need to write install target and working... | Vsevolod Stakhov | 2009-02-16 | 1 | -6/+0 |
* | * Make doxygen happy about structures members | Vsevolod Stakhov | 2009-02-06 | 1 | -25/+26 |
* | * Add some comments and documentation | Vsevolod Stakhov | 2009-02-05 | 1 | -26/+112 |
* | * Add new hash for storing hash data in shared memory | Vsevolod Stakhov | 2009-01-27 | 1 | -2/+3 |
* | * Add simple implementation of classifiers abstraction and winnow classifier | Vsevolod Stakhov | 2008-12-04 | 1 | -3/+3 |
* | * Write functions to operate blocks in stat files | Vsevolod Stakhov | 2008-11-28 | 1 | -1/+9 |
* | * Add initial implementation of statistics files handling API | Vsevolod Stakhov | 2008-11-27 | 1 | -0/+61 |