aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/sqlite.c (unfollow)
Commit message (Collapse)Author
2023-07-09store process output in SQLiteEgor Tensin
2023-07-07sqlite: minor refactoringEgor Tensin
2023-07-04storage: requeue old runs from storage on startupEgor Tensin
2023-07-04sqlite: store new runs in SQLiteEgor Tensin
2023-06-14minor refactoringEgor Tensin
2023-05-13use -std=c17 -WpedanticEgor Tensin
2023-05-13best practices & coding style fixesEgor Tensin
* 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.
2023-04-11sqlite: fix error handlingEgor Tensin
2023-04-11actually create some tables in SQLite databaseEgor Tensin