Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cppcheck fixes: Class 'X' has a constructor with 1 argument that is not ↵ | Daniel Neus | 2016-03-05 | 1 | -1/+1 |
| | | | | explicit. | ||||
* | Build fix. Add SQL_DB_Error exception type | Jack Lloyd | 2015-12-11 | 1 | -0/+8 |
| | |||||
* | Add remove_all to TLS session manager interface | Jack Lloyd | 2015-11-13 | 1 | -1/+1 |
| | | | | DB::spin now returns the number of rows affected | ||||
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 1 | -1/+1 |
| | | | | | Update license header line to specify the terms and refer to the file, neither of which it included before. | ||||
* | Add abstract database interface so applications can easily store info | lloyd | 2014-12-20 | 1 | -0/+62 |
in places other than sqlite3, though sqlite3 remains the only implementation. The interface is currently limited to precisely the functionality the TLS session manager needs and will likely expand. |