Age | Commit message (Expand) | Author |
2017-03-02 | [bug] handle error once | Victor Shyba |
2017-03-02 | [bug] fix shared database initialization | drebs |
2017-02-25 | [bug] save client secret downloaded from remote storage | drebs |
2017-02-25 | [bug] remove unused named tuple from client secrets | drebs |
2017-02-25 | [refactor] improve secret bootstrap code and doc | drebs |
2017-02-25 | [doc] improve doc and rename EmitMixin to UserDataMixin | drebs |
2017-02-25 | [refactor] pass soledad object to client secrets api | drebs |
2017-02-23 | [refactor] remove syncable property from shared db | drebs |
2017-02-23 | [feature] add offline status to soledad client api | drebs |
2017-02-23 | [feat] avoid client sync if no token is set | drebs |
2017-02-23 | [refactor] use get_token in client secrets api | drebs |
2017-02-23 | [refactor] add EmitMixin for a cleaner emitting experience | drebs |
2017-02-23 | [refactor] remove creds from client api | drebs |
2017-02-16 | [style] add deprecation warning on legacy decoder | Victor Shyba |
2017-02-16 | [feature] add doc size to preamble | Victor Shyba |
2017-02-15 | [tests] add tests for preamble encoding | Victor Shyba |
2017-02-09 | [refactor] remove twisted session persistence | drebs |
2017-02-09 | [feat] use cookies in the client syncer | drebs |
2017-02-09 | [doc] improve comment for client secrets file migration function | drebs |
2017-02-09 | [bug] several fixes for secrets refactor | drebs |
2017-02-09 | [bug] use derived key for local storage | drebs |
2017-02-09 | [refactor] improve secrets generation and storage code | drebs |
2016-12-12 | [feature] Change CTR to GCM on secrets.py | Victor Shyba |
2016-12-12 | [feature] Add retro compat on secrets.py ciphers | Victor Shyba |
2016-12-12 | [feature] use GCM instead of CTR+HMAC | Victor Shyba |
2016-12-12 | [refactor] improve blob signature magic usage | Victor Shyba |
2016-12-12 | [style] fixes from code-review | Victor Shyba |
2016-12-12 | [refactor] introduces a GenericWriter | Victor Shyba |
2016-12-12 | [refactor] adds PipeableWriter to pipe two streams | Victor Shyba |
2016-12-12 | [refactor] simplify _crypto | Victor Shyba |
2016-12-12 | [refactor] improve logging | Victor Shyba |
2016-12-12 | [bug] make the semaphore cover all parsing | Victor Shyba |
2016-12-12 | [feature] make _crypto stream on decryption | Victor Shyba |
2016-12-12 | [feature] delimit preamble from ciphertext | Victor Shyba |
2016-12-12 | [refactor] Hide IV, simplify some calls | Victor Shyba |
2016-12-12 | [docs] add docstrings for _crypto | Victor Shyba |
2016-12-12 | [refactor] remove dead parameters, improve comments | Victor Shyba |
2016-12-12 | [refactor] Remove dead code | Victor Shyba |
2016-12-12 | [bug] emit last sent doc event | Victor Shyba |
2016-12-12 | [bug] fix upload progress | Victor Shyba |
2016-12-12 | [style] fix pep8 and confs | Victor Shyba |
2016-12-12 | [bug] include_deleted=True on sync | Victor Shyba |
2016-12-12 | [refactor] better naming for producer calling | Victor Shyba |
2016-12-12 | [style] improve comments for sync.py | Victor Shyba |
2016-12-12 | [refactor] simplify content as a new line | Victor Shyba |
2016-12-12 | [refactor] improve readability of stream producer | Victor Shyba |
2016-12-12 | [style] add license header | Victor Shyba |
2016-12-12 | [refactor] remove assert logic from fetch_protocol | Victor Shyba |
2016-12-12 | [feature] Adds back support to deprecated crypto | Victor Shyba |
2016-12-12 | [feature] Adds deprecated crypto module | Victor Shyba |