summaryrefslogtreecommitdiff
path: root/client/src/leap/soledad/client/sqlcipher.py
AgeCommit message (Expand)Author
2017-05-01[refactor] create client _database moduledrebs
2017-05-01[feat] add attachments apidrebs
2017-03-17[refactor] Improve python3 compatibilityefkin
2017-02-09[refactor] remove twisted session persistencedrebs
2017-02-09[feat] use cookies in the client syncerdrebs
2016-12-12[refactor] remove dead parameters, improve commentsVictor Shyba
2016-12-12[refactor] Remove dead codeVictor Shyba
2016-12-12[style] fix pep8 and confsVictor Shyba
2016-12-12[refactor] stop using a dict for syncersVictor Shyba
2016-12-12[refactor] stop using leap.common.httpVictor Shyba
2016-12-12[test] fix test and remove leftovers defer_encryptionVictor Shyba
2016-12-12[style] pep8Kali Kaneko
2016-12-12[refactor] remove encryption poolKali Kaneko
2016-12-12[refactor] remove decpoolVictor Shyba
2016-12-12[feature] use transactions on syncVictor Shyba
2016-10-12[bug] remove finalClose from SQLCipherU1DBSyncTulio Casagrande
2016-09-22[feat] centralize logging and use twisted.logger by defaultdrebs
2016-07-12[bug] properly trap db errors and close resourcesdrebs
2016-07-12[refactor] remove u1db dep from support codedrebs
2016-07-12[refactor] make tests use l2db submoduleKali Kaneko
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