aboutsummaryrefslogtreecommitdiffstats
path: root/src/statfile.c
Commit message (Expand)AuthorAgeFilesLines
* * Fix race between learn and classifyVsevolod Stakhov2009-09-281-4/+2
* * Fix error with statfiles sorting functionVsevolod Stakhov2009-07-231-1/+1
* * Rework the whole filters systemVsevolod Stakhov2009-07-131-1/+1
* * Make autolearn workingVsevolod Stakhov2009-07-091-5/+5
* * Rework structure and API of statfiles functions to improve performance and ...Vsevolod Stakhov2009-07-021-112/+85
* * Fix shared hashes avoiding its resizingVsevolod Stakhov2009-05-041-1/+1
* * Validate utf8 chars to avoid crashesVsevolod Stakhov2009-04-241-0/+3
* * Fix many compile time warnings and polish codeVsevolod Stakhov2009-03-241-1/+3
* * Add ability to configure sections in statfilesVsevolod Stakhov2009-03-131-0/+16
* * Add sections support to rspamd statfiles APIVsevolod Stakhov2009-03-121-25/+147
* * Remove %m from logging it seems to be unsupported by FreeBSD printf versionVsevolod Stakhov2009-03-021-6/+6
* * Prepare to migrate to cmake (still need to write install target and working...Vsevolod Stakhov2009-02-161-11/+1
* * Add BSD license textVsevolod Stakhov2009-02-161-0/+24
* * Add some comments and documentationVsevolod Stakhov2009-02-051-2/+3
* * Add new hash for storing hash data in shared memoryVsevolod Stakhov2009-01-271-18/+19
* * Rewrite perl client for rspamd, now it allows access to both normal and con...Vsevolod Stakhov2009-01-191-0/+6
* * Add simple utility for sending mail to rspamdVsevolod Stakhov2009-01-161-3/+0
* * Add simple implementation of classifiers abstraction and winnow classifierVsevolod Stakhov2008-12-041-2/+2
* * Remove strlcpy code and replace it with glib alternativeVsevolod Stakhov2008-12-031-1/+1
* * Write functions to operate blocks in stat filesVsevolod Stakhov2008-11-281-3/+141
* * Add initial implementation of statistics files handling APIVsevolod Stakhov2008-11-271-0/+241