aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/sqlite.c (follow)
Commit message (Collapse)AuthorAge
* storage: requeue old runs from storage on startupEgor Tensin2023-07-04
|
* sqlite: store new runs in SQLiteEgor Tensin2023-07-04
|
* minor refactoringEgor Tensin2023-06-14
|
* use -std=c17 -WpedanticEgor Tensin2023-05-13
|
* best practices & coding style fixesEgor Tensin2023-05-13
| | | | | | | | * I don't really need to declare all variables at the top of the function anymore. * Default-initialize variables more. * Don't set the output parameter until the object is completely constructed.
* sqlite: fix error handlingEgor Tensin2023-04-11
|
* actually create some tables in SQLite databaseEgor Tensin2023-04-11