]> source.dussan.org Git - rspamd.git/commit
* Use murmur hash for all hashes as it is more efficient and provides more uniform...
authorVsevolod Stakhov <vsevolod@rambler-co.ru>
Mon, 8 Oct 2012 17:21:53 +0000 (21:21 +0400)
committerVsevolod Stakhov <vsevolod@rambler-co.ru>
Mon, 8 Oct 2012 17:21:53 +0000 (21:21 +0400)
commit8e399cdba1bba1da8c1de2b8a22efe719aa30cde
tree579eca49aa1fd0b01d4b9739418f8ed592225ef4
parenta1e2b2d84b185b5430252d7ead5806944be433af
* Use murmur hash for all hashes as it is more efficient and provides more uniform distribution as glib's default one.
* Fix probability renormalization while using advanced classification.
16 files changed:
src/cfg_utils.c
src/cfg_xml.c
src/classifiers/bayes.c
src/client/rspamc.c
src/expressions.c
src/filter.c
src/lmtp.c
src/lua_worker.c
src/main.c
src/mem_pool.c
src/plugins/regexp.c
src/settings.c
src/symbols_cache.c
src/util.c
src/util.h
src/worker_util.c