summaryrefslogtreecommitdiff
path: root/plugins/Dbx_sqlite/src/dbcrypt.cpp
AgeCommit message (Collapse)Author
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-06-13fixes #2917 (Changing the password immediately after changing the encryption ↵George Hazan
type destroys db)
2021-04-25code cleaningGeorge Hazan
2021-04-03fix of crazy problems in SQLITE when two instances of database are running ↵George Hazan
at a time
2021-04-02code cleaningGeorge Hazan
2021-04-02fixes #2826 (Dbx_sqlite: strings are not encrypted in full mode)George Hazan
2021-04-01fixes #2822 (dbx_sqlite: total encryption is broken)George Hazan
2021-01-16dbx_sqlite:George Hazan
- major speed-up (we don't close each transaction immediately); - assert replaced with correct error logging (to be able to debug problems using network logs); - code cleaning; - version bump
2021-01-08database options dialog also went into the coreGeorge Hazan
2021-01-08encryption code unification, part 2: initialization & data storageGeorge Hazan
2021-01-08another bunch of duplicate code moved to the coreGeorge Hazan