aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils/database.h
Commit message (Collapse)AuthorAgeFilesLines
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not ↵Daniel Neus2016-03-051-1/+1
| | | | explicit.
* Build fix. Add SQL_DB_Error exception typeJack Lloyd2015-12-111-0/+8
|
* Add remove_all to TLS session manager interfaceJack Lloyd2015-11-131-1/+1
| | | | DB::spin now returns the number of rows affected
* Ensure all files have copyright and license info.lloyd2015-01-101-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 infolloyd2014-12-201-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.