aboutsummaryrefslogtreecommitdiffstats
path: root/test/rspamd_statfile_test.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename main.h and main.c to `rspamd.X`Vsevolod Stakhov2015-09-221-1/+1
|
* Add HTTP connections speed test.Vsevolod Stakhov2015-02-041-2/+5
|
* More rework.Vsevolod Stakhov2015-01-201-7/+7
|
* Restore testing framework.Vsevolod Stakhov2014-09-121-9/+7
|
* Refactor memory pool naming.Vsevolod Stakhov2014-04-201-2/+2
|
* * Add simple test for rrd.Vsevolod Stakhov2012-12-151-1/+1
| | | | | | | | Several fixes to RRD API. TODO: fix test building TODO: improve update of rrd files TODO: rework shared libraries again
* * Many fixes to statfile syncronization systemVsevolod Stakhov2010-09-021-1/+3
| | | | * Fixed statfile pool initialization and synchronization with disk
* * Make DNS resolver workingVsevolod Stakhov2010-07-081-16/+1
| | | | | | * Many improvements to rspamd test suite: now it CAN be used for testing rspamd functionality * Write DNS resolver tests * Fix issues with memory_pool mutexes and with creating of statfiles
* * Add ability to change statfile size limit in config and allow reindexing ↵Vsevolod Stakhov2009-10-161-1/+1
| | | | of statfiles
* * New system of classifiers interface and statfiles processingVsevolod Stakhov2009-09-141-5/+6
| | | | | | | * Fix sample config * Fix compile warnings * Fix building without lua support * Fix bugs with nrcpt header parsing and symbols cache loading (by Anton Nekhoroshikh)
* * Add simple implementation of classifiers abstraction and winnow classifierVsevolod Stakhov2008-12-041-2/+2
| | | | * Force statfile to work with float values
* * Write functions to operate blocks in stat filesVsevolod Stakhov2008-11-281-0/+59
* Write test case for statistics files API