Age | Commit message (Expand) | Author |
2012-12-13 | Change name of cyphertext field to something more meaningful. | drebs |
2012-12-11 | Fix gnupg prefix path. | drebs |
2012-12-11 | Fix SQLCipherDatabase and add tests. | drebs |
2012-12-11 | Refactor test files. | drebs |
2012-12-11 | SQLCipherDatabase now extends SQLitePartialExpandDatabase. | drebs |
2012-12-11 | Add basic tests for Couch backend. | drebs |
2012-12-11 | Store u1db contents in couch as json string. | drebs |
2012-12-11 | Fix ObjectStore's put_doc. | drebs |
2012-12-10 | CouchDB backend can put and get objects. | drebs |
2012-12-10 | Fix lack of collons on some methods. | drebs |
2012-12-10 | Add CouchDB u1db backend. | drebs |
2012-12-10 | Refactor to add ObjectStore class. | drebs |
2012-12-06 | Fix dependencies version info on README | drebs |
2012-12-06 | Move log classes so all backends can use them. | drebs |
2012-12-06 | Add sqlcipher backend. | drebs |
2012-12-06 | Remove u1db and swiftclient dirs and refactor. | drebs |
2012-12-05 | Methods for OpenStack SyncTarget and typ0. | drebs |
2012-12-05 | OpenStack backend initialization. | drebs |
2012-12-05 | OpenStack backend can sync. | drebs |
2012-12-05 | OpenStack backend can delete docs. | drebs |
2012-12-05 | OpenStack backend can get all docs | drebs |
2012-12-05 | What's changed updates u1db data before querying log. | drebs |
2012-12-05 | Get doc split in two methods. | drebs |
2012-12-05 | OpenStack backend can find what's changed. | drebs |
2012-12-05 | Transaction and sync logs are updated locally and remotelly. | drebs |
2012-12-04 | Add transaction and sync logs as openstack documents. | drebs |
2012-12-04 | Insightful comment on gpg wrappers. | drebs |
2012-12-04 | Correct test error message | drebs |
2012-12-04 | Add test for setting/getting encrypted json contents. | drebs |
2012-12-04 | Fix json encrypt/decrypt | drebs |
2012-12-04 | Basic encryption/decryption of Document's json content | drebs |
2012-12-04 | Add gnupg to README as dependency | drebs |
2012-12-04 | Add simple encoding test | drebs |
2012-12-03 | Add put_object for u1db OpenStack backend. | drebs |
2012-12-03 | Add method get_doc for OpenStack backend | drebs |
2012-12-03 | Fix get_auth parameters. | drebs |
2012-12-03 | LeapDatabase can statically open an delete dbs. | drebs |
2012-12-03 | Add LeapDatabase that uses LeapSyncTarget. | drebs |
2012-12-03 | Add default key to Leap Document | drebs |
2012-12-03 | Add python-gnupg simple wrapper | drebs |
2012-12-03 | LeapDocument can set and get 'valid' encrypted json | drebs |
2012-12-03 | Split leap infrastructure and openstack backend in different files. | drebs |
2012-12-03 | LeapSyncTarget encodes/decodes before/after syncing | drebs |
2012-12-03 | Add LeapDocument methods for encrypting/decrypting | drebs |
2012-11-29 | add swiftclient code (not as submodule) | drebs |
2012-11-29 | add u1db code (not as submodule) | drebs |
2012-11-29 | organize methods for openstack backend | drebs |
2012-11-29 | add swiftclient version to readme | drebs |
2012-11-28 | add u1db openstack backend base files | drebs |
2012-11-28 | call shutdown signal from sigint_handler | kali |