aboutsummaryrefslogtreecommitdiffstats
path: root/src/controller.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * New system of classifiers interface and statfiles processingVsevolod Stakhov2009-09-141-37/+9
* * Improve google perf tools supportVsevolod Stakhov2009-08-251-1/+2
* * Fix error with controller IO timeoutsVsevolod Stakhov2009-08-241-4/+6
* * Fix descriptors leakage in controllerVsevolod Stakhov2009-08-191-6/+3
* * Make fuzzy storage working (tested checking, adding and deleting of fuzzy h...Vsevolod Stakhov2009-07-311-2/+3
* * Add support for extending controller protocol by modulesVsevolod Stakhov2009-07-291-13/+65
* * Rework structure and API of statfiles functions to improve performance and ...Vsevolod Stakhov2009-07-021-2/+3
* * Add urls output to urls commandVsevolod Stakhov2009-07-021-26/+26
* * Introduce new system of workers spawning and configuring, now rspamd can be...Vsevolod Stakhov2009-06-171-24/+9
* * Add counters for rspamd symbolsVsevolod Stakhov2009-05-041-6/+32
* * Add counter for oversized chunks: this parameter can improve performance, f...Vsevolod Stakhov2009-04-211-0/+2
* * Another fix of uptime commandVsevolod Stakhov2009-03-271-2/+2
* * Fix 2 memory leaksVsevolod Stakhov2009-03-271-0/+1
* * Add statictics for all allocated poolsVsevolod Stakhov2009-03-261-0/+4
* * Fix many compile time warnings and polish codeVsevolod Stakhov2009-03-241-3/+6
* * Fix reload logicVsevolod Stakhov2009-03-131-2/+5
* * Unify socket creation and accepting by using utility functionsVsevolod Stakhov2009-03-031-7/+5
* * Remove %m from logging it seems to be unsupported by FreeBSD printf versionVsevolod Stakhov2009-03-021-4/+4
* * Fix url-extracterVsevolod Stakhov2009-02-271-7/+7
* * Fix memory corruption and lmtp handlingVsevolod Stakhov2009-02-251-8/+8
* * Add initial LMTP support and LDA delivery to rspamdVsevolod Stakhov2009-02-241-1/+1
* * Fix dispatcher timeouts handlingVsevolod Stakhov2009-02-201-1/+7
* * Implement rspamd IO with IO dispatcher (TODO: still some issues with timeou...Vsevolod Stakhov2009-02-191-120/+90
* * Prepare to migrate to cmake (still need to write install target and working...Vsevolod Stakhov2009-02-161-19/+2