summaryrefslogtreecommitdiff
path: root/client/src/leap/soledad/client/__init__.py
AgeCommit message (Expand)Author
2014-03-17move symmetric decryption of docs to be db-based toofeature/enc-sync-transitional-dbKali Kaneko
2014-03-14move encrypt/decrypt functions to crypto moduleKali Kaneko
2014-03-14move encryption of syncing docs to local dbKali Kaneko
2014-03-11do not block on the lock...Kali Kaneko
2014-03-11Fix docstring typo.drebs
2014-03-05backward-compatibility for socket.create_connection in 2.6Kali Kaneko
2014-02-19Remove global client rw lockKali Kaneko
2014-01-27Always return unicode, even on UnicodeError.Ivan Alejandro
2014-01-15add rw_lock to client opsKali Kaneko
2014-01-06Add proper error reporting to shared db lock.drebs
2013-12-24Avoid concurrent sync attempts from the same replica in the client (#4451).drebs
2013-12-19Set soledad timeout default to 2 minKali Kaneko
2013-12-13Merge remote-tracking branch 'refs/remotes/kali/feature/expand-sqlicipher-cap...Tomás Touceda
2013-12-13get_count_from_indexKali Kaneko
2013-12-12Unlock shared db if bootstrapping fails in any wayTomás Touceda
2013-12-04Revert "Stop creating per-user databases. Closes #4626."Tomás Touceda
2013-11-29Stop creating per-user databases. Closes #4626.drebs
2013-11-21Add scripts for debugging client and server side databases.drebs
2013-11-21Add unicode conversion to put_doc. Closes #4095.drebs
2013-11-19Add MAC verification to recovery document. Closes #4348.drebs
2013-11-08default detected encoding to utf-8Kali Kaneko
2013-10-31change error severityKali Kaneko
2013-10-29Passphrase is already an unicode object.Ivan Alejandro
2013-10-28Add shared db locking.drebs
2013-10-28use chardet as fallbackKali Kaneko
2013-10-23Support use of non-ascii passwords.Ivan Alejandro
2013-10-03Convert to utf8 all the strings before saving themTomás Touceda
2013-09-30Updates to client docstringsKali Kaneko
2013-09-18remove redundant loggingKali Kaneko
2013-09-16reorder importsKali Kaneko
2013-08-28Use dirspec instead of plain xdg. Closes #3574.Ivan Alejandro
2013-08-23packaging improvementsKali Kaneko
2013-08-22remove unused dbwrapperKali Kaneko
2013-08-21Split soledad into common, client and server.drebs