Commit message (Collapse) | Author | ||
---|---|---|---|
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-29 | make struct storage_settings_sqlite opaque | Egor Tensin | |
2023-04-11 | put SQL headers to a separate directory | Egor Tensin | |
2023-04-11 | actually create some tables in SQLite database | Egor Tensin | |
2022-12-02 | add copyright notices | Egor Tensin | |
2022-09-11 | create SQLite database on startup | Egor Tensin | |