summaryrefslogtreecommitdiffstats
path: root/src/libstat/backends/sqlite3_backend.c
Commit message (Collapse)AuthorAgeFilesLines
* [Rework] Set token data as uint64_t instead of chars arrayVsevolod Stakhov2017-04-041-7/+4
|
* [Rework] Rename mime parts structuresVsevolod Stakhov2016-07-041-1/+1
|
* [Feature] Allow versioning for sqlite databasesVsevolod Stakhov2016-05-231-1/+2
|
* [Feature] Do not classify message if some class is missingVsevolod Stakhov2016-03-221-0/+7
|
* [Fix] Fix crashes on arm32Vsevolod Stakhov2016-03-221-3/+4
|
* Refactor UCL APIVsevolod Stakhov2016-02-161-4/+4
|
* Switch the rest to apache 2Vsevolod Stakhov2016-02-041-21/+12
|
* Never set negative learn countsVsevolod Stakhov2016-01-271-3/+3
| | | | Issue: #496
* Fix user/language learn count in sqlite statistics (#496)Andrew Lewis2016-01-261-2/+2
|
* Fix format stringsVsevolod Stakhov2016-01-111-1/+2
|
* Enable per-users learn cacheVsevolod Stakhov2016-01-111-0/+2
|
* Incompatible change: sqlite3 and per_user behaviourVsevolod Stakhov2016-01-111-1/+1
| | | | | | | | | | | Now both redis and sqlite3 follows the common principles for per-user statistics: 1) If per-user statistics is enabled check per-user tokens ONLY 2) If per-user statistics is not enabled then check common tokens ONLY If you need old behaviour, then you'd need to use separate classifier for per-user statistics.
* Add generic routine to get task's recipientVsevolod Stakhov2016-01-111-22/+1
|
* Simplify learn and process functionsVsevolod Stakhov2016-01-051-74/+81
|
* Rework sqlite backendVsevolod Stakhov2016-01-051-166/+109
|
* Minor fixesVsevolod Stakhov2015-12-221-1/+1
|
* Add wal checkpoints to bayes backendVsevolod Stakhov2015-12-221-1/+19
|
* Clear bindings for sqlite3 statementsVsevolod Stakhov2015-12-181-1/+20
|
* Avoid endless loop when cannot open sqlite db.Vsevolod Stakhov2015-10-261-2/+14
|
* Reorganize includes to reduce namespace pollution.Vsevolod Stakhov2015-10-081-0/+1
|
* Fix loading of tokenizer config from dump.Vsevolod Stakhov2015-10-031-7/+31
| | | | Issue: #389
* Allow custom lua scripts for users/languages extraction.Vsevolod Stakhov2015-10-021-31/+145
| | | | Issue: #388
* Rename main.h and main.c to `rspamd.X`Vsevolod Stakhov2015-09-221-1/+1
|
* Fix issue whith broken statfiles.Vsevolod Stakhov2015-09-221-0/+2
|
* More fixes on per-languages and per-user stats.Vsevolod Stakhov2015-09-081-22/+32
|
* Fix creating languages on learning.Vsevolod Stakhov2015-09-081-1/+14
|
* Fix logging in sqlite3 modules.Vsevolod Stakhov2015-09-011-33/+37
|
* 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-031-5/+5
|
* Add statistics for sqlite backend.Vsevolod Stakhov2015-08-031-1/+74
|
* Fix sqlite3 backend initialization.Vsevolod Stakhov2015-07-271-2/+24
|
* Some more fixes to sqlite backend.Vsevolod Stakhov2015-07-271-3/+3
|
* Fix tokenizers configuration in sqlite3.Vsevolod Stakhov2015-07-271-5/+67
|
* Unbreak the rest.Vsevolod Stakhov2015-07-271-7/+14
|
* Add languages support to sqlite3 backend.Vsevolod Stakhov2015-07-231-7/+58
|
* Add user support to sqlite3.Vsevolod Stakhov2015-07-231-2/+98
|
* Fix some minor issues with sqlite3.Vsevolod Stakhov2015-07-101-1/+15
|
* 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
|
* Add finalize process operation.Vsevolod Stakhov2015-07-101-6/+98
| | | | We could use sqlite transaction for reading as well.
* Add additional check on open.Vsevolod Stakhov2015-07-091-0/+7
| | | | Issue: #331
* Try to do something about sqlite locking.Vsevolod Stakhov2015-07-091-3/+8
|
* Try to fix build with old sqlite.Vsevolod Stakhov2015-06-271-1/+1
|
* Fix SQL queries.Vsevolod Stakhov2015-06-271-11/+12
|
* Add workaround for ancient sqlite.Vsevolod Stakhov2015-06-271-0/+6
|
* Fix db creating.Vsevolod Stakhov2015-06-251-15/+21
|
* Rework runtime handling in sqlite3 backend.Vsevolod Stakhov2015-06-251-11/+44
|
* Pass task structure to classifier functions.Vsevolod Stakhov2015-06-241-7/+7
|