aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstat/backends/sqlite3_backend.c
Commit message (Collapse)AuthorAgeFilesLines
* [Rework] Further types conversion (no functional changes)Vsevolod Stakhov2024-03-181-19/+19
|
* [Rework] Remove some of the GLib types in lieu of standard onesVsevolod Stakhov2024-03-181-16/+16
| | | | This types have constant conflicts with the system ones especially on OSX.
* [Project] Start optimization of userdata hashingVsevolod Stakhov2024-03-051-5/+5
|
* [Rework] Use clang-format to unify formatting in all sourcesVsevolod Stakhov2023-07-261-508/+349
| | | | No meaningful changes.
* [Minor] Pass statfile id when requesting for the backend runtimeVsevolod Stakhov2022-06-181-1/+1
|
* [Feature] Add multiple base32 alphabets for decodingVsevolod Stakhov2020-04-091-1/+1
|
* [Feature] Support multiple base32 alphabetsVsevolod Stakhov2020-04-091-1/+1
|
* [Project] Adopt libstat codeVsevolod Stakhov2019-07-121-2/+1
|
* [Fix] Statistics: Do not query Redis tokens when there are no learnsVsevolod Stakhov2019-07-091-3/+3
|
* [Minor] Another try to fix transactions messVsevolod Stakhov2019-06-111-22/+3
|
* [Minor] Sqlite: Try to fix messy transactionVsevolod Stakhov2019-06-101-2/+11
|
* [Minor] Sqlite: Improve tokens retreivingVsevolod Stakhov2019-06-101-23/+45
|
* [Fix] Do not use lightuserdata for tracebackVsevolod Stakhov2019-05-241-10/+6
| | | | | | | | | | LuaJIT limits lightuserdata usage to 47 bits. On Arm64, this leads to break of the C <-> Lua interoperability using this type. This rework has changed traceback function behaviour from lightuserdata opaque pointer (GString * in particular) to luaL_Buffer. Issue: #2906
* Revert "[Minor] Joins cleanup"Vsevolod Stakhov2019-04-161-2/+4
| | | | This reverts commit f803de985a63f31321f3f4fcbed656b692d7d756.
* [Minor] Allow to add additional paths to pluginsVsevolod Stakhov2019-04-161-1/+1
| | | | Issue: #2848
* [Minor] Joins cleanupVsevolod Stakhov2019-04-081-4/+2
| | | | | Issue: #2251 Submitted by: @beiDei8z
* [Minor] Fix learns count in sqlite3 backendVsevolod Stakhov2019-03-291-16/+40
| | | | | Issue: #2251 Contributed by: @beiDei8z
* [Fix] Propagate learn/stat errors more preciselyVsevolod Stakhov2018-02-121-4/+11
|
* [Project] Preliminary version of ngramms based language detectorVsevolod Stakhov2018-01-131-2/+2
|
* [Minor] Final stage of g_slice removalVsevolod Stakhov2017-10-291-6/+6
|
* [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
|