aboutsummaryrefslogtreecommitdiffstats
path: root/src/worker.c
Commit message (Expand)AuthorAgeFilesLines
* * More things to be thread-safe:Vsevolod Stakhov2012-02-131-13/+18
* Add quarks to events to determine source of event inside rspamd.Vsevolod Stakhov2012-02-131-9/+11
* Fixes to threading (still incomplete).Vsevolod Stakhov2012-01-311-1/+38
* * Introduce new system of worker's and modules initialization:Vsevolod Stakhov2012-01-161-7/+22
* Allow for post filters to register async events.Vsevolod Stakhov2011-12-161-7/+25
* * Finally get rid of stupid savepoints system and migrate to async events log...Vsevolod Stakhov2011-12-141-12/+26
* Reorganize util.c as it should contain only common utilities.Vsevolod Stakhov2011-12-071-0/+169
* Check for SIGUSR1 by libevent to avoid signals collisions.Vsevolod Stakhov2011-11-301-9/+25
* Fix main rspamd worker to work with buffer.c changes.Vsevolod Stakhov2011-11-071-0/+5
* * Use event_base thread safe API to allow parallelism based on threadsVsevolod Stakhov2011-10-261-5/+9
* Fix critical bug with lua stack cleaning that caused heavy memory leaks.0.4.3Vsevolod Stakhov2011-08-121-1/+0
* Fix signness in arithmetic operations.Vsevolod Stakhov2011-08-041-1/+1
* Fix controller stages and debug info.Vsevolod Stakhov2011-08-011-0/+4
* * Add max_tokens options to avoid classifying and learning with too much toke...Vsevolod Stakhov2011-07-261-4/+1
* * Implement max tasks per worker settingVsevolod Stakhov2011-07-261-0/+24
* * Rework build process:Vsevolod Stakhov2011-05-101-185/+2
* * Add ability to learn rspamd via worker (without password)0.3.11Vsevolod Stakhov2011-03-311-17/+40
* * Preload statfiles at the early beginning in the main processVsevolod Stakhov2011-03-311-3/+12
* * Add more timeouts: for fuzzy operations, for worker task operationsVsevolod Stakhov2011-03-281-21/+25
* Fix memory access.Vsevolod Stakhov2011-03-051-3/+3
* Fix several memory leaks in rspamd.Vsevolod Stakhov2011-02-241-0/+4
* * Rewrite URL storage systemVsevolod Stakhov2011-02-241-6/+54
* * New module for checking emails inside messages (rules based, like multimap)Vsevolod Stakhov2011-02-031-0/+3
* Write client's host when network error is occuredVsevolod Stakhov2010-12-241-1/+2
* Indentation fix (no functional changes)Vsevolod Stakhov2010-12-241-491/+427
* Fix bug with mime parser behaviour.Vsevolod Stakhov2010-12-171-0/+1
* * Start new rspamd 0.3.4Vsevolod Stakhov2010-12-031-62/+59
* Fixes types (use glib ones) no functional change.Vsevolod Stakhov2010-10-061-483/+579
* * Fix stupid error when all checks can be done in a single passVsevolod Stakhov2010-09-201-0/+1
* * Add post filters to lua API - filters that would be called after all messag...Vsevolod Stakhov2010-08-251-2/+2
* * Move images library to core rspamdVsevolod Stakhov2010-08-231-0/+3
* * Fix wirting message id during fuzzy_add commandVsevolod Stakhov2010-08-041-2/+10
* * Handle cases of broken requestsVsevolod Stakhov2010-07-191-0/+4
* * Reopen log file by USR1 signalVsevolod Stakhov2010-07-191-0/+3
* * Very hard to detect problem with race among error in socket and destroying ...Vsevolod Stakhov2010-07-091-1/+4
* * Make DNS resolver workingVsevolod Stakhov2010-07-081-32/+61
* * Fix detection of numeric urls (reported by citrin)Vsevolod Stakhov2010-07-051-2/+1
* * Check return value of each rspamd_dispatcher_write as in case of write erro...Vsevolod Stakhov2010-06-241-4/+14
* * Fix compatibility issuesVsevolod Stakhov2010-06-231-1/+1
* * Rewrite buffered input for line policy (again)Vsevolod Stakhov2010-06-221-3/+9
* * Fix strict aliasing while compiling with optimizationVsevolod Stakhov2010-05-311-9/+7
* * Initial addition of smtp proxy moduleVsevolod Stakhov2010-05-111-1/+1
* * Make regmark customplugin workingVsevolod Stakhov2010-04-231-7/+8
* * Add ability to build rspamd staticcebka@lenovo-laptop2010-02-191-22/+60
* * Add ability to add custom messages to rspamd outputcebka@lenovo-laptop2010-02-171-0/+3
* * Add support of custom filters in rspamd workercebka@lenovo-laptop2010-01-291-17/+231
* * Introduce new logging system:Vsevolod Stakhov2009-12-221-12/+14
* * Add more advanced signal processing routineVsevolod Stakhov2009-11-051-2/+6
* * Implement new system of managing rspamd processesVsevolod Stakhov2009-10-301-3/+0
* * Add ability to check views by client's ip (that ip from which we have a con...Vsevolod Stakhov2009-10-271-2/+5