Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rework project structure, remove trash files. | Vsevolod Stakhov | 2014-04-21 | 1 | -255/+0 |
| | |||||
* | Refactor task functions. | Vsevolod Stakhov | 2014-04-21 | 1 | -134/+2 |
| | |||||
* | Deprecate views: never ever being used. | Vsevolod Stakhov | 2014-04-21 | 1 | -10/+0 |
| | |||||
* | Refactor worker task structure and API. | Vsevolod Stakhov | 2014-04-21 | 1 | -10/+10 |
| | |||||
* | Refactor memory pool naming. | Vsevolod Stakhov | 2014-04-20 | 1 | -18/+18 |
| | |||||
* | Fix empty messages processing. | Vsevolod Stakhov | 2014-02-18 | 1 | -0/+2 |
| | |||||
* | Init profiler correctly. | Vsevolod Stakhov | 2014-01-28 | 1 | -1/+1 |
| | |||||
* | Move fin_task to a common rspamd_fin_task function. | Vsevolod Stakhov | 2014-01-21 | 1 | -0/+114 |
| | |||||
* | Implement refcount for http connection. | Vsevolod Stakhov | 2014-01-20 | 1 | -1/+1 |
| | |||||
* | Simplify states of task. Disable broken code. | Vsevolod Stakhov | 2014-01-19 | 1 | -1/+1 |
| | |||||
* | Start new HTTP based reply handler. | Vsevolod Stakhov | 2014-01-12 | 1 | -0/+3 |
| | |||||
* | Rework rspamd DNS resolver. | Vsevolod Stakhov | 2013-12-10 | 1 | -1/+1 |
| | |||||
* | Fix build for an old libevent. | Vsevolod Stakhov | 2013-07-24 | 1 | -1/+1 |
| | |||||
* | Allow listening on multiply addresses. | Vsevolod Stakhov | 2013-07-20 | 1 | -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 Stakhov | 2012-10-08 | 1 | -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 Stakhov | 2012-07-26 | 1 | -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 Stakhov | 2012-06-07 | 1 | -0/+213 |
Move worker related utils to separate file and include it in rspamd-mime library. Add some cross-dependencies. |