aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstat
Commit message (Expand)AuthorAgeFilesLines
* [Feature] Allow versioning for sqlite databasesVsevolod Stakhov2016-05-232-2/+3
* [Feature] New abstract hashing API in cryptoboxVsevolod Stakhov2016-05-101-3/+4
* [Feature] Allow setting scores and actions from luaVsevolod Stakhov2016-05-031-1/+4
* [Fix] Fix conditional learningVsevolod Stakhov2016-04-302-1/+7
* [Feature] Implement conditional learning for classifiersVsevolod Stakhov2016-04-301-1/+56
* [Feature] Add learn conditions for classifiersVsevolod Stakhov2016-04-301-1/+1
* [Feature] Save bayes probability in memory pool varVsevolod Stakhov2016-04-301-1/+4
* [Fix] Fix and rescore R_PARTS_DIFFER logicVsevolod Stakhov2016-04-271-3/+3
* [Fix] Remove parsing of 'from' variable in redis backendVsevolod Stakhov2016-04-241-16/+0
* [Fix] Fix crash on redis learnVsevolod Stakhov2016-04-201-2/+4
* [Minor] Be more informative about configuration errorsVsevolod Stakhov2016-04-191-0/+8
* [Feature] Add min learns to classifiersVsevolod Stakhov2016-04-191-0/+18
* [Fix] Try to set redis to NULL to avoid double freeVsevolod Stakhov2016-04-041-0/+4
* [Feature] Simplify actions application by the settingsVsevolod Stakhov2016-03-291-4/+1
* [Feature] Store actions limits in metric resultVsevolod Stakhov2016-03-291-1/+1
* [Feature] Do not classify message if some class is missingVsevolod Stakhov2016-03-224-0/+47
* [Fix] Fix crashes on arm32Vsevolod Stakhov2016-03-221-3/+4
* [Feature] More sane configuration for redis statisticsVsevolod Stakhov2016-03-162-103/+139
* [Fix] Fix redis stats to avoid double freeVsevolod Stakhov2016-02-291-1/+17
* Some fixes to the previous commitVsevolod Stakhov2016-02-252-13/+15
* Add auth support and db selection for redis statsVsevolod Stakhov2016-02-252-0/+81
* Refactor UCL APIVsevolod Stakhov2016-02-168-31/+31
* Don't fail stats when pre-results are setVsevolod Stakhov2016-02-122-5/+16
* Fix couple of issues found by coverity scanVsevolod Stakhov2016-02-111-1/+1
* Fix more issues found by coverityVsevolod Stakhov2016-02-102-7/+23
* Switch the rest to apache 2Vsevolod Stakhov2016-02-0414-284/+165
* Fix couple of compiler warningsVsevolod Stakhov2016-01-301-2/+2
* Never set negative learn countsVsevolod Stakhov2016-01-271-3/+3
* Fix user/language learn count in sqlite statistics (#496)Andrew Lewis2016-01-261-2/+2
* Another fix to redis events logicVsevolod Stakhov2016-01-261-6/+1
* Try to fix memory leak on redis statVsevolod Stakhov2016-01-261-0/+7
* Fix redis statsVsevolod Stakhov2016-01-261-19/+19
* Don't crash if learn cache failed to initializeVsevolod Stakhov2016-01-221-3/+14
* Fix cache definitions in multiple classifier and no typeVsevolod Stakhov2016-01-221-0/+2
* Increase number of messages learnedVsevolod Stakhov2016-01-221-0/+2
* Add checkpoints to learn cacheVsevolod Stakhov2016-01-211-0/+2
* Fix stat_cache closingVsevolod Stakhov2016-01-211-0/+1
* Fix error messageVsevolod Stakhov2016-01-211-1/+1
* Add X-Real-IP support as wellVsevolod Stakhov2016-01-201-1/+1
* Fix hash calculation for sqlite statsVsevolod Stakhov2016-01-201-11/+4
* Fix stupid misprintVsevolod Stakhov2016-01-162-6/+6
* Fix redis cache config as wellVsevolod Stakhov2016-01-161-17/+28
* Simplify redis backend configurationVsevolod Stakhov2016-01-161-15/+26
* Fix crashVsevolod Stakhov2016-01-161-3/+1
* Fix format stringVsevolod Stakhov2016-01-141-1/+1
* Allow configurations with no classifiersVsevolod Stakhov2016-01-141-2/+10
* Fix percentages for bayes confidenceVsevolod Stakhov2016-01-141-1/+5
* Do not treat bad backend as an assertVsevolod Stakhov2016-01-131-1/+7
* Fix include path for embedded hiredisVsevolod Stakhov2016-01-112-4/+4
* Fix format stringsVsevolod Stakhov2016-01-112-5/+7