Age | Commit message (Expand) | Author |
2013-03-05 | Add a shared remote database to Soledad (client and server). | drebs |
2013-03-04 | Monkey patch sqlite3 to use pysqlcipher.dbapi2. | drebs |
2013-03-04 | Add redundant code to temporarily solve issues with MRO in sqlite3 and pysqlc... | drebs |
2013-02-28 | Fix verification of encryption of received data. | drebs |
2013-02-19 | Fix encrypted document content transmission in sync. | drebs |
2013-02-19 | Add support for verifying encryption status of data with gpg. | drebs |
2013-02-17 | Simple refactor and fix. | drebs |
2013-02-13 | Add/fix doc for soledad modules. | drebs |
2013-02-12 | Small refactor (name change). | drebs |
2013-02-12 | Adapt code and tests to use pysqlcipher. | drebs |
2013-02-09 | Merge branch 'develop' into feature/soledad-api | drebs |
2013-02-09 | Remove LeapDatabase because we don't need it (LeapSyncTarget does the job). | drebs |
2013-02-09 | SQLCipher backend can sync with remote Leap HTTP target. | drebs |
2013-02-09 | Enforce doc.rev as bytes to match Twisted expectations. | drebs |
2013-02-06 | Add test scenario for SQLCipher backend using LeapSyncTarget. | drebs |
2013-02-06 | SQLCipher syncs using LeapSyncTarget. | drebs |
2013-02-06 | Remove OpenStack backend from soledad. | drebs |
2013-01-31 | Soledad server can store using CouchDB. | drebs |
2013-01-31 | Add LeapServerState for interfacing with couch. | drebs |
2013-01-28 | Add CouchServerState for serving Soledad as WSGI app. | drebs |
2013-01-28 | LeapSyncTarget checks whether document has been correctly encrypted. | drebs |
2013-01-24 | CouchDatabase refactoring and indexing. | drebs |
2013-01-24 | Add syncable flag for LeapDocument. | drebs |
2013-01-24 | Source files stick to pep8. | drebs |
2013-01-24 | Couch backend stores data as attachments. | drebs |
2013-01-20 | SQLCipher backend syncs using a LeapSyncTarget. | drebs |
2013-01-20 | Fix SQLCipher implementation registering. | drebs |
2013-01-17 | Add tests for verifying if sqlcipher db is encrypted. | drebs |
2013-01-16 | Couch backend passes test_sync without indexes. | drebs |
2013-01-16 | Fix copy_database for couch tests. | drebs |
2013-01-15 | Refactor and fix ObjectStore. | drebs |
2013-01-14 | Cleanup of imports. | drebs |
2013-01-14 | CouchSyncTarget works as a LocalSyncTarget. | drebs |
2013-01-10 | CouchDatabase passes all relevant u1db tests. | drebs |
2013-01-09 | CouchDatabase passes u1db LocalDatabaseTests. | drebs |
2013-01-08 | SQLCipherBackend passes all relevant u1db tests. | drebs |
2013-01-08 | Refactor and details of ObjectStore and CouchDatabase | drebs |
2013-01-03 | LeapSyncTarget passes HTTPSyncTarget tests. | drebs |
2013-01-03 | LeapDatabase passes HTTPDatabase tests. | drebs |
2013-01-03 | u1db tests run with nose2 | drebs |
2012-12-27 | Fix imports and namespaces | drebs |
2012-12-24 | Enforce need of password for SQLCipherDatabase | drebs |
2012-12-24 | Document ObjectStore | drebs |
2012-12-20 | Use doc_id with HMAC for symmetric encryption | drebs |
2012-12-18 | Correct typ0 | drebs |
2012-12-18 | Merge branch 'feature/u1db-openstack-backend' of ssh://code.leap.se/leap_clie... | drebs |
2012-12-18 | Refactor and symmetric encryption | drebs |
2012-12-13 | Enforce password on SQLCipher backend. | drebs |
2012-12-13 | Change name of cyphertext field to something more meaningful. | drebs |
2012-12-11 | Fix SQLCipherDatabase and add tests. | drebs |