Age | Commit message (Expand) | Author |
2013-02-09 | Soledad may be created without gpg/secret initialization. | drebs |
2013-02-09 | Enforce doc.rev as bytes to match Twisted expectations. | drebs |
2013-02-06 | Merge branch 'feature/soledad-api' of ssh://code.leap.se/leap_client into fea... | drebs |
2013-02-06 | Add DatabaseSyncTargetTests to SQLCipher tests. | 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-02-04 | Close file handles. | drebs |
2013-01-31 | Soledad server can store using CouchDB. | drebs |
2013-01-31 | Add basic Soledad server with no support for new backends yet. | drebs |
2013-01-31 | Add LeapServerState for interfacing with couch. | drebs |
2013-01-31 | Add support to test_scenarios to test_sqlcipher. | drebs |
2013-01-31 | Add ability to close Soledad instance. | drebs |
2013-01-28 | Add CouchServerState for serving Soledad as WSGI app. | drebs |
2013-01-28 | CouchDB tests now run with their own couch instance on a random dir. | drebs |
2013-01-27 | Refactor tests and fix test_https. | drebs |
2013-01-27 | Exclude testing of logs because logs are now handled by ObjectStore(InMemoryD... | drebs |
2013-01-24 | Couch backend passes all tests in u1db test_sync. | drebs |
2013-01-24 | CouchDatabase refactoring and indexing. | drebs |
2013-01-24 | Merge branch 'develop' of ssh://code.leap.se/leap_client into develop | drebs |
2013-01-24 | Add syncable flag for LeapDocument. | drebs |
2013-01-24 | Fix GPGWrapper send_keys logging. | drebs |
2013-01-24 | moar pep8 cleanup! | kali |
2013-01-24 | Merge branch 'feature/soledad-api' into develop | drebs |
2013-01-24 | Source files stick to pep8. | drebs |
2013-01-24 | Couch backend stores data as attachments. | drebs |
2013-01-22 | Merge branch 'feature/soledad-api' into develop | drebs |
2013-01-22 | Cleanup tests. | drebs |
2013-01-20 | SQLCipher backend syncs using a LeapSyncTarget. | drebs |
2013-01-20 | Fix SQLCipher implementation registering. | drebs |
2013-01-20 | Remove c_backend_wrapper commented code from test_sync. | drebs |
2013-01-17 | Add tests for verifying if sqlcipher db is encrypted. | drebs |
2013-01-17 | Include missing u1db sqlite test for soledad sqlcipher backend. | 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-15 | Add test info to README. | drebs |
2013-01-14 | Add missing u1db test_sync file. | drebs |
2013-01-14 | CouchSyncTarget passes u1db DatabaseSyncTargetTests. | drebs |
2013-01-14 | Cleanup of imports. | drebs |
2013-01-14 | CouchSyncTarget works as a LocalSyncTarget. | drebs |
2013-01-14 | LeapDatabase passes u1db test_https. | drebs |
2013-01-10 | LeapDocument and LeapSyncTarget pass u1db tests. | drebs |
2013-01-10 | LeapDatabase passes u1db TestHTTPClientBase. | drebs |
2013-01-10 | LeapDatabase passes u1db TestHTTPDatabaseIntegration. | drebs |
2013-01-10 | LeapDatabase passes u1db TestHTTPDatabaseCtrWithCreds. | drebs |
2013-01-10 | LeapDatabase passes u1db TestHTTPDatabaseSimpleOperations. | drebs |
2013-01-10 | LeapDatabase passes u1db AllDatabaseTests. | drebs |
2013-01-10 | CouchDatabase passes all relevant u1db tests. | drebs |
2013-01-09 | CouchDatabase passes u1db LocalDatabaseTests. | drebs |