summaryrefslogtreecommitdiffstats
path: root/src/controller.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * Add BSD license textVsevolod Stakhov2009-02-161-0/+24
* * Try to fix reading a line from user (using pools)Vsevolod Stakhov2009-02-061-4/+1
* * Do another rework of filters/metrics and statfiles processingVsevolod Stakhov2009-01-291-2/+14
* * Add memory pool allocator statistics to 'stat' report outputVsevolod Stakhov2009-01-211-1/+11
* * Rewrite message parserVsevolod Stakhov2009-01-211-9/+38
* * Rewrite perl client for rspamd, now it allows access to both normal and con...Vsevolod Stakhov2009-01-191-7/+9
* * Implement statistic output in control interfaceVsevolod Stakhov2009-01-111-2/+9
* * Fix errors in learning implementationVsevolod Stakhov2009-01-111-24/+69
* * Make sample config more completeVsevolod Stakhov2008-12-181-2/+10
* * Add logic for filtering messages with tokenizer/classifier pairVsevolod Stakhov2008-12-101-18/+2
* * Implement learning using classifiers and tokenizers APIVsevolod Stakhov2008-12-081-1/+28