summaryrefslogtreecommitdiff
path: root/client/changes/bug_avoid-double-decryption
AgeCommit message (Collapse)Author
2015-08-26[pkg] fold in changes0.7.2Ivan Alejandro
2015-07-27[bug] avoid double decryption of documentsdrebs
Because of how the incoming document queue is implemented, it could be the case that a document was sent to async decryption queue more than once. This commit creates a list of documents to be decrypted, so we avoid sending the same document to the queue more than once.