summaryrefslogtreecommitdiff
path: root/client
AgeCommit message (Expand)Author
2017-02-23[feature] add offline status to soledad client apidrebs
2017-02-23[feat] avoid client sync if no token is setdrebs
2017-02-23[refactor] use get_token in client secrets apidrebs
2017-02-23[refactor] add EmitMixin for a cleaner emitting experiencedrebs
2017-02-23[refactor] remove creds from client apidrebs
2017-02-16[style] add deprecation warning on legacy decoderVictor Shyba
2017-02-16[feature] add doc size to preambleVictor Shyba
2017-02-15[tests] add tests for preamble encodingVictor Shyba
2017-02-09[refactor] remove twisted session persistencedrebs
2017-02-09[feat] use cookies in the client syncerdrebs
2017-02-09[doc] improve comment for client secrets file migration functiondrebs
2017-02-09[bug] several fixes for secrets refactordrebs
2017-02-09[bug] use derived key for local storagedrebs
2017-02-09[refactor] improve secrets generation and storage codedrebs
2016-12-12[feature] Change CTR to GCM on secrets.pyVictor Shyba
2016-12-12[feature] Add retro compat on secrets.py ciphersVictor Shyba
2016-12-12[feature] use GCM instead of CTR+HMACVictor Shyba
2016-12-12[refactor] improve blob signature magic usageVictor Shyba
2016-12-12[style] fixes from code-reviewVictor Shyba
2016-12-12[refactor] introduces a GenericWriterVictor Shyba
2016-12-12[refactor] adds PipeableWriter to pipe two streamsVictor Shyba
2016-12-12[refactor] simplify _cryptoVictor Shyba
2016-12-12[refactor] improve loggingVictor Shyba
2016-12-12[bug] make the semaphore cover all parsingVictor Shyba
2016-12-12[feature] make _crypto stream on decryptionVictor Shyba
2016-12-12[feature] delimit preamble from ciphertextVictor Shyba
2016-12-12[refactor] Hide IV, simplify some callsVictor Shyba
2016-12-12[docs] add docstrings for _cryptoVictor Shyba
2016-12-12[refactor] remove dead parameters, improve commentsVictor Shyba
2016-12-12[refactor] Remove dead codeVictor Shyba
2016-12-12[bug] emit last sent doc eventVictor Shyba
2016-12-12[bug] fix upload progressVictor Shyba
2016-12-12[style] fix pep8 and confsVictor Shyba
2016-12-12[bug] include_deleted=True on syncVictor Shyba
2016-12-12[refactor] better naming for producer callingVictor Shyba
2016-12-12[pkg] add six and cryptographyVictor Shyba
2016-12-12[style] improve comments for sync.pyVictor Shyba
2016-12-12[refactor] simplify content as a new lineVictor Shyba
2016-12-12[refactor] improve readability of stream producerVictor Shyba
2016-12-12[style] add license headerVictor Shyba
2016-12-12[refactor] remove assert logic from fetch_protocolVictor Shyba
2016-12-12[feature] Adds back support to deprecated cryptoVictor Shyba
2016-12-12[feature] Adds deprecated crypto moduleVictor 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[bug] total number of documentsVictor Shyba
2016-12-12[refactor] Issues from code reviewVictor Shyba
2016-12-12[refactor] more comments, less codeVictor Shyba
2016-12-12[refactor] DocStreamReceiver <- ReadBodyProtocolVictor Shyba
2016-12-12[bug] defer insertion to threads during downloadVictor Shyba