aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstat
Commit message (Expand)AuthorAgeFilesLines
* Return statfiles stats from controller.Vsevolod Stakhov2015-02-012-0/+65
* Implement statistics for mmaped statfiles.Vsevolod Stakhov2015-02-013-2/+37
* Some fixes to bayes.Vsevolod Stakhov2015-01-282-1/+4
* Increase revision after learning.Vsevolod Stakhov2015-01-284-2/+37
* Fix learning.Vsevolod Stakhov2015-01-282-6/+23
* Fix pointer passing.Vsevolod Stakhov2015-01-271-1/+1
* Another missing member.Vsevolod Stakhov2015-01-271-1/+2
* Fix initialization order.Vsevolod Stakhov2015-01-271-4/+4
* Fix some issues in learning.Vsevolod Stakhov2015-01-263-47/+22
* Fixing learning.Vsevolod Stakhov2015-01-263-12/+149
* Init mmaped file runtime function.Vsevolod Stakhov2015-01-261-0/+1
* Initialize missing fields.Vsevolod Stakhov2015-01-262-1/+3
* Implement learning function.Vsevolod Stakhov2015-01-261-0/+70
* Implement classifying.Vsevolod Stakhov2015-01-262-46/+67
* Update bayes.Vsevolod Stakhov2015-01-262-188/+100
* Implement min and max tokens.Vsevolod Stakhov2015-01-261-0/+26
* Write statfiles revisions to the runtime.Vsevolod Stakhov2015-01-262-2/+21
* Add tokens processing.Vsevolod Stakhov2015-01-252-1/+32
* Add functions for getting values from files.Vsevolod Stakhov2015-01-252-21/+66
* Add preprocessing routine for classifiers.Vsevolod Stakhov2015-01-242-13/+98
* Start statistics preprocessing implementation.Vsevolod Stakhov2015-01-231-11/+44
* Implement statfiles runtime initialization.Vsevolod Stakhov2015-01-233-259/+281
* Rework tokenization invocation.Vsevolod Stakhov2015-01-233-42/+51
* Add initial processing routines.Vsevolod Stakhov2015-01-236-19/+138
* Refactor structures names.Vsevolod Stakhov2015-01-237-18/+108
* Rework types for tokenizers functions.Vsevolod Stakhov2015-01-233-27/+17
* Reorganize libstat API.Vsevolod Stakhov2015-01-2312-204/+110
* Rework statistics runtime structures.Vsevolod Stakhov2015-01-235-30/+41
* Remove statfile invalidation.Vsevolod Stakhov2015-01-221-81/+0
* Fix mmaped files initialization.Vsevolod Stakhov2015-01-211-45/+69
* Add initialization prototype.Vsevolod Stakhov2015-01-201-0/+21
* Restore statfile resize logic.Vsevolod Stakhov2015-01-201-0/+12
* More rework.Vsevolod Stakhov2015-01-203-464/+85
* Start reworking of mmaped files backend.Vsevolod Stakhov2015-01-194-239/+140
* Remove direct statfiles manipulation from bayes.Vsevolod Stakhov2015-01-182-112/+9
* New statistics token definition.Vsevolod Stakhov2015-01-183-18/+20
* Remove old statfile_pool logic.Vsevolod Stakhov2015-01-183-150/+1
* Start refactoring of statistics in rspamd.Vsevolod Stakhov2015-01-1810-7/+1522
* Remove binlog and statfile_sync: never ever used.Vsevolod Stakhov2015-01-161-2/+0
* No more winnow.Vsevolod Stakhov2015-01-164-732/+1
* Reorganize statfiles and classifiers into libstat.Vsevolod Stakhov2015-01-169-0/+2000