summaryrefslogtreecommitdiff
path: root/src/leap/soledad
AgeCommit message (Expand)Author
2012-12-20Add info about hmac module in READMEdrebs
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 gnupg prefix path.drebs
2012-12-11Fix SQLCipherDatabase and add tests.drebs
2012-12-11Refactor test files.drebs
2012-12-11SQLCipherDatabase now extends SQLitePartialExpandDatabase.drebs
2012-12-11Add basic tests for Couch backend.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-06Fix dependencies version info on READMEdrebs
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
2012-12-05Methods for OpenStack SyncTarget and typ0.drebs
2012-12-05OpenStack backend initialization.drebs
2012-12-05OpenStack backend can sync.drebs
2012-12-05OpenStack backend can delete docs.drebs
2012-12-05OpenStack backend can get all docsdrebs
2012-12-05What's changed updates u1db data before querying log.drebs
2012-12-05Get doc split in two methods.drebs
2012-12-05OpenStack backend can find what's changed.drebs
2012-12-05Transaction and sync logs are updated locally and remotelly.drebs
2012-12-04Add transaction and sync logs as openstack documents.drebs
2012-12-04Insightful comment on gpg wrappers.drebs
2012-12-04Correct test error messagedrebs
2012-12-04Add test for setting/getting encrypted json contents.drebs
2012-12-04Fix json encrypt/decryptdrebs
2012-12-04Basic encryption/decryption of Document's json contentdrebs
2012-12-04Add gnupg to README as dependencydrebs
2012-12-04Add simple encoding testdrebs
2012-12-03Add put_object for u1db OpenStack backend.drebs
2012-12-03Add method get_doc for OpenStack backenddrebs
2012-12-03Fix get_auth parameters.drebs
2012-12-03LeapDatabase can statically open an delete dbs.drebs
2012-12-03Add LeapDatabase that uses LeapSyncTarget.drebs
2012-12-03Add default key to Leap Documentdrebs
2012-12-03Add python-gnupg simple wrapperdrebs
2012-12-03LeapDocument can set and get 'valid' encrypted jsondrebs
2012-12-03Split leap infrastructure and openstack backend in different files.drebs
2012-12-03LeapSyncTarget encodes/decodes before/after syncingdrebs
2012-12-03Add LeapDocument methods for encrypting/decryptingdrebs