summaryrefslogtreecommitdiffstats
path: root/src/controller.c
Commit message (Expand)AuthorAgeFilesLines
* Fix several memory leaks in rspamd.Vsevolod Stakhov2011-02-241-1/+1
* * Add ability to specify 'S' flag to regexp that means that headers checks mu...Vsevolod Stakhov2011-02-151-1/+1
* * Try to fix descriptors leakage in controllerVsevolod Stakhov2011-02-041-1/+1
* * Implement controller interface inside librspamdclient/rspamcVsevolod Stakhov2011-02-011-8/+9
* * Add Subject header to statisticsVsevolod Stakhov2010-12-241-1/+3
* * Start new rspamd 0.3.4Vsevolod Stakhov2010-12-031-6/+30
* Fixes bugs found with clang-static analyser.Vsevolod Stakhov2010-10-111-2/+4
* Fixes types (use glib ones) no functional change.Vsevolod Stakhov2010-10-061-53/+53
* * Fix shared usage of statfilesVsevolod Stakhov2010-09-161-0/+1
* * Many fixes to statfile syncronization systemVsevolod Stakhov2010-09-021-6/+25
* * Remove normalizer as it is winnow specific thing, so all statistic algorith...Vsevolod Stakhov2010-08-131-3/+0
* * One more try to improve accuracy of winnow algorithmVsevolod Stakhov2010-08-061-3/+10
* * Fixes to winnow learningVsevolod Stakhov2010-08-051-12/+20
* * Add logging for fuzzy checksVsevolod Stakhov2010-08-021-2/+5
* * Fix quit command in controller interfaceVsevolod Stakhov2010-07-301-1/+1
* * Fix error with writing symbols cache fileVsevolod Stakhov2010-07-281-2/+2
* * More debugVsevolod Stakhov2010-07-251-1/+1
* * Reopen log file by USR1 signalVsevolod Stakhov2010-07-191-0/+3
* * Announce weights and syncAndrej Zverev2010-06-281-8/+10
* * Use rspamd_snprintf instead of libc oneVsevolod Stakhov2010-06-241-56/+56
* * Check return value of each rspamd_dispatcher_write as in case of write erro...Vsevolod Stakhov2010-06-241-46/+105
* * announce the "password" keyword in usage listAndrej Zverev2010-06-171-2/+6
* * Fix misprint (by Andrej Zverev)Vsevolod Stakhov2010-06-171-1/+1
* * Convert statistic sums to use long double for countersVsevolod Stakhov2010-05-271-1/+1
* * Fix uptime commandVsevolod Stakhov2010-05-081-3/+3
* * Bugfixes:Vsevolod Stakhov2010-04-201-1/+1
* * Add statistics for fuzzy storagecebka@lenovo-laptop2010-03-171-0/+2
* * Fix statistics of messages in controllercebka@lenovo-laptop2010-03-171-0/+1
* * Add normalizer for fuzzy hashescebka@lenovo-laptop2010-03-161-1/+1
* * Fix learn command (-m is used instead -w)cebka@lenovo-laptop2010-03-151-1/+1
* * Add percents of spam and ham detected to stat command outputcebka@lenovo-laptop2010-03-011-2/+6
* * Fix bugs from previous commitcebka@lenovo-laptop2010-03-011-4/+0
* * Add weights command for getting weights of each message by each statfilecebka@lenovo-laptop2010-03-011-5/+136
* * Handle empty messages in learningcebka@lenovo-laptop2010-02-051-0/+11
* * Add ability to classify only specific headers (for example Subject)cebka@lenovo-laptop2010-02-011-8/+21
* * Introduce new logging system:Vsevolod Stakhov2009-12-221-21/+21
* * Many major fixes to statfiles:Vsevolod Stakhov2009-12-031-16/+62
* * Another fixes to synchronization of statfilesVsevolod Stakhov2009-12-031-4/+0
* * Some fixes to syncVsevolod Stakhov2009-12-021-10/+21
* * Adopt printf function from nginx for comfortable printing of some data type...Vsevolod Stakhov2009-11-301-2/+2
* * Initial release of synchronization server in controllerVsevolod Stakhov2009-11-271-1/+150
* * Write revision and revision time to statfileVsevolod Stakhov2009-11-121-2/+20
* * Avoid mmap'ing in binlog as mmapped areas must be alignedVsevolod Stakhov2009-11-091-1/+3
* * Add more advanced signal processing routineVsevolod Stakhov2009-11-051-2/+6
* * Implement new system of managing rspamd processesVsevolod Stakhov2009-10-301-3/+0
* * Retab, no functional changesVsevolod Stakhov2009-10-021-362/+339
* * Fix race between learn and classifyVsevolod Stakhov2009-09-281-1/+3
* * Fix learningVsevolod Stakhov2009-09-251-15/+32
* * Small fixes in task constructionVsevolod Stakhov2009-09-231-1/+1
* * Implement new system of async events handling (experimental)Vsevolod Stakhov2009-09-221-21/+39