aboutsummaryrefslogtreecommitdiffstats
path: root/src/statfile.c
Commit message (Expand)AuthorAgeFilesLines
* Fix 'classic' sizeof(pointer) error.Vsevolod Stakhov2013-12-061-1/+1
* off_t may be not compatible with size_t.Vsevolod Stakhov2013-12-051-1/+1
* Fix resizing of statfiles.Vsevolod Stakhov2013-12-051-2/+3
* Do not resize statfile if old_size == new_size.Vsevolod Stakhov2013-12-051-1/+1
* Do not actually allow to set zero size to statfiles.Vsevolod Stakhov2013-12-051-1/+4
* Remove statfile pool size as it was broken.Vsevolod Stakhov2013-11-151-68/+1
* Do not create too small statfiles.Vsevolod Stakhov2013-11-151-0/+12
* Avoid deadlock.Vsevolod Stakhov2013-09-241-3/+0
* Preserve statfiles versions on resize.Vsevolod Stakhov2013-09-241-0/+4
* Make mlock option as tunable.Vsevolod Stakhov2012-10-081-2/+2
* * Use mlock to speed up classifiers by locking statfiles in the RAM.Vsevolod Stakhov2012-10-051-1/+27
* * Add meta-classification example.Vsevolod Stakhov2012-10-041-6/+14
* Another debian license fix.Vsevolod Stakhov2012-09-101-1/+1
* Update copyright (required by debian).Vsevolod Stakhov2012-09-041-3/+3
* Detect and use fallocate/posix_fallocate.Vsevolod Stakhov2011-12-141-0/+2
* Reorganize util.c as it should contain only common utilities.Vsevolod Stakhov2011-12-071-0/+48
* Remove some warnings.Vsevolod Stakhov2011-10-141-3/+3
* Fix signness in arithmetic operations.Vsevolod Stakhov2011-08-041-4/+4
* Update a sample config file.0.4.1Vsevolod Stakhov2011-07-261-2/+2
* * Add correcting factor to statistics.Vsevolod Stakhov2011-06-281-2/+22
* * Welcome 0.4.0Vsevolod Stakhov2011-06-241-7/+1
* Add preload function for statfiles.Vsevolod Stakhov2011-03-241-0/+31
* Do not invalidate statfiles during synchronization.Vsevolod Stakhov2011-03-151-1/+1
* Make own strlcpy that does not calculate remaining string length (faster and ...Vsevolod Stakhov2010-11-161-2/+2
* Fixes types (use glib ones) no functional change.Vsevolod Stakhov2010-10-061-47/+47
* * Fix shared usage of statfilesVsevolod Stakhov2010-09-161-3/+36
* * Many fixes to statfile syncronization systemVsevolod Stakhov2010-09-021-5/+8
* * Add bayesian classifier (initial version)Vsevolod Stakhov2010-08-131-8/+1
* * Make DNS resolver workingVsevolod Stakhov2010-07-081-4/+4
* * Fix strict aliasing while compiling with optimizationVsevolod Stakhov2010-05-311-1/+1
* * In classify normalize result after comparing, not beforeVsevolod Stakhov2010-05-271-1/+1
* * Fix cores in spf code (partially)cebka@lenovo-laptop2010-02-271-0/+4
* * Introduce new logging system:Vsevolod Stakhov2009-12-221-36/+36
* * Fix symbols cache (init lua filters before symbols cache initialization)Vsevolod Stakhov2009-12-141-25/+17
* * Many major fixes to statfiles:Vsevolod Stakhov2009-12-031-6/+43
* * Write revision and revision time to statfileVsevolod Stakhov2009-11-121-6/+6
* * New version of rspamd statfiles that can be used in syncVsevolod Stakhov2009-11-121-4/+126
* * Fix reading of last blockVsevolod Stakhov2009-10-201-2/+2
* * Add ability to change statfile size limit in config and allow reindexing of...Vsevolod Stakhov2009-10-161-18/+148
* * Retab, no functional changesVsevolod Stakhov2009-10-021-118/+117
* * Fix another raceVsevolod Stakhov2009-09-301-4/+27
* * 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