summaryrefslogtreecommitdiff
path: root/client/src/leap/soledad/client/sync.py
AgeCommit message (Expand)Author
2017-06-24[pkg] unify client and server into a single python packagedrebs
2017-03-13[feat] make database creation appear in logsdrebs
2016-12-12[bug] include_deleted=True on syncVictor Shyba
2016-12-12[style] improve comments for sync.pyVictor Shyba
2016-12-12[refactor] stop using leap.common.httpVictor Shyba
2016-12-12[feature] upload streamingVictor Shyba
2016-12-12[refactor] remove decpoolVictor Shyba
2016-12-12[test] commit isnt part of the backend apiVictor Shyba
2016-12-12[feature] use transactions on syncVictor Shyba
2016-09-30[bug] use % for formattingVictor Shyba
2016-09-22[style] standardize log messagesdrebs
2016-09-22[feat] centralize logging and use twisted.logger by defaultdrebs
2016-07-12[refactor] make tests use l2db submoduleKali Kaneko
2016-06-06[feature] add sync phase statsdrebs
2015-11-19[bug] fix indirect dependency on couchdb for clientKali Kaneko
2015-11-03[refactor] move couch errors and expose methodsVictor Shyba
2015-10-05[bug] handle MissingDesignDocError after get_sync_infoVictor Shyba
2015-09-28[feat] handle DatabaseDoesNotExist during syncVictor Shyba
2015-08-19[refactor] remove threadpool from sqlcipher backenddrebs
2015-08-18[refactor] clarify sync target closingdrebs
2015-08-12[bug] close http_target when soledad closesVictor Shyba
2015-07-24[style] fixed soledad client pep8 warningsBruno Wagner
2015-06-15[feature] filter documents before passing them to the pluginKali Kaneko
2015-06-15[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