Age | Commit message (Expand) | Author |
2017-08-11 | [refactor] add IIncomingBoxBackend | Victor Shyba |
2017-08-07 | [bug] skip processing if no consumers to avoid data loss | Victor Shyba |
2017-08-07 | [refactor] use endStream public method instead of private one | Victor Shyba |
2017-08-07 | [docs] fix typos and improve text from code review | Victor Shyba |
2017-08-03 | [feature] integrate incoming loop into server | Victor Shyba |
2017-08-03 | [feature] handle unsupported encryption schemes by saving directly | Victor Shyba |
2017-08-03 | [bug] separate preamble from content on incoming resource | Victor Shyba |
2017-08-03 | [bug] flag as PENDING during incoming creation | Victor Shyba |
2017-08-03 | [tests] call _process instead of loop | Victor Shyba |
2017-08-03 | [bug] make download namespace-aware | Victor Shyba |
2017-08-03 | [feature] incoming processing flow | Victor Shyba |
2017-08-03 | [feature] Interface for incoming callbacks | Victor Shyba |
2017-07-21 | [refactor] error handling and missing headers | Victor Shyba |
2017-07-21 | [refactor] fixes from review | Victor Shyba |
2017-07-21 | [docs] add docstrings to blobs client | Victor Shyba |
2017-07-21 | [feature] LIST blobs - filter by flags | Victor Shyba |
2017-07-21 | [feature] make DELETE support namespaces on client | Victor Shyba |
2017-07-21 | [feature] add possibility to count on blob manager | Victor Shyba |
2017-07-21 | [feature] add get/set flags | Victor Shyba |
2017-07-21 | [refactor] creates a common.blobs with preamble | Victor Shyba |
2017-07-18 | [feat] use MX as default namepace for incoming blobs | drebs |
2017-07-18 | [bug] avoid closing blobmanager if it doesn't exist | drebs |
2017-07-18 | [feat] toggle switch for blobs in the client | Kali Kaneko |
2017-07-18 | [style] fixes from review | Victor Shyba |
2017-07-18 | [feature] add namespace support for BlobsManager | Victor Shyba |
2017-07-18 | [feature] remote list sorting by date | Victor Shyba |
2017-07-18 | [feature] add blobs as a incoming api backend | Victor Shyba |
2017-07-18 | [style] fix naming from review | Victor Shyba |
2017-07-18 | [feature] add blobs as a incoming api backend | Victor Shyba |
2017-07-18 | [feature] add external/pgp to common/preamble | Victor Shyba |
2017-07-18 | [refactor] move preamble module to common | Victor Shyba |
2017-07-18 | [refactor] move preamble to a new module | Victor Shyba |
2017-07-18 | [style] pep8 | Kali Kaneko |
2017-07-18 | [pkg] cover corner case with scrypt path | Kali Kaneko |
2017-07-18 | [bug] use scrypt lib if an old cryptography found | Kali Kaneko |
2017-07-18 | [bug] fix bad import | Kali Kaneko |
2017-07-18 | fix import | kali kaneko |
2017-07-08 | [feat] use OpenSSL backend for scrypt if available | Kali Kaneko |
2017-07-02 | [feature] namespace capability to BlobsBackend | Victor Shyba |
2017-07-02 | [bug] fix file path from repo unify | Victor Shyba |
2017-07-02 | [feature] direct /incoming requests to IncomingResource | Victor Shyba |
2017-06-26 | [pkg] move examples folder to docs/ | Kali Kaneko |
2017-06-26 | [pkg] remove non-needed gitignore | Kali Kaneko |
2017-06-24 | [pkg] use stock versioneer | drebs |
2017-06-24 | [bug] fix package __version__ attribute | drebs |
2017-06-24 | [pkg] unify client and server into a single python package | drebs |
2013-06-20 | Split client and server in two different packages and refactor. | drebs |
2013-06-13 | Merge remote-tracking branch 'remotes/chiiph/bug/modifiable_timeout' into dev... | drebs |
2013-06-11 | Make request timeouts modifiable | Tomás Touceda |
2013-06-07 | Do not list the backends as __all__ | Tomás Touceda |