summaryrefslogtreecommitdiff
path: root/server/src/leap/soledad/server/sync.py
AgeCommit message (Expand)Author
2017-06-24[pkg] unify client and server into a single python packagedrebs
2017-03-17[refactor] Improve python3 compatibilityefkin
2016-12-12[refactor] remove dead parameters, improve commentsVictor Shyba
2016-12-12[style] explicit unlimited request sizeVictor Shyba
2016-12-12[refactor] simplify server insertVictor Shyba
2016-12-12[bug] remove print debug statementsKali Kaneko
2016-12-12[bug] fix bad merge in imports blockKali Kaneko
2016-12-12[refactor] adapt fetcher to decryptorKali Kaneko
2016-12-12[feature] batch based on payload sizeVictor Shyba
2016-12-12[feature] stream content in a separate lineVictor Shyba
2016-12-12[feature] make the test accept large uploadsVictor Shyba
2016-12-12[feature] upload streamingVictor Shyba
2016-12-12[feature] streaming download protocolVictor Shyba
2016-12-12[feature] make reading attachments optionalVictor Shyba
2016-12-12[bug] use an empty string to represent tumbstonesVictor Shyba
2016-12-12[feature] server download stream from file objectVictor Shyba
2016-12-12[feature] revert sync download into straming (server)Victor Shyba
2016-07-12[refactor] make tests use l2db submoduleKali Kaneko
2015-12-03[feat] prepare server to handle batchesVictor Shyba
2015-11-03[refactor] separate SoledadBackend from CouchDatabaseVictor Shyba
2015-10-19[bug] remove instance cachingVictor Shyba
2015-10-14[bug] reduce overall sync session caching to 120sVictor Shyba
2015-09-24[refactor] init_caching instead of setting attrVictor Shyba
2015-09-24[feat] adds cache expirationVictor Shyba
2015-09-24[feat] full caching for each sync_id sessionVictor Shyba
2015-09-24[feat] first draft of sync_state in memoryVictor Shyba
2015-08-04[style] pep8 cleanupKali Kaneko
2015-07-24[style] fixed pep8 warnings on the soledad server codeBruno Wagner
2014-07-08Update target sync with sequential info (#5869).drebs
2014-07-02Split sync_exchange into many requests (#5517).drebs
2014-06-05Replace client sync state by a sync_id.drebs
2014-05-28Fix stuff from kali's review.drebs
2014-05-22Split sync in multiple POST requests in server (#5571).drebs