aboutsummaryrefslogtreecommitdiffstats
path: root/src/worker_util.c
Commit message (Collapse)AuthorAgeFilesLines
* Rework rspamd DNS resolver.Vsevolod Stakhov2013-12-101-1/+1
|
* Fix build for an old libevent.Vsevolod Stakhov2013-07-241-1/+1
|
* Allow listening on multiply addresses.Vsevolod Stakhov2013-07-201-0/+63
| | | | | | | Now rspamd can listen on multiply ipv4/ipv6 addresses. Removed legacy workers (lmtp, kvstorage) as they are never used in production. Try to unify workers initialization.
* * 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.