Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rework project structure, remove trash files. | Vsevolod Stakhov | 2014-04-21 | 1 | -927/+0 |
| | |||||
* | Refactor memory pool naming. | Vsevolod Stakhov | 2014-04-20 | 1 | -28/+28 |
| | |||||
* | Fix 'classic' sizeof(pointer) error. | Vsevolod Stakhov | 2013-12-06 | 1 | -1/+1 |
| | |||||
* | off_t may be not compatible with size_t. | Vsevolod Stakhov | 2013-12-05 | 1 | -1/+1 |
| | |||||
* | Fix resizing of statfiles. | Vsevolod Stakhov | 2013-12-05 | 1 | -2/+3 |
| | |||||
* | Do not resize statfile if old_size == new_size. | Vsevolod Stakhov | 2013-12-05 | 1 | -1/+1 |
| | |||||
* | Do not actually allow to set zero size to statfiles. | Vsevolod Stakhov | 2013-12-05 | 1 | -1/+4 |
| | |||||
* | Remove statfile pool size as it was broken. | Vsevolod Stakhov | 2013-11-15 | 1 | -68/+1 |
| | |||||
* | Do not create too small statfiles. | Vsevolod Stakhov | 2013-11-15 | 1 | -0/+12 |
| | |||||
* | Avoid deadlock. | Vsevolod Stakhov | 2013-09-24 | 1 | -3/+0 |
| | |||||
* | Preserve statfiles versions on resize. | Vsevolod Stakhov | 2013-09-24 | 1 | -0/+4 |
| | |||||
* | Make mlock option as tunable. | Vsevolod Stakhov | 2012-10-08 | 1 | -2/+2 |
| | |||||
* | * Use mlock to speed up classifiers by locking statfiles in the RAM. | Vsevolod Stakhov | 2012-10-05 | 1 | -1/+27 |
| | |||||
* | * Add meta-classification example. | Vsevolod Stakhov | 2012-10-04 | 1 | -6/+14 |
| | | | | | Many changes to advanced statistic and meta-classification logic. Add example of complex meta-classification. | ||||
* | Another debian license fix. | Vsevolod Stakhov | 2012-09-10 | 1 | -1/+1 |
| | | | | | Add apache license for regexp that were delivered from SpamAssassin project. Fix debian/copyright for src/dns.c. | ||||
* | Update copyright (required by debian). | Vsevolod Stakhov | 2012-09-04 | 1 | -3/+3 |
| | |||||
* | Detect and use fallocate/posix_fallocate. | Vsevolod Stakhov | 2011-12-14 | 1 | -0/+2 |
| | |||||
* | Reorganize util.c as it should contain only common utilities. | Vsevolod Stakhov | 2011-12-07 | 1 | -0/+48 |
| | | | | Libkvstorage client is now deprecated as I plan to replace it with hiredis library. | ||||
* | Remove some warnings. | Vsevolod Stakhov | 2011-10-14 | 1 | -3/+3 |
| | |||||
* | Fix signness in arithmetic operations. | Vsevolod Stakhov | 2011-08-04 | 1 | -4/+4 |
| | |||||
* | Update a sample config file.0.4.1 | Vsevolod Stakhov | 2011-07-26 | 1 | -2/+2 |
| | | | | Set version to 0.4.1. | ||||
* | * Add correcting factor to statistics. | Vsevolod Stakhov | 2011-06-28 | 1 | -2/+22 |
| | | | | | | Now learning increments version of a statfile. Avoid learning and classifying of similar text parts if a message has 2 text parts. Several fixes to statistics. | ||||
* | * Welcome 0.4.0 | Vsevolod Stakhov | 2011-06-24 | 1 | -7/+1 |
| | | | | | | | | | | | | | | | | | | Uncompatible changes: - Statistics is uncompatible in utf8 mode Major changes: - Improved utf8 mode - Convert all characters to lowercase in statistics - Skip URL's in statistics - Improve speed of bayes classifier by using integer arithmetics - Fixed statfiles synchronization that was broken for a long time - Synchronization is now configurable Minor changes: - Bugfixes - Removed some of legacy code - Types polishing | ||||
* | Add preload function for statfiles. | Vsevolod Stakhov | 2011-03-24 | 1 | -0/+31 |
| | |||||
* | Do not invalidate statfiles during synchronization. | Vsevolod Stakhov | 2011-03-15 | 1 | -1/+1 |
| | |||||
* | Make own strlcpy that does not calculate remaining string length (faster and ↵ | Vsevolod Stakhov | 2010-11-16 | 1 | -2/+2 |
| | | | | | | more safe) Allow only ASCII symbols in logs, escape control chars | ||||
* | Fixes types (use glib ones) no functional change. | Vsevolod Stakhov | 2010-10-06 | 1 | -47/+47 |
| | | | | | Now all comments in commit logs beginning with '*' would be included in changelog, so important changes would be separated from small ones. | ||||
* | * Fix shared usage of statfiles | Vsevolod Stakhov | 2010-09-16 | 1 | -3/+36 |
| | | | | | | * Add invalidation of statfiles in case of learning, so now statfiles are invalidated in about a minute after learning * This should fix shared usage of statfile pool by several processes | ||||
* | * Many fixes to statfile syncronization system | Vsevolod Stakhov | 2010-09-02 | 1 | -5/+8 |
| | | | | * Fixed statfile pool initialization and synchronization with disk | ||||
* | * Add bayesian classifier (initial version) | Vsevolod Stakhov | 2010-08-13 | 1 | -8/+1 |
| | |||||
* | * Make DNS resolver working | Vsevolod Stakhov | 2010-07-08 | 1 | -4/+4 |
| | | | | | | * Many improvements to rspamd test suite: now it CAN be used for testing rspamd functionality * Write DNS resolver tests * Fix issues with memory_pool mutexes and with creating of statfiles | ||||
* | * Fix strict aliasing while compiling with optimization | Vsevolod Stakhov | 2010-05-31 | 1 | -1/+1 |
| | | | | | * Fix tanhl detection for platforms that have not implementation of it * Remove several compile warnings | ||||
* | * In classify normalize result after comparing, not before | Vsevolod Stakhov | 2010-05-27 | 1 | -1/+1 |
| | |||||
* | * Fix cores in spf code (partially) | cebka@lenovo-laptop | 2010-02-27 | 1 | -0/+4 |
| | | | | | * Add support for spf 2.0 (Sender ID policy) * Add support of MAP_NOCORE to systems that supports it (FreeBSD for example) | ||||
* | * Introduce new logging system: | Vsevolod Stakhov | 2009-12-22 | 1 | -36/+36 |
| | | | | | | | | | - independent and customizeable buffering - line buffering - errors handling support - custom (ip based) debug - append function name automaticaly (based on __FUNCTION__) - add some logic to logs system | ||||
* | * Fix symbols cache (init lua filters before symbols cache initialization) | Vsevolod Stakhov | 2009-12-14 | 1 | -25/+17 |
| | | | | | | | * Remove LRU expiration logic from statfiles and replace it with random/lowerest value expiration logic: expire random block or block with lowerest value ! statfiles are incompatible again | ||||
* | * Many major fixes to statfiles: | Vsevolod Stakhov | 2009-12-03 | 1 | -6/+43 |
| | | | | | | | | | | - fix bug with mmapping files: new addresses must NOT be allocated in shared memory by themselves - fix bug with winnow classifier that totally brokes it down - fix bug with too much grow of values * Use double precission values in statistics * Add statistics for statfiles * Add more informative data to output of LEARN command (weight of incoming message) * Add weight to output of classifier as well | ||||
* | * Write revision and revision time to statfile | Vsevolod Stakhov | 2009-11-12 | 1 | -6/+6 |
| | | | | * Make some improvements to API (trying to make it more clear) | ||||
* | * New version of rspamd statfiles that can be used in sync | Vsevolod Stakhov | 2009-11-12 | 1 | -4/+126 |
| | | | | | * Add convertion routines for converting 1.0 to 1.2 statfiles * Reserve some place in header for future features | ||||
* | * Fix reading of last block | Vsevolod Stakhov | 2009-10-20 | 1 | -2/+2 |
| | |||||
* | * Add ability to change statfile size limit in config and allow reindexing ↵ | Vsevolod Stakhov | 2009-10-16 | 1 | -18/+148 |
| | | | | of statfiles | ||||
* | * Retab, no functional changes | Vsevolod Stakhov | 2009-10-02 | 1 | -118/+117 |
| | |||||
* | * Fix another race | Vsevolod Stakhov | 2009-09-30 | 1 | -4/+27 |
| | |||||
* | * Fix race between learn and classify | Vsevolod Stakhov | 2009-09-28 | 1 | -4/+2 |
| | |||||
* | * Fix error with statfiles sorting function | Vsevolod Stakhov | 2009-07-23 | 1 | -1/+1 |
| | |||||
* | * Rework the whole filters system | Vsevolod Stakhov | 2009-07-13 | 1 | -1/+1 |
| | | | | | | | * Add metrics optimization and symbols cache * Change all plugins [DRAGONS]: not for production usage, some things are still not working! | ||||
* | * Make autolearn working | Vsevolod Stakhov | 2009-07-09 | 1 | -5/+5 |
| | |||||
* | * Rework structure and API of statfiles functions to improve performance and ↵ | Vsevolod Stakhov | 2009-07-02 | 1 | -112/+85 |
| | | | | | | avoid missusage of hash table * Correct url length calculation in urls command | ||||
* | * Fix shared hashes avoiding its resizing | Vsevolod Stakhov | 2009-05-04 | 1 | -1/+1 |
| | |||||
* | * Validate utf8 chars to avoid crashes | Vsevolod Stakhov | 2009-04-24 | 1 | -0/+3 |
| |