summaryrefslogtreecommitdiff
path: root/src/leap/soledad/backends/sqlcipher.py
AgeCommit message (Expand)Author
2013-03-06Remove everything to start from scratchTomás Touceda
2013-02-12Adapt code and tests to use pysqlcipher.drebs
2013-02-09SQLCipher backend can sync with remote Leap HTTP target.drebs
2013-02-06SQLCipher syncs using LeapSyncTarget.drebs
2013-01-24Add syncable flag for LeapDocument.drebs
2013-01-24Source files stick to pep8.drebs
2013-01-20SQLCipher backend syncs using a LeapSyncTarget.drebs
2013-01-20Fix SQLCipher implementation registering.drebs
2013-01-17Add tests for verifying if sqlcipher db is encrypted.drebs
2013-01-14Cleanup of imports.drebs
2013-01-08SQLCipherBackend passes all relevant u1db tests.drebs
2013-01-03u1db tests run with nose2drebs
2012-12-24Enforce need of password for SQLCipherDatabasedrebs
2012-12-13Enforce password on SQLCipher backend.drebs
2012-12-11Fix SQLCipherDatabase and add tests.drebs
2012-12-11SQLCipherDatabase now extends SQLitePartialExpandDatabase.drebs
2012-12-06Add sqlcipher backend.drebs