aboutsummaryrefslogtreecommitdiffstats
path: root/src/worker_util.c
Commit message (Collapse)AuthorAgeFilesLines
* * Use murmur hash for all hashes as it is more efficient and provides more ↵Vsevolod Stakhov2012-10-081-2/+2
| | | | | | uniform distribution as glib's default one. * Fix probability renormalization while using advanced classification.
* * Add lua worker type and lua worker bindings.Vsevolod Stakhov2012-07-261-1/+3
| | | | | | | * Add lua utility library for basic utils. * Fixes lua_buffer code. Fix lua loading error. Added some other lua utility functions.
* Avoid using global 'counters' hash, include it in struct rspamd_main.Vsevolod Stakhov2012-06-071-0/+213
Move worker related utils to separate file and include it in rspamd-mime library. Add some cross-dependencies.