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