Commit graph

23 commits

Author SHA1 Message Date
Alfredo Cardigliano
3b4706e441 Remove AlertStore. SQLiteAlertStore is not SQLiteDB which is using DB as superclass. 2025-06-18 14:54:55 +02:00
Alfredo Cardigliano
9352d0cdcd Update copyright 2025-01-02 09:09:56 +01:00
Luca Deri
55870e97b9 (C) Update 2024-01-12 11:44:18 +01:00
lucaderi
d395deac4e Automated commit of clang-format CI changes. 2023-04-07 14:20:44 +00:00
Luca Deri
f726b867c7 Updated (C) 2023-01-01 16:37:57 +01:00
Alfredo Cardigliano
19310ffd06 Initial cleanup of useless consts towards migration to modern C++ (#6271) 2022-02-03 15:57:34 +01:00
Alfredo Cardigliano
f2060f2488 Copyright update (C) 2022-01-03 09:35:09 +01:00
Luca Deri
3dcd2b9e09 Code rework 2021-11-04 11:16:57 +01:00
Luca Deri
a1178a0791 Updated (C) 2021-01-02 12:08:23 +01:00
Luca Deri
57e6a93065 Improved scheduling algorithm to guarantee minimum service time when number of entries allow
Updated (C)
2020-01-06 23:36:36 +01:00
Luca Deri
bedff2c8e2 Updated (C) 2019-01-07 19:28:49 +01:00
Luca Deri
f0c936c368 Updated (C) to 2018 2018-03-22 21:59:42 +01:00
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)