Commit graph

11 commits

Author SHA1 Message Date
emanuele-f
f5b321fe09 Fix some uninitialized values and other little problems 2017-11-11 02:04:22 +01:00
Luca
30e1a75f98 (C) update 2017-01-10 15:03:16 -08:00
Simone Mainardi
199b418037 Implements db-based new generation alerts with lua API (wip) 2016-08-05 19:11:34 +02:00
Luca Deri
d7c452f0a3 Moved to 2016 2016-01-01 09:27:39 +01:00
Simone Mainardi
5d99fa33bc safer time_t to integer casts via static_cast. 2015-10-06 22:21:11 +02:00
Luca Deri
29513c466b Removed unused StatsManager methods
Removed unused get_real_epochs.lua
2015-10-01 23:36:16 +02:00
Luca Deri
ca4eb395c8 Reworked bitmap implementation
Fixed but in MySQL that caused a deadlock
2015-08-10 17:54:46 +02:00
Luca Deri
74fc9f8256 Windows fixes 2015-05-18 18:30:22 +02:00
Arianna Avanzini
037e6c3fdd include/StatsManager.h: reduce query buffer size
This commit reduces the size of the buffers used to keep query
strings as it is definitely oversized.
2015-05-12 23:04:04 +02:00
Arianna Avanzini
272f2528bd src/StatsManager.cpp: fix issue with sqlite buffer size
This commit fixes an issue with sizing of the buffer used to retrieve
data from the sqlite backend keeping top stats. Now the sqlite
backend allocates itself data structures of the needed size and
these same structures are used for retrieval
2015-05-12 23:02:42 +02:00
Luca Deri
b178cf4121 Added travis file for code testing
Added .gitignore file for ignoring selected files
Reworked src and include paths to organize the source better
Fixed bug with invalid git version caused in some settings that do not compile code extracting it from github
2015-05-01 19:40:52 +02:00
Renamed from StatsManager.h (Browse further)