summaryrefslogtreecommitdiff
path: root/client/src/leap/soledad/client/sqlcipher.py
AgeCommit message (Expand)Author
2016-06-06[feature] add sync phase statsdrebs
2016-06-06[refactor] encdecpool queries and testingVictor Shyba
2015-09-16[bug] review some of the close methodsVictor Shyba
2015-08-19[refactor] remove threadpool from sqlcipher backenddrebs
2015-08-18[refactor] clarify sync target closingdrebs
2015-08-12[bug] Sync Locking based on class + db file pathVictor Shyba
2015-08-12[bug] fixes concurrent sync and their testsVictor Shyba
2015-08-12[bug] close http_target when soledad closesVictor Shyba
2015-07-27[bug] avoid double decryption of documentsdrebs
2015-07-24[style] fixed soledad client pep8 warningsBruno Wagner
2015-07-23[bug] move sync db and encpool creation to apidrebs
2015-06-15[feature] add post-sync hooks using twisted pluginsKali Kaneko
2015-05-26[bug] dictionary cant be modified during iterationVictor Shyba
2015-05-25[bug] remove client syncer call to close methoddrebs
2015-05-25[feature] add pool of http/https connectionsdrebs
2015-05-20[feature] ensure reactor stops on client db scriptdrebs
2015-05-20[refactor] cleanup sync, remove unused stuffdrebs
2015-05-20[feature] use twisted.web.client in client syncdrebs
2015-05-20[feature] use twisted adbapi for async encryptiondrebs
2015-05-20[bug] remove unused pending documents exceptiondrebs
2015-05-20[bug] fix order of insertion of decrypted docsdrebs
2015-05-20[feature] use async adbapi for async decryptiondrebs
2015-05-20[bug] always initialize sync dbdrebs
2015-04-28[bug] remove old code for sync deferred db initdrebs
2015-02-11Several fixes in SQLCipherDatabase:drebs
2015-02-11minor naming/documentation fixesKali Kaneko
2015-02-11working sync-threadpoolKali Kaneko
2015-02-11Adapt sqlcipher tests to new api.drebs
2015-02-11Separate soledad interfacesKali Kaneko
2015-02-11Refactor soledad api to use async dbKali Kaneko
2015-02-11move public api to its own fileKali Kaneko
2015-02-11reorganize pragmas, stub SQLCipherOptions objectKali Kaneko
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