aboutsummaryrefslogtreecommitdiffstats
path: root/g10/sqlite.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpg: Avoid name spaces clash with future sqlite versions.Werner Koch2016-05-211-251/+0
* gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch2016-04-291-3/+2
* Fix typos found using codespell.Justus Winter2015-11-171-1/+1
* gpg: Consider newlines to be whitespace in an SQL statement.Neal H. Walfield2015-10-311-1/+1
* gpg: Change sqlite3_stepx to pass the sqlite3_stmt * to the callback.Neal H. Walfield2015-10-291-2/+9
* gpg: Move sqlite helper functions into their own file.Neal H. Walfield2015-10-291-0/+245