aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstat
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Fix errors reporting on learn errorsVsevolod Stakhov2016-07-141-5/+47
|
* [Fix] Fix timeouts in redis cache processingVsevolod Stakhov2016-07-131-16/+38
|
* [Rework] Rework exceptions and newlines processingVsevolod Stakhov2016-07-131-9/+13
|
* [Fix] Switch hashes to mumhashVsevolod Stakhov2016-07-131-9/+12
|
* [Rework] Remove dedicated images listVsevolod Stakhov2016-07-041-25/+25
|
* [Rework] Rename mime parts structuresVsevolod Stakhov2016-07-042-4/+4
|
* [Fix] Indicate upstream error on timeoutVsevolod Stakhov2016-06-231-0/+2
|
* [Fix] Fix timeout setup on learningVsevolod Stakhov2016-06-181-6/+1
|
* [Fix] Fix redis timeouts processing logicVsevolod Stakhov2016-06-171-2/+7
|
* [Fix] Try to avoid recursive events deletionsVsevolod Stakhov2016-06-171-4/+14
|
* [Fix] Finally rework and simplify redis backend for statisticsVsevolod Stakhov2016-06-171-140/+84
|
* [Fix] Restore redis runtime stateVsevolod Stakhov2016-06-171-3/+2
|
* [Fix] One more try to fix redisVsevolod Stakhov2016-06-161-2/+2
|
* [Fix] More and more fixes to redis statesVsevolod Stakhov2016-06-161-2/+9
|
* [Fix] Another try to fix redis statesVsevolod Stakhov2016-06-161-17/+23
|
* [Fix] Set terminated state before calling of async freeVsevolod Stakhov2016-06-161-8/+5
|
* [Fix] Fix state on timeoutVsevolod Stakhov2016-06-161-1/+1
|
* [Fix] Another try to fix redis messVsevolod Stakhov2016-06-161-12/+13
|
* [Fix] Fix redis timeout events handlingVsevolod Stakhov2016-06-161-1/+7
|
* [Fix] Another fix for redis timeoutsVsevolod Stakhov2016-06-091-1/+5
|
* [Fix] More fixes for redis refcountsVsevolod Stakhov2016-06-091-5/+8
|
* [Fix] Try to fix issue in redis stats backend when task is closedVsevolod Stakhov2016-06-091-1/+38
|
* [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
| | | | Issue: #613
* [Feature] Add learn conditions for classifiersVsevolod Stakhov2016-04-301-1/+1
| | | | Issue: #613
* [Feature] Save bayes probability in memory pool varVsevolod Stakhov2016-04-301-1/+4
| | | | Issue: #613
* [Fix] Fix and rescore R_PARTS_DIFFER logicVsevolod Stakhov2016-04-271-3/+3
| | | | Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* [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
| | | | Issue: #496