summaryrefslogtreecommitdiff
path: root/client/src/leap/soledad/client/sync.py
AgeCommit message (Expand)Author
2015-06-05[feature] filter documents before passing them to the pluginKali Kaneko
2015-06-05[feature] add post-sync hooks using twisted pluginsKali Kaneko
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-04-28[doc] fix doc on why to re-raise sync exceptionsdrebs
2015-02-11Add local replica info to sync debug output.drebs
2015-02-11Separate soledad interfacesKali Kaneko
2015-02-11move public api to its own fileKali Kaneko
2014-09-16comments + pep8Kali Kaneko
2014-08-08Fix tests after many changes in client.drebs
2014-07-10Fix recovery from failed sync.drebs
2014-07-09Close all connections after syncing (#5518).drebs
2014-07-08Stop the target when exceptions occur.drebs
2014-07-02Decouple sync from actual encryption/decryption (#5326).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-28Fix stuff from kali's review.drebs
2014-05-22Allow for interrupting and recovering sync (#5571).drebs