aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstat/classifiers/lua_classifier.c
Commit message (Collapse)AuthorAgeFilesLines
* [Rework] Further types conversion (no functional changes)Vsevolod Stakhov2024-03-181-6/+6
|
* [Rework] Remove some of the GLib types in lieu of standard onesVsevolod Stakhov2024-03-181-6/+6
| | | | This types have constant conflicts with the system ones especially on OSX.
* [Project] Convert the remainingVsevolod Stakhov2024-03-051-2/+2
|
* [Project] Start optimization of userdata hashingVsevolod Stakhov2024-03-051-5/+5
|
* [Rework] Use clang-format to unify formatting in all sourcesVsevolod Stakhov2023-07-261-108/+108
| | | | No meaningful changes.
* [Minor] Replace some of macro usesVsevolod Stakhov2022-05-071-4/+4
|
* [Project] First refactoring step libevent->libevVsevolod Stakhov2019-06-221-1/+1
|
* [Rework] Improve bayes debug logging, remove unused stuffVsevolod Stakhov2018-11-161-7/+8
|
* [Minor] Better Lua 5.3 compatibilityVsevolod Stakhov2018-08-151-6/+6
|
* [Project] Enable fast debug lookup for some modulesVsevolod Stakhov2018-01-201-2/+4
|
* [Rework] Set token data as uint64_t instead of chars arrayVsevolod Stakhov2017-04-041-3/+2
|
* [Feature] Add learning support for lua classifiersVsevolod Stakhov2016-10-061-0/+48
|
* [Feature] Implement classifying for lua classifiersVsevolod Stakhov2016-10-061-2/+47
|
* [Feature] Add configuration for lua classifiersVsevolod Stakhov2016-10-061-0/+96
|
* [Feature] Add a generic lua classifierVsevolod Stakhov2016-10-061-0/+46