summaryrefslogtreecommitdiff
path: root/client/src/leap/soledad/client/encdecpool.py
AgeCommit message (Expand)Author
2016-12-12[refactor] remove encdecpool, finallyKali Kaneko
2016-12-12[refactor] remove encryption poolKali Kaneko
2016-12-12[refactor] remove decpoolVictor Shyba
2016-09-22[style] standardize log messagesdrebs
2016-09-22[feat] centralize logging and use twisted.logger by defaultdrebs
2016-08-23[doc] improve SQLITE_MAX_VARIABLE_NUMBER commentsVictor Shyba
2016-08-22[bug] limit pool comnsumption to 900 docsVictor Shyba
2016-08-02[test] avoid race condition on test_processing_orderVictor Shyba
2016-06-22[style] pep8Kali Kaneko
2016-06-15[bug] move the decryption to a threadpool tooKali Kaneko
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-01-21[Fix] slow IO-bound calls block reactorVictor 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-09-16[bug] review some of the close methodsVictor Shyba
2015-08-19[style] pep8 cleanupsKali Kaneko
2015-08-19[bug] wait for db init on sync decrypter pooldrebs
2015-08-12[bug] changes multiprocessing.Queue to Twisted'sVictor Shyba
2015-08-12[bug] Encdecpool won't explode if stopped twiceBruno Wagner
2015-08-04[test] add test for many documents decryptiondrebs
2015-08-04[feat] add running state method to enc/dec poolsdrebs
2015-08-04[refactor] standardize start/stop of enc/dec poolsdrebs
2015-07-27[bug] avoid double decryption of documentsdrebs
2015-07-23[bug] move sync db and encpool creation to apidrebs
2015-07-22[refactor] use a deferred to signal when SyncDecriptionPool has finishedRuben Pollan
2015-06-15[style] minor style fixes for correctionKali Kaneko
2015-06-15[refactor] use twisted logging facility to log failureKali Kaneko
2015-06-15[bug] allow reuse of decr poolKali Kaneko
2015-06-03[feature] increase the async encryption perioddrebs
2015-06-03[bug] do not block when getting doc for async encdrebs
2015-06-03[bug] use exception from correct moduledrebs
2015-06-03[bug] use correct sync enc pool queue attributedrebs
2015-05-26[bug] Empty comes from QueueVictor Shyba
2015-05-22[refactor] remove inline enc/dec from client pooldrebs
2015-05-21[refactor] remove unneeded proxy for insert_doc_cbdrebs
2015-05-20[bug] ensure async decryption failures are loggeddrebs
2015-05-20[feature] ensure reactor stops on client db scriptdrebs
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] fix order of insertion of decrypted docsdrebs