aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils/database.h
Commit message (Expand)AuthorAgeFilesLines
* PSK DatabaseJack Lloyd2017-11-261-0/+2
* Avoid empty methods, use =default or add a commentJack Lloyd2017-10-031-2/+2
* Apply final annotations to the library alsoJack Lloyd2017-09-221-1/+1
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-3/+3
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-3/+3
* Certificate store using SQLiteKai Michaelis2016-10-021-0/+2
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-1/+1
* 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
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Add abstract database interface so applications can easily store infolloyd2014-12-201-0/+62