summaryrefslogtreecommitdiffstats
path: root/src/fuzzy_storage.c
Commit message (Collapse)AuthorAgeFilesLines
* * Add more advanced signal processing routineVsevolod Stakhov2009-11-051-0/+5
|
* * Implement new system of managing rspamd processesVsevolod Stakhov2009-10-301-3/+15
|
* * Retab, no functional changesVsevolod Stakhov2009-10-021-93/+92
|
* * Fix fuzzy storage bindingVsevolod Stakhov2009-09-211-3/+11
|
* * Store sockaddr in large enough bufferVsevolod Stakhov2009-08-251-4/+5
|
* * Migrate fuzzy storage to use UDP instead of TCPVsevolod Stakhov2009-08-251-71/+26
|
* * Improve google perf tools supportVsevolod Stakhov2009-08-251-0/+1
| | | | * Pass to event_add only copies of struct timeval to avoid timing problems
* * Do not sync fuzzy hash storage too oftenVsevolod Stakhov2009-08-241-1/+1
|
* * Fix process dispatcherVsevolod Stakhov2009-08-201-1/+20
| | | | * Use bloom filter in fuzzy storage
* * Optimize structure of fuzzy hashes storage (to hash map)Vsevolod Stakhov2009-08-181-25/+34
|
* * Make fuzzy storage working (tested checking, adding and deleting of fuzzy ↵Vsevolod Stakhov2009-07-311-14/+22
| | | | | | hashes from storage) * Fix stupid bug in fuzzy distance calculations
* * Add client part for fuzzy checksums storageVsevolod Stakhov2009-07-281-8/+115
| | | | * Add fuzzy storage syncing to file
* * Implement fuzzy hashes storage workerVsevolod Stakhov2009-07-271-0/+342
TODO: - implement client as rspamd plugin - add support to controller and rspamc - improve performance by avoiding usage of linked lists