Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rework project structure, remove trash files. | Vsevolod Stakhov | 2014-04-21 | 1 | -212/+0 |
| | |||||
* | Refactor worker task structure and API. | Vsevolod Stakhov | 2014-04-21 | 1 | -1/+1 |
| | |||||
* | Refactor memory pool naming. | Vsevolod Stakhov | 2014-04-20 | 1 | -5/+5 |
| | |||||
* | Fix empty messages processing. | Vsevolod Stakhov | 2014-02-18 | 1 | -1/+1 |
| | |||||
* | Refactor metric actions handling. | Vsevolod Stakhov | 2013-09-13 | 1 | -2/+3 |
| | | | | | | Use array of actions instead of a linked list to speed up processing. * Removed required_score, reject_score and action in metric config, now REJECT is the only default action for a metric. | ||||
* | Remove endless counter incrementing. | Vsevolod Stakhov | 2013-06-06 | 1 | -1/+2 |
| | | | | | | | In some cases it is not enough to perform compare and exchange and we still can get race condition in atomic incrementing. Therefore, it is better to loose a history event than to log error message each time. | ||||
* | Add locking for maps. | Vsevolod Stakhov | 2013-01-08 | 1 | -0/+65 |
| | | | | Add ability to save rolling history in a file. | ||||
* | * Add rolling history feature saving last 200 scanned messages. | Vsevolod Stakhov | 2013-01-07 | 1 | -0/+145 |
Add /history command handler in webui. |