summaryrefslogtreecommitdiff
path: root/client/src/leap/soledad/client/sqlcipher.py
AgeCommit message (Expand)Author
2014-11-27Fix pep8 style.drebs
2014-11-27If the client loses and restores it connection we must reset the u1db sync_ta...Duda Dornelles
2014-08-12Fix bits from pullreq review.drebs
2014-08-08Protect sync db with a password.drebs
2014-08-08Add instructions for closing SQLCipher db on docstrings.drebs
2014-08-08Make sync database multiprocessing-safe.drebs
2014-08-08Allow deferred decryption without deferred encryption.drebs
2014-07-09Close all connections after syncing (#5518).drebs
2014-07-08Add doc for syncers dictionary.drebs
2014-07-08Fix sqlcipher db syncing property.drebs
2014-07-02Decouple sync from actual encryption/decryption (#5326).drebs
2014-06-05Move the syncing lock to inside SQLCipherDatabase.drebs
2014-06-05Reset synchronizer state in order to reuse the same synchronizer multiple times.drebs
2014-06-05Replace client sync state by a sync_id.drebs
2014-05-28Turn SQLCipher.sync_state into a ClientSyncState instance.drebs
2014-05-22Allow for interrupting and recovering sync (#5571).drebs
2014-04-15Close connection after syncing (#5507).drebs
2014-03-10minor docstring correctionsKali Kaneko
2014-02-20Set Write-Ahead LoggingKali Kaneko
2014-02-20add locks for create_doc and update_indexes. Closes: #5139Kali Kaneko
2014-01-26add pragmas for temp_store=mem and synchronous=offKali Kaneko
2013-12-20catch cannotsendrequest exceptionKali Kaneko
2013-12-19Do not instantiate the synchronizer each time.Kali Kaneko
2013-12-13get_count_from_indexKali Kaneko
2013-11-07open db in autocommit modeKali Kaneko
2013-09-30Updates to client docstringsKali Kaneko
2013-08-21Split soledad into common, client and server.drebs