aboutsummaryrefslogtreecommitdiffstats
path: root/src/statfile.c
Commit message (Collapse)AuthorAgeFilesLines
* * 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 ↵Vsevolod Stakhov2009-02-161-11/+1
| | | | | | | | working with XS implicitly) * Move all system includes to one file where we detect availability of all that includes * Fix license misprint * Fix some issues with perl initializing
* * 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
| | | | * Add rwlocks implementation (primitive) in memory pool library
* * Rewrite perl client for rspamd, now it allows access to both normal and ↵Vsevolod Stakhov2009-01-191-0/+6
| | | | | | control interfaces * Fix small errors in tokenizer and controller interface
* * Add simple utility for sending mail to rspamdVsevolod Stakhov2009-01-161-3/+0
| | | | * Fix some errors in freeing message object
* * Add simple implementation of classifiers abstraction and winnow classifierVsevolod Stakhov2008-12-041-2/+2
| | | | * Force statfile to work with float values
* * Remove strlcpy code and replace it with glib alternativeVsevolod Stakhov2008-12-031-1/+1
| | | | * Polish code and remove bugs found
* * Write functions to operate blocks in stat filesVsevolod Stakhov2008-11-281-3/+141
| | | | * Write test case for statistics files API
* * Add initial implementation of statistics files handling APIVsevolod Stakhov2008-11-271-0/+241