summaryrefslogtreecommitdiff
path: root/client
AgeCommit message (Expand)Author
2016-07-14[pkg] bump changelog to 0.8.10.8.1Kali Kaneko
2016-07-13[style] pep8Kali Kaneko
2016-07-12[refactor] make u1db connection pool args explicitdrebs
2016-07-12[bug] properly trap db errors and close resourcesdrebs
2016-07-12[pkg] remove unneeded dirspec exceptionsdrebs
2016-07-12[bug] use default sqlcipher timeoutdrebs
2016-07-12[refactor] remove u1db dep from support codedrebs
2016-07-12[refactor] make tests use l2db submoduleKali Kaneko
2016-06-22[style] pep8Kali Kaneko
2016-06-22[style] pep8 compatibility: indent and white spaceNavaL
2016-06-15[bug] move the decryption to a threadpool tooKali Kaneko
2016-06-15[bug] initialize OpenSSL context just onceKali Kaneko
2016-06-08[bug] install pip from default locationdrebs
2016-06-07[pkg] remove unused chardet dependencyKali Kaneko
2016-06-06[feat] add recovery doc format versiondrebs
2016-06-06[feature] add sync phase statsdrebs
2016-06-06[bug] ensures docs_received table has the sync_id columnNavaL
2016-06-06[bug] delete all docs on start and ensure isolationVictor Shyba
2016-06-06[refactor] encdecpool queries and testingVictor Shyba
2016-06-06[refactor] bye multiprocessing poolVictor Shyba
2016-06-06[feature] use deferred semaphoreKali Kaneko
2016-06-06[bug] remove doc content conversion to unicodedrebs
2016-05-23[refactor] remove user_id argument from Soledad initCaio Carrara
2016-05-18[pkg] update to new versioneer json formatKali Kaneko
2016-05-16[style] pep8Kali Kaneko
2016-04-26[refactor] add changes file for shared db lock removaldrebs
2016-04-26[refactor] remove old code for enlarging secretsdrebs
2016-04-26[refactor] cleanup bootstrap processdrebs
2016-04-26[refactor] remove shared db locking from clientdrebs
2016-04-18[pkg] Update changelog0.8.0Kali Kaneko
2016-04-01[pkg] updated to versioneer 0.16 (patched)Kali Kaneko
2016-03-09[bug] specify openssl backend explicitelyKali Kaneko
2016-01-28[docs] document deprecation of pycryptopp in changelogKali Kaneko
2016-01-26[feat] use cryptography instead of pycryptoppVictor Shyba
2016-01-21[Fix] slow IO-bound calls block reactorVictor Shyba
2015-12-15[style] pep8Kali Kaneko
2015-12-15[feat] get_or_create_service_tokenKali Kaneko
2015-12-15[feat] set syncable attributeKali Kaneko
2015-12-14[bug] fix failing tests after last events modificationKali Kaneko
2015-12-10[feat] use userid in soledad events tooKali Kaneko
2015-12-10[feat] use uuid in events, multi-user awareKali Kaneko
2015-12-03[feat] set default to False on batching for nowVictor Shyba
2015-12-03[feat] prepare server to handle batchesVictor Shyba
2015-12-03[feat] Adds support to batching limited by sizeVictor Shyba
2015-12-01[style] fix pep8Victor Shyba
2015-12-01[bug] concurrency bug while querying and insertingVictor Shyba
2015-12-01[bug] fire callback after reseting instance varsVictor Shyba
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