aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Adopt tweetnacl for rspamd.Vsevolod Stakhov2015-01-282-0/+9
* 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-264-47/+25
* Fixing learning.Vsevolod Stakhov2015-01-263-12/+149
* Init mmaped file runtime function.Vsevolod Stakhov2015-01-261-0/+1
* Create fuzzy db if it does not exist.Vsevolod Stakhov2015-01-261-13/+18
* Add libstat to the main rspamd routines.Vsevolod Stakhov2015-01-262-217/+11
* 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-263-1/+39
* 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
* Disable statistics in rspamd till reworking is done.Vsevolod Stakhov2015-01-233-5/+8
* Add initial processing routines.Vsevolod Stakhov2015-01-236-19/+138
* Refactor structures names.Vsevolod Stakhov2015-01-239-20/+110
* Rework types for tokenizers functions.Vsevolod Stakhov2015-01-233-27/+17
* Rework classifiers configuration and naming.Vsevolod Stakhov2015-01-236-69/+62
* Reorganize libstat API.Vsevolod Stakhov2015-01-2312-204/+110
* Rework statistics runtime structures.Vsevolod Stakhov2015-01-236-30/+43
* Remove statfile invalidation.Vsevolod Stakhov2015-01-221-81/+0
* Ignore broken TXT records when parsing include.Vsevolod Stakhov2015-01-221-4/+9
* Fix another critical composites issue and memory corruption.Vsevolod Stakhov2015-01-221-1/+1
* Fix critical issue with composites weights.Vsevolod Stakhov2015-01-211-1/+1
* Fix mmaped files initialization.Vsevolod Stakhov2015-01-211-45/+69
* Another err dereference for dkim module.Vsevolod Stakhov2015-01-211-2/+9
* Add initialization prototype.Vsevolod Stakhov2015-01-201-0/+21
* Restore statfile resize logic.Vsevolod Stakhov2015-01-201-0/+12
* Add backend option for statfiles, remove legacyVsevolod Stakhov2015-01-203-15/+7
* Fix crash on broken DKIM DNS records.Vsevolod Stakhov2015-01-201-1/+1
* More rework.Vsevolod Stakhov2015-01-203-464/+85
* Start reworking of mmaped files backend.Vsevolod Stakhov2015-01-194-239/+140
* Remove legacy statfile pool.Vsevolod Stakhov2015-01-183-190/+3
* 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-188-158/+1
* Start refactoring of statistics in rspamd.Vsevolod Stakhov2015-01-1815-139/+134
* Do not reset case of settings if parsed from lua.Vsevolod Stakhov2015-01-181-1/+1
* Fix build on SunOSSebastian Wiedenroth2015-01-182-2/+12