Commit message (Collapse) | Author | ||
---|---|---|---|
2023-07-04 | storage: requeue old runs from storage on startup | Egor Tensin | |
2023-07-04 | sqlite: store new runs in SQLite | Egor Tensin | |
2023-06-14 | minor refactoring | Egor Tensin | |
2023-05-13 | use -std=c17 -Wpedantic | Egor Tensin | |
2023-05-13 | best practices & coding style fixes | Egor 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-11 | sqlite: fix error handling | Egor Tensin | |
2023-04-11 | actually create some tables in SQLite database | Egor Tensin | |