Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix controller stages and debug info. | Vsevolod Stakhov | 2011-08-01 | 4 | -13/+37 |
| | | | | Handle timeouts in librspamdclient correctly. | ||||
* | Another installation paths fix. | Vsevolod Stakhov | 2011-07-30 | 1 | -14/+18 |
| | |||||
* | Install files and directories respecting DESTDIR environment variable. | Vsevolod Stakhov | 2011-07-30 | 1 | -24/+14 |
| | | | | Install sample config fgom binary dir. | ||||
* | Another fix for out-source build. | Vsevolod Stakhov | 2011-07-30 | 8 | -6/+9 |
| | | | | Unbreak FreeBSD build. | ||||
* | Remove legacy rpm spec. | Vsevolod Stakhov | 2011-07-29 | 1 | -52/+0 |
| | |||||
* | * Fix build under CentOS 5 with old glib 2.12 | Vsevolod Stakhov | 2011-07-29 | 48 | -226/+8086 |
| | | | | | * Fix build of rspamd with CMAKE_BINARY_DIR differs from CMAKE_SOURCE_DIR Rework include style. | ||||
* | Fix for *BSD. | Vsevolod Stakhov | 2011-07-26 | 1 | -2/+2 |
| | |||||
* | Added tag 0.4.1 for changeset 17edc13bc56a | Vsevolod Stakhov | 2011-07-26 | 1 | -0/+1 |
| | |||||
* | Update a sample config file.0.4.1 | Vsevolod Stakhov | 2011-07-26 | 4 | -13/+62 |
| | | | | Set version to 0.4.1. | ||||
* | * Add option max_size for regexp module to skip expensive regexp on long ↵ | Vsevolod Stakhov | 2011-07-26 | 3 | -9/+108 |
| | | | | messages | ||||
* | * Add max_tokens options to avoid classifying and learning with too much ↵ | Vsevolod Stakhov | 2011-07-26 | 4 | -19/+56 |
| | | | | | | tokens from one message. Fix stupid memory leakage on client's timeout. | ||||
* | Another 'proper' place. | Vsevolod Stakhov | 2011-07-26 | 1 | -0/+1 |
| | |||||
* | 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 | 4 | -22/+17 |
| | | | | Speed up inserting symbols by hashing them. | ||||
* | * Implement max tasks per worker setting | Vsevolod Stakhov | 2011-07-26 | 1 | -0/+24 |
| | |||||
* | Fix up another event related problem. | Vsevolod Stakhov | 2011-07-26 | 2 | -6/+4 |
| | |||||
* | Zero memory of pool allocator statistic. | Vsevolod Stakhov | 2011-07-25 | 1 | -0/+1 |
| | |||||
* | Fix coredumps when learning message with one empty part. | Vsevolod Stakhov | 2011-07-25 | 1 | -8/+10 |
| | |||||
* | Added tag 0.4.0 for changeset f04885bd268e | Vsevolod Stakhov | 2011-07-22 | 1 | -0/+2 |
| | |||||
* | Fix for libevent.0.4.0 | Vsevolod Stakhov | 2011-07-22 | 1 | -0/+4 |
| | |||||
* | Write error about too few tokens during learning. | Vsevolod Stakhov | 2011-07-22 | 1 | -0/+5 |
| | |||||
* | Increase buffer for output. | Vsevolod Stakhov | 2011-07-22 | 1 | -1/+1 |
| | |||||
* | Added tag 0.4.0 for changeset c52f190b0592 | Vsevolod Stakhov | 2011-07-22 | 1 | -0/+1 |
| | |||||
* | Add workaround for clang under linux. | Vsevolod Stakhov | 2011-07-21 | 17 | -37/+45 |
| | | | | Fix problems found by static analyzing. | ||||
* | Another fix to avoid race with settings - add reference counter. | Vsevolod Stakhov | 2011-07-21 | 2 | -22/+50 |
| | |||||
* | * Add start script for red hat compatible systems | Vsevolod Stakhov | 2011-07-20 | 25 | -57/+656 |
| | | | | | | | Add descriptions for some rspamd API functions (no functional changes). --HG-- rename : linux/rspamd => linux/rspamd_debian.in | ||||
* | Rework http chunked encoding parsing. | Vsevolod Stakhov | 2011-07-20 | 5 | -97/+115 |
| | |||||
* | Do not try to use information about dispatcher after callback fails (found ↵ | Vsevolod Stakhov | 2011-07-19 | 1 | -1/+0 |
| | | | | by valgrind). | ||||
* | * Add classifiers pre-selection script | Vsevolod Stakhov | 2011-07-19 | 2 | -0/+52 |
| | |||||
* | Fix coredumps on some specific messages with specific urls. | Vsevolod Stakhov | 2011-07-19 | 3 | -11/+24 |
| | | | | | Fix coredumps while closing log file. Fix parsing of chunked HTTP replies. | ||||
* | Ref hash table at settings loading. | Vsevolod Stakhov | 2011-07-18 | 1 | -1/+1 |
| | |||||
* | Fix statfiles class determination euristic. | Vsevolod Stakhov | 2011-07-18 | 2 | -12/+12 |
| | | | | Fix call of classifier pre-callback. | ||||
* | Fix textpart:get_language lua function. | Vsevolod Stakhov | 2011-07-18 | 1 | -0/+1 |
| | |||||
* | Create statfiles using learn_spam function for bayes classifier. | Vsevolod Stakhov | 2011-07-18 | 2 | -1/+19 |
| | | | | Fix call of pre callbacks for a classifier. | ||||
* | Use event_set correctly after event_del. | Vsevolod Stakhov | 2011-07-18 | 1 | -0/+1 |
| | |||||
* | Fix bug with data corruption during settings application. | Vsevolod Stakhov | 2011-07-18 | 1 | -1/+8 |
| | |||||
* | Begin to write normal and updated default configuration. | Vsevolod Stakhov | 2011-07-15 | 2 | -20/+30 |
| | | | | | --HG-- rename : rspamd.xml.sample => conf/rspamd-basic.xml.in | ||||
* | Another fix for comparing parts without content - two empty parts are equal. | Vsevolod Stakhov | 2011-07-14 | 1 | -1/+6 |
| | |||||
* | Fix coredump on messages with one url only. | Vsevolod Stakhov | 2011-07-14 | 1 | -1/+1 |
| | |||||
* | Fix core dumps when no symbols are found in a message. | Vsevolod Stakhov | 2011-07-14 | 1 | -1/+1 |
| | |||||
* | * Add learn_spam/learn_ham interface to librspamdclient and to rspamc | Vsevolod Stakhov | 2011-07-14 | 9 | -47/+332 |
| | | | | | * Improve logic of io dispatcher restoration Remove correction factor from bayes as it leads to classify errors. | ||||
* | Adjust interval. | Vsevolod Stakhov | 2011-07-14 | 1 | -2/+2 |
| | |||||
* | * Remove completion logic from controller: it is hardly used but breaks new ↵ | Vsevolod Stakhov | 2011-07-14 | 1 | -35/+26 |
| | | | | commands logic | ||||
* | Fix multiply compare_parts_distance calls. | Vsevolod Stakhov | 2011-07-14 | 1 | -2/+12 |
| | |||||
* | Ignore arguments order in compare_parts_distance function. | Vsevolod Stakhov | 2011-07-14 | 1 | -2/+2 |
| | |||||
* | Change logic of params inside compare parts distance. | Vsevolod Stakhov | 2011-07-14 | 2 | -11/+51 |
| | | | | | During learning and classifying compare parts using new algorithm. Raise similarity factor. | ||||
* | * Add new algorithm based on diff algorithm to compare relatively short text ↵ | Vsevolod Stakhov | 2011-07-13 | 14 | -11/+498 |
| | | | | parts | ||||
* | Add validity detector for statfiles inside classifier. | Vsevolod Stakhov | 2011-07-13 | 3 | -2/+59 |
| | | | | Add euristic to detect spam/ham classes based on statfile symbol. | ||||
* | * Add second argument to compare_parts_distance function so it can be used ↵ | Vsevolod Stakhov | 2011-07-13 | 1 | -21/+37 |
| | | | | as interval: arg2 <= distance <= arg1 | ||||
* | * Add ability to get difference between two parts from lua code | Vsevolod Stakhov | 2011-07-12 | 2 | -0/+50 |
| |