Age | Commit message (Expand) | Author |
2017-02-09 | [pkg] improve migration script logging | drebs |
2017-02-09 | [doc] improve comment for client secrets file migration function | drebs |
2017-02-09 | [test] move client secrets tests to its own file | drebs |
2017-02-09 | [bug] several fixes for secrets refactor | drebs |
2017-02-09 | [bug] Fix import for load_configuration on migration script | Thais Siqueira |
2017-02-09 | [test] fix test after 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-22 | Merge tag '0.9.2' | drebs |
2016-12-22 | [pkg] update changelog for 0.9.20.9.2release/0.9.x | drebs |
2016-12-19 | [test] remove benchmark from ci pipeline | drebs |
2016-12-17 | [test] add couchdb tag for tests | drebs |
2016-12-17 | [pkg] use a twisted resource as server entrypoint | drebs |
2016-12-12 | [test] configure baremetal gitlab ci runner | 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 | [bug] enable batching again | Victor Shyba |
2016-12-12 | [style] fixes from code-review | Victor Shyba |
2016-12-12 | [feature] speed up sync benchmark setup code | 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] separate server application into another file | drebs |
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 | [tests] fixes test_crypto bench | Victor Shyba |
2016-12-12 | [tests] use options instead of marks | Victor Shyba |
2016-12-12 | [bug] fix upload progress | Victor Shyba |
2016-12-12 | [tests] migrate pytest to trial | Victor Shyba |
2016-12-12 | [test] rename benchmark tests directory and tag | drebs |
2016-12-12 | [test] add test for deprecated crypto format update | drebs |
2016-12-12 | [test] move fixtures one level up | drebs |
2016-12-12 | [test] use tags for selecting benchmark tests | drebs |
2016-12-12 | [test] remove unneeded setting of environment variables | drebs |
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 | [pkg] add six and cryptography | Victor Shyba |
2016-12-12 | [tests] remove test_sync_deferred | Victor Shyba |
2016-12-12 | [style] explicit unlimited request size | Victor Shyba |
2016-12-12 | [style] improve comments for sync.py | Victor Shyba |