summaryrefslogtreecommitdiffstats
path: root/src/controller.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * Remove strlcpy code and replace it with glib alternativeVsevolod Stakhov2008-12-031-1/+1
* * Add learning interface to rspamd (still requires classifier to work)Vsevolod Stakhov2008-12-021-34/+159
* * Reorganize structure of source filesVsevolod Stakhov2008-11-011-0/+349