Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Add more advanced signal processing routine | Vsevolod Stakhov | 2009-11-05 | 1 | -0/+5 |
| | |||||
* | * Implement new system of managing rspamd processes | Vsevolod Stakhov | 2009-10-30 | 1 | -3/+15 |
| | |||||
* | * Retab, no functional changes | Vsevolod Stakhov | 2009-10-02 | 1 | -93/+92 |
| | |||||
* | * Fix fuzzy storage binding | Vsevolod Stakhov | 2009-09-21 | 1 | -3/+11 |
| | |||||
* | * Store sockaddr in large enough buffer | Vsevolod Stakhov | 2009-08-25 | 1 | -4/+5 |
| | |||||
* | * Migrate fuzzy storage to use UDP instead of TCP | Vsevolod Stakhov | 2009-08-25 | 1 | -71/+26 |
| | |||||
* | * Improve google perf tools support | Vsevolod Stakhov | 2009-08-25 | 1 | -0/+1 |
| | | | | * Pass to event_add only copies of struct timeval to avoid timing problems | ||||
* | * Do not sync fuzzy hash storage too often | Vsevolod Stakhov | 2009-08-24 | 1 | -1/+1 |
| | |||||
* | * Fix process dispatcher | Vsevolod Stakhov | 2009-08-20 | 1 | -1/+20 |
| | | | | * Use bloom filter in fuzzy storage | ||||
* | * Optimize structure of fuzzy hashes storage (to hash map) | Vsevolod Stakhov | 2009-08-18 | 1 | -25/+34 |
| | |||||
* | * Make fuzzy storage working (tested checking, adding and deleting of fuzzy ↵ | Vsevolod Stakhov | 2009-07-31 | 1 | -14/+22 |
| | | | | | | hashes from storage) * Fix stupid bug in fuzzy distance calculations | ||||
* | * Add client part for fuzzy checksums storage | Vsevolod Stakhov | 2009-07-28 | 1 | -8/+115 |
| | | | | * Add fuzzy storage syncing to file | ||||
* | * Implement fuzzy hashes storage worker | Vsevolod Stakhov | 2009-07-27 | 1 | -0/+342 |
TODO: - implement client as rspamd plugin - add support to controller and rspamc - improve performance by avoiding usage of linked lists |