Age | Commit message (Expand) | Author |
2017-05-01 | [bug] fail locally if blob exists | Victor Shyba |
2017-04-24 | [bug] fix improper re-raising of exception | Kali Kaneko |
2017-04-19 | [test] tune parameters for asynchronous sqlcipher access | drebs |
2017-04-19 | [bug] return empty local_list instead of None | Victor Shyba |
2017-04-19 | [bug] local.put closes fd, return from local.get instead | Victor Shyba |
2017-04-19 | [bug] adapt blob size to fake size from #8758 | Victor Shyba |
2017-04-19 | [feature] fetch new blobs from server | Victor Shyba |
2017-04-19 | [feature] add send_missing to cli | Victor Shyba |
2017-04-19 | [feature] add send_missing to send pending uploads | Victor Shyba |
2017-04-10 | [refactor] use fixed rev and remove doc_id (blobs) | Victor Shyba |
2017-04-04 | [docs] add docstrings to _get_rounded_size | Victor Shyba |
2017-04-04 | [style] fix wrong identation | Victor Shyba |
2017-04-04 | [bug] use soledad_assert instead of assert | Victor Shyba |
2017-04-04 | [docs] improve docstrings and comments from review | Victor Shyba |
2017-04-04 | [feature] add list to _blobs cli | Victor Shyba |
2017-04-04 | [refactor] list is remote_list, avoiding confusion | Victor Shyba |
2017-04-04 | [feature] add listing to local blob db | Victor Shyba |
2017-04-04 | [feature] add blobs listing | Victor Shyba |
2017-04-04 | [refactor] adds a PreamblePipe for preamble download | Victor Shyba |
2017-04-04 | [refactor] extracts tail logic into TruncatedTailPipe | Victor Shyba |
2017-04-04 | [feature] use 409 status code for existing blob id | Victor Shyba |
2017-04-04 | [refactor] simplify HTTPClient | Victor Shyba |
2017-04-04 | [refactor] change size into a required parameter where it is necessary | Victor Shyba |
2017-04-04 | [bug] copy returns a closed handle | Victor Shyba |
2017-04-04 | [feature] adds a close method for local blobs store | Victor Shyba |
2017-04-04 | [feature] improve error messages on preamble check | Victor Shyba |
2017-04-04 | [bug] check status code on upload | Victor Shyba |
2017-04-04 | [feat] use pinned token agent in client blobs | drebs |
2017-04-04 | [feature] add a treq-based http client to soledad client | drebs |
2017-04-04 | [feature] add a tls-pinned, token-authenticated http agent | drebs |
2017-04-04 | [feat] add token auth to blobs client | drebs |
2017-04-04 | [doc] remove excessive signal doc from client api | drebs |
2017-04-04 | [feat] improve blobs standalone testing options | drebs |
2017-04-04 | [test] BlobManager encrypt test | Victor Shyba |
2017-04-04 | [feature] unarmored incremental blobs decrypt | Victor Shyba |
2017-04-04 | [feature] send tag header from server | Victor Shyba |
2017-04-04 | [feature] incremental decrypter | Victor Shyba |
2017-04-04 | [feature] ascii armor disable option | Victor Shyba |
2017-04-04 | [bug] fix loose ends on _crypto and tests | Victor Shyba |
2017-04-04 | [style] pep8 fixes | Victor Shyba |
2017-04-04 | [bug] fix blobs put | drebs |
2017-04-04 | [bug] handle case when blob is not found in server | drebs |
2017-04-04 | [refactor] improve logging and manual testing of blobs | drebs |
2017-04-04 | [doc] add license header to _blobs.py | drebs |
2017-04-04 | [style] pep8 fixes | drebs |
2017-04-04 | [bug] use rowid to insert blob in sqlcipher | drebs |
2017-04-04 | [feature] close mvp loop with client | Kali Kaneko |
2017-04-04 | [feature] enable simple obfuscation of blob size in preamble | Kali Kaneko |
2017-04-04 | [feature] save blob to db, incrementally | Kali Kaneko |
2017-04-04 | [feature] add attribute to keep blob crypto | Kali Kaneko |