]> source.dussan.org Git - rspamd.git/commit
* Implement fuzzy hashes storage worker
authorVsevolod Stakhov <vsevolod@rambler-co.ru>
Mon, 27 Jul 2009 16:05:33 +0000 (20:05 +0400)
committerVsevolod Stakhov <vsevolod@rambler-co.ru>
Mon, 27 Jul 2009 16:05:33 +0000 (20:05 +0400)
commit7ed8ac7bcb54df908bd4a5f8b915ec1fdc483ac7
tree8cb06875ef55407d7961d11491346b2899971f18
parentbc7022c5ce4186892ac4d9eee5899fdbc65e62c4
* Implement fuzzy hashes storage worker
TODO:
- implement client as rspamd plugin
- add support to controller and rspamc
- improve performance by avoiding usage of linked lists
CMakeLists.txt
src/fuzzy_storage.c [new file with mode: 0644]
src/fuzzy_storage.h [new file with mode: 0644]
src/main.c