summaryrefslogtreecommitdiffstats
path: root/src/libstat/stat_process.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Some more fixes to tokenizator init.Vsevolod Stakhov2015-07-271-2/+0
|
* Fix issues with compatibility tokenization.Vsevolod Stakhov2015-07-271-12/+15
|
* Fix tokenizers and mmapped file.Vsevolod Stakhov2015-07-271-1/+2
|
* Fix stat processing.Vsevolod Stakhov2015-07-271-72/+10
|
* More changes to tokenization.Vsevolod Stakhov2015-07-271-64/+53
|
* Start tokenizers rework.Vsevolod Stakhov2015-07-271-132/+156
|
* Use some headers information in statistics.Vsevolod Stakhov2015-07-261-0/+43
|
* Allow adding of prefix for tokenizers.Vsevolod Stakhov2015-07-261-3/+4
|
* Set error if cannot learn anything.Vsevolod Stakhov2015-07-221-2/+8
|
* Another iteration on #331.Vsevolod Stakhov2015-07-221-2/+9
|
* Implement skipping of signatures in text messages.Vsevolod Stakhov2015-07-141-1/+2
|
* Do not treat classify error as fatal error.Vsevolod Stakhov2015-07-141-1/+1
|
* Rework parts and task structure:Vsevolod Stakhov2015-07-131-7/+3
| | | | | | | | | - Now text_parts, parts and received are arrays - Pre-allocate arrays with some reasonable defaults - Use arrays instead of lists in plugins and checks - Remove unused fields from task structure - Rework mime_foreach callback function - Remove deprecated scan_milliseconds field
* Add finalize process operation.Vsevolod Stakhov2015-07-101-1/+12
| | | | We could use sqlite transaction for reading as well.
* Skip missing statfiles on classifying.Vsevolod Stakhov2015-07-091-7/+16
|
* Fix issue if rspamd cannot create statfiles.Vsevolod Stakhov2015-07-081-0/+9
| | | | Issue: #331
* Pass task structure to classifier functions.Vsevolod Stakhov2015-06-241-8/+11
|
* Fix double free if multiple classifiers are defined.Vsevolod Stakhov2015-05-271-0/+1
|
* Use binary flags for part flags.Vsevolod Stakhov2015-04-291-3/+3
|
* Fix post-processing invocation for statistics.Vsevolod Stakhov2015-04-131-0/+1
|
* Removed by a mistake.Vsevolod Stakhov2015-04-021-0/+1
|
* Memory leak.Vsevolod Stakhov2015-04-021-1/+2
|
* Add new UTF8 tokenizer.Vsevolod Stakhov2015-04-011-1/+1
|
* Add 'compat' option for classifier.Vsevolod Stakhov2015-04-011-24/+18
|
* Start splitting statistic processing to separate stages.Vsevolod Stakhov2015-03-021-0/+17
|
* Add prefix expansion function.Vsevolod Stakhov2015-02-271-1/+1
|
* Runtime for backends now accepts task object.Vsevolod Stakhov2015-02-271-1/+1
|
* Rework tokenization:Vsevolod Stakhov2015-02-231-1/+22
| | | | | | - Use normalized words if needed - Allow using of seeded XXHash instead of hand-made legacy shit - Allow secure hashing using siphash
* Allow configurable tokenizers.Vsevolod Stakhov2015-02-221-8/+20
|
* Invalidate learned files to update their content.Vsevolod Stakhov2015-02-181-0/+3
|
* Implement statistics relearning.Vsevolod Stakhov2015-02-181-10/+26
|
* Add error codes for statistics.Vsevolod Stakhov2015-02-141-15/+17
|
* Add ignore duplicate learnings logic.Vsevolod Stakhov2015-02-131-1/+22
|
* Return statfiles stats from controller.Vsevolod Stakhov2015-02-011-0/+57
|
* Some fixes to bayes.Vsevolod Stakhov2015-01-281-1/+0
|
* Increase revision after learning.Vsevolod Stakhov2015-01-281-1/+16
|
* Fix learning.Vsevolod Stakhov2015-01-281-5/+16
|
* Fix initialization order.Vsevolod Stakhov2015-01-271-4/+4
|
* Fix some issues in learning.Vsevolod Stakhov2015-01-261-2/+2
|
* Fixing learning.Vsevolod Stakhov2015-01-261-8/+79
|
* Implement learning function.Vsevolod Stakhov2015-01-261-0/+70
|
* Implement classifying.Vsevolod Stakhov2015-01-261-46/+59
|
* Implement min and max tokens.Vsevolod Stakhov2015-01-261-0/+26
|
* Write statfiles revisions to the runtime.Vsevolod Stakhov2015-01-261-2/+19
|
* Add tokens processing.Vsevolod Stakhov2015-01-251-1/+31
|
* Add preprocessing routine for classifiers.Vsevolod Stakhov2015-01-241-11/+94
|
* Start statistics preprocessing implementation.Vsevolod Stakhov2015-01-231-11/+44
|
* Rework tokenization invocation.Vsevolod Stakhov2015-01-231-2/+51
|
* Add initial processing routines.Vsevolod Stakhov2015-01-231-0/+121