Age | Commit message (Expand) | Author |
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 | [feature] add namespace support for BlobsManager | Victor Shyba |
2017-07-18 | [feature] remote list sorting by date | 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 | [refactor] move preamble module to common | Victor Shyba |
2017-07-18 | [refactor] move preamble to a new module | Victor Shyba |
2017-07-18 | [benchmarks] add docstrings for benchmarks | drebs |
2017-07-18 | [benchmarks] store test function docstring | drebs |
2017-07-13 | [doc] add info on how to update benchmarks website | drebs |
2017-07-13 | [benchmarks] change 20_500k to 10_1000k | drebs |
2017-07-12 | [doc] mark which sync benchmark scenarios are actually run | drebs |
2017-07-12 | [benchmarks] limit number of runs of sqlcipher benchmark tests | drebs |
2017-07-12 | [benchmarks] allow passing args and kwargs to txbenchmark_with_setup | drebs |
2017-07-09 | [benchmarks] separate memory sampling from cpu measurement | drebs |
2017-07-08 | [benchmarks] run benchmarks twice, for time and resources | drebs |
2017-07-08 | [benchmarks] add --watch-resources option | drebs |
2017-07-08 | [benchmarks] skip some tests by default | drebs |
2017-07-08 | [feat] use OpenSSL backend for scrypt if available | Kali Kaneko |
2017-07-07 | [test] change memory sampling interval to 0.1 on benchmarks | drebs |
2017-07-07 | [test] mark tests that depend on couchdb server | drebs |
2017-07-02 | [feature] namespace capability to BlobsBackend | Victor Shyba |
2017-07-02 | [bug] incoming doesnt accept encryption schemes | Victor Shyba |
2017-07-02 | [style] fix naming from review | Victor Shyba |
2017-07-02 | [feature] add formatting from MX into incoming | Victor Shyba |
2017-07-02 | [feature] make /incoming persist doc on CouchDB | Victor Shyba |
2017-07-02 | [feature] direct /incoming requests to IncomingResource | Victor Shyba |
2017-06-26 | [pkg] rename soledad-create-userdb script in all the places | Kali Kaneko |
2017-05-12 | [refactor] make blobs resource backend configurable | Victor Shyba |
2017-05-12 | [tests] fix flaky blobs manager tests due id reuse | Victor Shyba |
2017-05-09 | [refactor] move interfaces out | Kali Kaneko |
2017-05-08 | [refactor] _database -> _db | Victor Shyba |
2017-05-04 | [refactor] improve readability on _document | Victor Shyba |
2017-05-04 | [tests] improve readability | Victor Shyba |
2017-05-02 | [feature] add and integrate DELETE to blobs server | Victor Shyba |
2017-05-01 | [feature] delete method on blob sqlcipher backend | Victor Shyba |
2017-05-01 | [refactor] unify path validation | Victor Shyba |
2017-05-01 | [refactor] merge refactor from drebs | Victor Shyba |
2017-05-01 | [refactor] create client _database module | drebs |
2017-05-01 | [feat] add attachments api | drebs |
2017-05-01 | [feature] blobs path validation | Victor Shyba |
2017-05-01 | [test] missing inlineCallback | Victor Shyba |
2017-05-01 | [test] add tests for sqlcipher client backend | Victor Shyba |
2017-05-01 | [test] rename file to match test case name | Victor Shyba |
2017-05-01 | [test] rename and add comments for clarity | Victor Shyba |