summaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)Author
2013-01-28Add CouchServerState for serving Soledad as WSGI app.drebs
2013-01-24CouchDatabase refactoring and indexing.drebs
2013-01-24Add syncable flag for LeapDocument.drebs
2013-01-24Source files stick to pep8.drebs
2013-01-24Couch backend stores data as attachments.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-16Couch backend passes test_sync without indexes.drebs
2013-01-16Fix copy_database for couch tests.drebs
2013-01-15Refactor and fix ObjectStore.drebs
2013-01-14Cleanup of imports.drebs
2013-01-14CouchSyncTarget works as a LocalSyncTarget.drebs
2013-01-10CouchDatabase passes all relevant u1db tests.drebs
2013-01-09CouchDatabase passes u1db LocalDatabaseTests.drebs
2013-01-08SQLCipherBackend passes all relevant u1db tests.drebs
2013-01-08Refactor and details of ObjectStore and CouchDatabasedrebs
2013-01-03LeapSyncTarget passes HTTPSyncTarget tests.drebs
2013-01-03LeapDatabase passes HTTPDatabase tests.drebs
2013-01-03u1db tests run with nose2drebs
2012-12-27Fix imports and namespacesdrebs
2012-12-24Enforce need of password for SQLCipherDatabasedrebs
2012-12-24Document ObjectStoredrebs
2012-12-20Use doc_id with HMAC for symmetric encryptiondrebs
2012-12-18Correct typ0drebs
2012-12-18Merge branch 'feature/u1db-openstack-backend' of ssh://code.leap.se/leap_clie...drebs
2012-12-18Refactor and symmetric encryptiondrebs
2012-12-13Enforce password on SQLCipher backend.drebs
2012-12-13Change name of cyphertext field to something more meaningful.drebs
2012-12-11Fix SQLCipherDatabase and add tests.drebs
2012-12-11SQLCipherDatabase now extends SQLitePartialExpandDatabase.drebs
2012-12-11Store u1db contents in couch as json string.drebs
2012-12-11Fix ObjectStore's put_doc.drebs
2012-12-10CouchDB backend can put and get objects.drebs
2012-12-10Fix lack of collons on some methods.drebs
2012-12-10Add CouchDB u1db backend.drebs
2012-12-10Refactor to add ObjectStore class.drebs
2012-12-06Move log classes so all backends can use them.drebs
2012-12-06Add sqlcipher backend.drebs
2012-12-06Remove u1db and swiftclient dirs and refactor.drebs