summaryrefslogtreecommitdiffstats
path: root/src/libstat
Commit message (Collapse)AuthorAgeFilesLines
* More fixes on per-languages and per-user stats.Vsevolod Stakhov2015-09-081-22/+32
|
* Fix creating languages on learning.Vsevolod Stakhov2015-09-082-1/+25
|
* Fix logging in sqlite3 modules.Vsevolod Stakhov2015-09-012-45/+52
|
* Fix logging in mmapped files module.Vsevolod Stakhov2015-09-011-76/+78
|
* More logging updates.Vsevolod Stakhov2015-08-295-26/+33
|
* Add tags to rspamd_mempool.Vsevolod Stakhov2015-08-271-1/+1
|
* Increase messages learned counter.Vsevolod Stakhov2015-08-211-0/+3
| | | | | Issue: #347 Reported by: @bpbp-boop
* Add configured `per_user` and `per_language` knobs for sqlite3.Vsevolod Stakhov2015-08-121-7/+33
|
* Fix inc learns and dec learns.Vsevolod Stakhov2015-08-051-2/+2
|
* Fix some stupid mistakes.Vsevolod Stakhov2015-08-032-6/+6
|
* Add statistics for sqlite backend.Vsevolod Stakhov2015-08-031-1/+74
|
* Add extra information about mmaped statistics.Vsevolod Stakhov2015-08-031-0/+6
|
* Rework stat get function to allow async behaviour.Vsevolod Stakhov2015-08-032-7/+15
|
* Skip same text parts when processing statistics.Vsevolod Stakhov2015-07-291-1/+9
|
* Add debug messages to classify metadata.Vsevolod Stakhov2015-07-281-0/+7
|
* Allow to specify classification headers in the options.Vsevolod Stakhov2015-07-281-4/+7
|
* Add more metatokens for images.Vsevolod Stakhov2015-07-281-0/+3
|
* Use headers name.Vsevolod Stakhov2015-07-281-0/+5
|
* Do not add too many tokens from headers.Vsevolod Stakhov2015-07-281-5/+5
|
* Extract more features from messages.Vsevolod Stakhov2015-07-281-14/+90
|
* Fix sqlite3 backend initialization.Vsevolod Stakhov2015-07-272-2/+25
|
* Some more fixes to sqlite backend.Vsevolod Stakhov2015-07-271-3/+3
|
* Fix tokenizers configuration in sqlite3.Vsevolod Stakhov2015-07-271-5/+67
|
* Some more fixes to tokenizator init.Vsevolod Stakhov2015-07-272-2/+6
|
* Try to fix reindexing of statfiles.Vsevolod Stakhov2015-07-271-3/+60
|
* Fix issues with compatibility tokenization.Vsevolod Stakhov2015-07-272-13/+24
|
* Unbreak the rest.Vsevolod Stakhov2015-07-272-18/+27
|
* Fix tokenizers and mmapped file.Vsevolod Stakhov2015-07-276-52/+96
|
* Fix stat processing.Vsevolod Stakhov2015-07-273-74/+18
|
* More changes to tokenization.Vsevolod Stakhov2015-07-273-69/+59
|
* Start tokenizers rework.Vsevolod Stakhov2015-07-275-141/+177
|
* Use new tokenization by default for created statfiles.Vsevolod Stakhov2015-07-271-1/+1
|
* Use some headers information in statistics.Vsevolod Stakhov2015-07-261-0/+43
|
* Allow adding of prefix for tokenizers.Vsevolod Stakhov2015-07-263-7/+22
|
* Add languages support to sqlite3 backend.Vsevolod Stakhov2015-07-231-7/+58
|
* Add user support to sqlite3.Vsevolod Stakhov2015-07-231-2/+98
|
* Set error if cannot learn anything.Vsevolod Stakhov2015-07-221-2/+8
|
* Another iteration on #331.Vsevolod Stakhov2015-07-223-13/+25
|
* Disable signatures detection as it breaks stuff.Vsevolod Stakhov2015-07-141-1/+1
|
* Implement skipping of signatures in text messages.Vsevolod Stakhov2015-07-143-14/+37
|
* Do not treat classify error as fatal error.Vsevolod Stakhov2015-07-141-1/+1
|
* Rework parts and task structure:Vsevolod Stakhov2015-07-132-16/+8
| | | | | | | | | - 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
* Fix some minor issues with sqlite3.Vsevolod Stakhov2015-07-101-1/+15
|
* Rework sqlite3 cache.Vsevolod Stakhov2015-07-101-94/+119
|
* More fixes to sqlite3 locking.Vsevolod Stakhov2015-07-101-1/+0
|
* Unify sqlite open and create function.Vsevolod Stakhov2015-07-101-135/+7
|
* Move sqlite3 utils to a separate module.Vsevolod Stakhov2015-07-101-169/+50
|
* Quote strings in pragmas.Vsevolod Stakhov2015-07-101-2/+2
|
* Add finalize process operation.Vsevolod Stakhov2015-07-105-7/+122
| | | | We could use sqlite transaction for reading as well.
* Add additional check on open.Vsevolod Stakhov2015-07-091-0/+7
| | | | Issue: #331