aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/sqlite3
Commit message (Collapse)AuthorAgeFilesLines
* Move assert.h from internal to very public (included in types.h)lloyd2013-03-131-1/+0
| | | | | | This reduces friction to writing an assert, so hopefully there will be more of them as a result. And we can use asserts in public headers now, very useful for templates.
* Add TLS::Session_Manager_Noop which just ignores all save requests.lloyd2012-06-293-0/+220
Rename the sqlite module to sqlite3 as sometimes plain 'sqlite' is used to refer to sqlite2. Reduce the password check bits to 16 which is plenty.