summaryrefslogtreecommitdiffstats
path: root/src/worker_util.c
Commit message (Collapse)AuthorAgeFilesLines
* Rework project structure, remove trash files.Vsevolod Stakhov2014-04-211-255/+0
|
* Refactor task functions.Vsevolod Stakhov2014-04-211-134/+2
|
* Deprecate views: never ever being used.Vsevolod Stakhov2014-04-211-10/+0
|
* Refactor worker task structure and API.Vsevolod Stakhov2014-04-211-10/+10
|
* Refactor memory pool naming.Vsevolod Stakhov2014-04-201-18/+18
|
* Fix empty messages processing.Vsevolod Stakhov2014-02-181-0/+2
|
* Init profiler correctly.Vsevolod Stakhov2014-01-281-1/+1
|
* Move fin_task to a common rspamd_fin_task function.Vsevolod Stakhov2014-01-211-0/+114
|
* Implement refcount for http connection.Vsevolod Stakhov2014-01-201-1/+1
|
* Simplify states of task. Disable broken code.Vsevolod Stakhov2014-01-191-1/+1
|
* Start new HTTP based reply handler.Vsevolod Stakhov2014-01-121-0/+3
|
* 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.