DL6ER
|
66ecea9c59
|
Replace printf by logg since we want this messages to go to the log
|
2017-06-26 10:42:23 +02:00 |
|
DL6ER
|
9035b76cdb
|
Revert "Fix SQLite3 function that is crashing"
|
2017-06-24 15:44:44 +02:00 |
|
DL6ER
|
01dc64cea4
|
Refactor DB thread to run exclusively either saving queries into the DB *or* deleting old queries (i.e. every hour at minute 59 no queries will be saved to the DB, but instead, two minutes of data will be saved at the full hour)
|
2017-06-22 23:14:13 +02:00 |
|
DL6ER
|
972bce1c49
|
Remove code around sqlite3_changes(). Fixes #94
|
2017-06-21 19:57:43 +02:00 |
|
DL6ER
|
685f4f4218
|
Specify fixed age of queries until they get deleted and remove VACUUM instructions.
|
2017-06-19 19:20:30 +02:00 |
|
DL6ER
|
1755c71a2b
|
Restructure DELETE statement because it didn't work as expected (#81)
* Restructure DELETE statement because it didn't work as expected
* Revert changes in the Makefile
|
2017-06-16 12:33:44 +02:00 |
|
DL6ER
|
494415de30
|
INT -> INTEGER
|
2017-06-12 12:30:09 +02:00 |
|
DL6ER
|
2f05cec1a3
|
Add va_end into error catcher routine to be sure to leave the subroutine cleanly
|
2017-06-09 12:15:22 +02:00 |
|
DL6ER
|
05d9c521e7
|
Actually use the file size from the config file in the DB GC thread
|
2017-06-09 11:46:51 +02:00 |
|
DL6ER
|
692d69947e
|
Add FTL SQLite3 implementation, we compile SQLite3 on-the-fly to become independent of installed libraries
Limit DB filesize, configureable via config file, if set to zero, the DB functionality is disabled altogether
Add ">dbstats" to the telnet interface
|
2017-06-09 09:47:13 +02:00 |
|